Android permission类及英文说明
2010-05-30 05:37:00 来源:WEB开发网/** Allows an application to open, close, or disable the status bar
and its icons.
*/
public static final String STATUS_BAR="android.permission.STATUS_BAR";
/** Allows an application to allow access the subscribed feeds
ContentProvider.
*/
public static final String SUBSCRIBED_FEEDS_READ="android.permission.SUBSCRIBED_FEEDS_READ";
public static final String SUBSCRIBED_FEEDS_WRITE="android.permission.SUBSCRIBED_FEEDS_WRITE";
/** Allows an application to open windows using the type
{@link android.view.WindowManager.LayoutParams#TYPE_SYSTEM_ALERT},
shown on top of all other applications. Very few applications
should use this permission; these windows are intended for
system-level interaction with the user.
*/
public static final String SYSTEM_ALERT_WINDOW="android.permission.SYSTEM_ALERT_WINDOW";
/** Allows access to the vibrator
*/
public static final String VIBRATE="android.permission.VIBRATE";
/** Allows using PowerManager WakeLocks to keep processor from sleeping or screen
from dimming
*/
public static final String WAKE_LOCK="android.permission.WAKE_LOCK";
/** Allows applications to write the apn settings
*/
public static final String WRITE_APN_SETTINGS="android.permission.WRITE_APN_SETTINGS";
/** Allows an application to write (but not read) the user's
calendar data.
*/
public static final String WRITE_CALENDAR="android.permission.WRITE_CALENDAR";
/** Allows an application to write (but not read) the user's
contacts data.
*/
public static final String WRITE_CONTACTS="android.permission.WRITE_CONTACTS";
Tags:Android permission 英文
编辑录入:coldstar [复制链接] [打 印]更多精彩
赞助商链接