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

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 o

*/

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

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

Tags:Android permission 英文

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