WEB开发网
开发学院手机开发Android 开发 Android permission类及英文说明 阅读

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 S

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

上一页  1 2 3 4 5 6 7 8 9  下一页

Tags:Android permission 英文

编辑录入:coldstar [复制链接] [打 印]
赞助商链接