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

Android permission类及英文说明

 2010-05-30 05:37:00 来源:WEB开发网   
核心提示:*/public static final String SET_DEBUG_APP="android.permission.SET_DEBUG_APP";/** Allows low-level access to setting the orientation (actuallyrotation

*/

public static final String SET_DEBUG_APP="android.permission.SET_DEBUG_APP";

/** Allows low-level access to setting the orientation (actually

rotation) of the screen. Not for use by normal applications.

*/

public static final String SET_ORIENTATION="android.permission.SET_ORIENTATION";

/** Allows an application to modify the list of preferred applications

with the {@link android.content.pm.PackageManager#addPackageToPreferred

PackageManager.addPackageToPreferred()} and

{@link android.content.pm.PackageManager#removePackageFromPreferred

PackageManager.removePackageFromPreferred()} methods.

*/

public static final String SET_PREFERRED_APPLICATIONS="android.permission.SET_PREFERRED_APPLICATIONS";

/** Allows an application to force any currently running process to be

in the foreground.

*/

public static final String SET_PROCESS_FOREGROUND="android.permission.SET_PROCESS_FOREGROUND";

/** Allows an application to set the maximum number of (not needed)

application processes that can be running.

*/

public static final String SET_PROCESS_LIMIT="android.permission.SET_PROCESS_LIMIT";

/** Allows applications to set the system time zone

*/

public static final String SET_TIME_ZONE="android.permission.SET_TIME_ZONE";

/** Allows applications to set the wallpaper

*/

public static final String SET_WALLPAPER="android.permission.SET_WALLPAPER";

/** Allows applications to set the wallpaper hints

*/

public static final String SET_WALLPAPER_HINTS="android.permission.SET_WALLPAPER_HINTS";

/** Allow an application to request that a signal be sent to all persistent processes

*/

public static final String

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

Tags:Android permission 英文

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