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

Android permission类及英文说明

 2010-05-30 05:37:00 来源:WEB开发网   
核心提示:Java代码public final class Manifest {public static final class permission {/** Allows read/write access to the "properties" table in the checkindatabase

Java代码

public final class Manifest {

public static final class permission {

/** Allows read/write access to the "properties" table in the checkin

database, to change values that get uploaded.

*/

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

/** Allows an application to access coarse (e.g., Cell-ID, WiFi) location

*/

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

/** Allows an application to access fine (e.g., GPS) location

*/

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

/** Allows an application to access extra location provider commands

*/

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

/** Allows an application to create mock location providers for testing

*/

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

/** Allows applications to access information about networks

*/

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

/** Allows an application to use SurfaceFlinger's low level features

*/

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

/** Allows applications to access information about Wi-Fi networks

*/

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

/** Allows an application to publish system-level services. Such services

can only be published from processes that never go away, so this is

not something that any normal application can do.

1 2 3 4 5 6  下一页

Tags:Android permission 英文

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