Android permission类及英文说明
2010-05-30 05:37:00 来源:WEB开发网*/
public static final String MODIFY_AUDIO_SETTINGS="android.permission.MODIFY_AUDIO_SETTINGS";
/** Allows modification of the telephony state - power on, mmi, etc.
Does not include placing calls.
*/
public static final String MODIFY_PHONE_STATE="android.permission.MODIFY_PHONE_STATE";
/** Allows mounting and unmounting file systems for removable storage.
*/
public static final String MOUNT_UNMOUNT_FILESYSTEMS="android.permission.MOUNT_UNMOUNT_FILESYSTEMS";
/** Allow an application to make its activities persistent.
*/
public static final String PERSISTENT_ACTIVITY="android.permission.PERSISTENT_ACTIVITY";
/** Allows an application to monitor, modify, or abort outgoing
calls.
*/
public static final String PROCESS_OUTGOING_CALLS="android.permission.PROCESS_OUTGOING_CALLS";
/** Allows an application to read the user's calendar data.
*/
public static final String READ_CALENDAR="android.permission.READ_CALENDAR";
/** Allows an application to read the user's contacts data.
*/
public static final String READ_CONTACTS="android.permission.READ_CONTACTS";
/** Allows an application to take screen shots and more generally
get access to the frame buffer data
*/
public static final String READ_FRAME_BUFFER="android.permission.READ_FRAME_BUFFER";
/** Allows an application to retrieve the current state of keys and
switches. This is only for use by the system.
*/
public static final String READ_INPUT_STATE="android.permission.READ_INPUT_STATE";
/** Allows an application to read the low-level system log files.
These can contain slightly private information about what is
happening on the device, but should never contain the user's
Tags:Android permission 英文
编辑录入:coldstar [复制链接] [打 印]更多精彩
赞助商链接