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

Android permission类及英文说明

 2010-05-30 05:37:00 来源:WEB开发网   
核心提示:private information.*/public static final String READ_LOGS="android.permission.READ_LOGS";/** Allows an application to read the owner's data.*/pub

private information.

*/

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

/** Allows an application to read the owner's data.

*/

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

/** Allows read only access to phone state.

*/

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

/** Allows an application to read SMS messages.

*/

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

/** Allows applications to read the sync settings

*/

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

/** Allows applications to read the sync stats

*/

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

/** Required to be able to reboot the device.

*/

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

/** Allows an application to receive the

{@link android.content.Intent#ACTION_BOOT_COMPLETED} that is

broadcast after the system finishes booting. If you don't

request this permission, you will not receive the broadcast at

that time. Though holding this permission does not have any

security implications, it can have a negative impact on the

user experience by increasing the amount of time it takes the

system to start and allowing applications to have themselves

running without the user being aware of them. As such, you must

explicitly declare your use of this facility to make that visible

to the user.

*/

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

/** Allows an application to monitor incoming MMS messages, to record

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

Tags:Android permission 英文

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