WEB开发网
开发学院手机开发Android 开发 Android permission类及英文说明 阅读

Android permission类及英文说明

 2010-05-30 05:37:00 来源:WEB开发网   
核心提示:SIGNAL_PERSISTENT_PROCESSES="android.permission.SIGNAL_PERSISTENT_PROCESSES";/** Allows an application to open, close, or disable the status barand it
SIGNAL_PERSISTENT_PROCESSES="android.permission.SIGNAL_PERSISTENT_PROCESSES";

/** 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";

上一页  5 6 7 8 9 10 11 12 13  下一页

Tags:Android permission 英文

编辑录入:coldstar [复制链接] [打 印]
赞助商链接