Android permission类及英文说明
2010-05-30 05:37:00 来源:WEB开发网*/
public static final String ADD_SYSTEM_SERVICE="android.permission.ADD_SYSTEM_SERVICE";
/** Allows an application to update the collected battery statistics
*/
public static final String BATTERY_STATS="android.permission.BATTERY_STATS";
/** Allows applications to connect to paired bluetooth devices
*/
public static final String BLUETOOTH="android.permission.BLUETOOTH";
/** Allows applications to discover and pair bluetooth devices
*/
public static final String BLUETOOTH_ADMIN="android.permission.BLUETOOTH_ADMIN";
/** Required to be able to disable the device (very dangerous!).
*/
public static final String BRICK="android.permission.BRICK";
/** Allows an application to broadcast a notification that an application
package has been removed.
*/
public static final String BROADCAST_PACKAGE_REMOVED="android.permission.BROADCAST_PACKAGE_REMOVED";
/** Allows an application to broadcast sticky intents. These are
broadcasts whose data is held by the system after being finished,
so that clients can quickly retrieve that data without having
to wait for the next broadcast.
*/
public static final String BROADCAST_STICKY="android.permission.BROADCAST_STICKY";
/** Allows an application to initiate a phone call without going through
the Dialer user interface for the user to confirm the call
being placed.
*/
public static final String CALL_PHONE="android.permission.CALL_PHONE";
/** Allows an application to call any phone number, including emergency
numbers, without going through the Dialer user interface for the user
to confirm the call being placed.
*/
public static final String
Tags:Android permission 英文
编辑录入:coldstar [复制链接] [打 印]更多精彩
赞助商链接