参考自How is android.Manifest.class created?


感谢 stackoverflow 。


when compiling AOSP there is a couple of Manifest.java files created automatically.

Manifest.class
Manifest$permission.class
Manifest$permission_group.class

Located at ./out/target/common/R/android/Manifest.java

/* AUTO-GENERATED FILE.  DO NOT MODIFY. * * This class was automatically generated by the * aapt tool from the resource data it found.  It * should not be modified by hand. */package android;public final class Manifest {public static final class permission {    /**  Allow an application to read and write the cache partition.     @hide      */    public static final String ACCESS_CACHE_FILESYSTEM="android.permission.ACCESS_CACHE_FILESYSTEM";    /**  Allows read/write access to the "properties" table in the checkin     database, to change values that get uploaded.      */    public static final String ACCESS_CHECKIN_PROPERTIES="android.permission.ACCESS_CHECKIN_PROPERTIES";    /**  Allows an application to access coarse (e.g., Cell-ID, WiFi) location      */    public static final String ACCESS_COARSE_LOCATION="android.permission.ACCESS_COARSE_LOCATION";    /**  Allows an application to access fine (e.g., GPS) location      */    public static final String ACCESS_FINE_LOCATION="android.permission.ACCESS_FINE_LOCATION";    /**  Allows an application to access extra location provider commands      */    public static final String ACCESS_LOCATION_EXTRA_COMMANDS="android.permission.ACCESS_LOCATION_EXTRA_COMMANDS";    /**  Allows an application to create mock location providers for testing      */

更多相关文章

  1. android音视频采集参考
  2. [RK3399][Android7.1] 调试笔记 --- JNI层输出带TAG的Log
  3. Mac OS X下搭建Android(安卓)Source编译环境的问题及解决方法
  4. Android(安卓)RecyclerView
  5. 最近项目里碰上了饼图,顺便整理了下几种Android饼图,以作参考
  6. Android类参考---Fragment(四)
  7. Android(安卓)Service使用方法
  8. Android/java 利用HttpUrlConnection 发送put请求,携带json参数
  9. Android类参考---Fragment(七)

随机推荐

  1. Android和ios哪个前景更好
  2. Android内核开发:序
  3. 如何检索Android设备的唯一ID
  4. [Android算法] Android蓝牙开发浅谈
  5. Alibaba无线搜索事业部-产品经理(移动端产
  6. 深度探索Android应用程序的基本原理
  7. Android(安卓)手机十大必备软件
  8. android运行C程序以及C程序在android下的
  9. 深入探索Android卡顿优化(下)
  10. 如何检索Android设备的唯一ID