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.
*/
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
Tags:Android permission 英文
编辑录入:coldstar [复制链接] [打 印]更多精彩
赞助商链接