Android permission类及英文说明
2010-05-30 05:37:00 来源:WEB开发网public static final String DELETE_PACKAGES="android.permission.DELETE_PACKAGES";
/** Allows low-level access to power management
*/
public static final String DEVICE_POWER="android.permission.DEVICE_POWER";
/** Allows applications to RW to diagnostic resources.
*/
public static final String DIAGNOSTIC="android.permission.DIAGNOSTIC";
/** Allows applications to disable the keyguard
*/
public static final String DISABLE_KEYGUARD="android.permission.DISABLE_KEYGUARD";
/** Allows an application to retrieve state dump information from system
services.
*/
public static final String DUMP="android.permission.DUMP";
/** Allows an application to expand or collapse the status bar.
*/
public static final String EXPAND_STATUS_BAR="android.permission.EXPAND_STATUS_BAR";
/** Run as a manufacturer test application, running as the root user.
Only available when the device is running in manufacturer test mode.
*/
public static final String FACTORY_TEST="android.permission.FACTORY_TEST";
/** Allows access to the flashlight
*/
public static final String FLASHLIGHT="android.permission.FLASHLIGHT";
/** Allows an application to force a BACK operation on whatever is the
top activity.
*/
public static final String FORCE_BACK="android.permission.FORCE_BACK";
public static final String FOTA_UPDATE="android.permission.FOTA_UPDATE";
/** Allows access to the list of accounts in the Accounts Service
*/
public static final String GET_ACCOUNTS="android.permission.GET_ACCOUNTS";
/** Allows an application to find out the space used by any package.
*/
public static final String
Tags:Android permission 英文
编辑录入:coldstar [复制链接] [打 印]更多精彩
赞助商链接