Android permission类及英文说明
2010-05-30 05:37:00 来源:WEB开发网/** 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.
*/
Tags:Android permission 英文
编辑录入:coldstar [复制链接] [打 印]更多精彩
赞助商链接