Android permission类及英文说明
2010-05-30 05:37:00 来源:WEB开发网or perform processing on them.
*/
public static final String RECEIVE_MMS="android.permission.RECEIVE_MMS";
/** Allows an application to monitor incoming SMS messages, to record
or perform processing on them.
*/
public static final String RECEIVE_SMS="android.permission.RECEIVE_SMS";
/** Allows an application to monitor incoming WAP push messages.
*/
public static final String RECEIVE_WAP_PUSH="android.permission.RECEIVE_WAP_PUSH";
/** Allows an application to record audio
*/
public static final String RECORD_AUDIO="android.permission.RECORD_AUDIO";
/** Allows an application to change the Z-order of tasks
*/
public static final String REORDER_TASKS="android.permission.REORDER_TASKS";
/** Allows an application to restart other applications.
*/
public static final String RESTART_PACKAGES="android.permission.RESTART_PACKAGES";
/** Allows an application to send SMS messages.
*/
public static final String SEND_SMS="android.permission.SEND_SMS";
/** Allows an application to watch and control how activities are
started globally in the system. Only for is in debugging
(usually the monkey command).
*/
public static final String SET_ACTIVITY_WATCHER="android.permission.SET_ACTIVITY_WATCHER";
/** Allows an application to control whether activities are immediately
finished when put in the background.
*/
public static final String SET_ALWAYS_FINISH="android.permission.SET_ALWAYS_FINISH";
/** Modify the global animation scaling factor.
*/
public static final String SET_ANIMATION_SCALE="android.permission.SET_ANIMATION_SCALE";
/** Configure an application for debugging.
Tags:Android permission 英文
编辑录入:coldstar [复制链接] [打 印]更多精彩
赞助商链接