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

Android permission类及英文说明

 2010-05-30 05:37:00 来源:WEB开发网   
核心提示:CALL_PRIVILEGED="android.permission.CALL_PRIVILEGED";/** Required to be able to access the camera device.*/public static final String CAMERA="and
CALL_PRIVILEGED="android.permission.CALL_PRIVILEGED";

/** Required to be able to access the camera device.

*/

public static final String CAMERA="android.permission.CAMERA";

/** Allows an application to change whether an application component (other than its own) is

enabled or not.

*/

public static final String CHANGE_COMPONENT_ENABLED_STATE="android.permission.CHANGE_COMPONENT_ENABLED_STATE";

/** Allows an application to modify the current configuration, such

as locale.

*/

public static final String CHANGE_CONFIGURATION="android.permission.CHANGE_CONFIGURATION";

/** Allows applications to change network connectivity state

*/

public static final String CHANGE_NETWORK_STATE="android.permission.CHANGE_NETWORK_STATE";

/** Allows applications to change Wi-Fi connectivity state

*/

public static final String CHANGE_WIFI_STATE="android.permission.CHANGE_WIFI_STATE";

/** Allows an application to clear the caches of all installed

applications on the device.

*/

public static final String CLEAR_APP_CACHE="android.permission.CLEAR_APP_CACHE";

/** Allows an application to clear user data

*/

public static final String CLEAR_APP_USER_DATA="android.permission.CLEAR_APP_USER_DATA";

/** Allows enabling/disabling location update notifications from

the radio. Not for use by normal applications.

*/

public static final String CONTROL_LOCATION_UPDATES="android.permission.CONTROL_LOCATION_UPDATES";

/** Allows an application to delete cache files.

*/

public static final String DELETE_CACHE_FILES="android.permission.DELETE_CACHE_FILES";

/** Allows an application to delete packages.

*/

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

Tags:Android permission 英文

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