Android permission类及英文说明
2010-05-30 05:37:00 来源:WEB开发网/** Allows an application to get information about the currently
or recently running tasks: a thumbnail representation of the tasks,
what activities are running in it, etc.
*/
public static final String GET_TASKS="android.permission.GET_TASKS";
/** Allows access to hardware peripherals. Intended only for hardware testing
*/
public static final String HARDWARE_TEST="android.permission.HARDWARE_TEST";
/** Allows an application to inject user events (keys, touch, trackball)
into the event stream and deliver them to ANY window. Without this
permission, you can only deliver events to windows in your own process.
Very few applications should need to use this permission.
*/
public static final String INJECT_EVENTS="android.permission.INJECT_EVENTS";
/** Allows an application to install packages.
*/
public static final String INSTALL_PACKAGES="android.permission.INSTALL_PACKAGES";
/** Allows an application to open windows that are for use by parts
of the system user interface. Not for use by third party apps.
*/
public static final String INTERNAL_SYSTEM_WINDOW="android.permission.INTERNAL_SYSTEM_WINDOW";
/** Allows applications to open network sockets.
*/
public static final String INTERNET="android.permission.INTERNET";
/** Allows an application to manage (create, destroy,
Z-order) application tokens in the window manager. This is only
for use by the system.
*/
public static final String MANAGE_APP_TOKENS="android.permission.MANAGE_APP_TOKENS";
public static final String MASTER_CLEAR="android.permission.MASTER_CLEAR";
/** Allows an application to modify global audio settings
Tags:Android permission 英文
编辑录入:coldstar [复制链接] [打 印]更多精彩
赞助商链接