Android permission类及英文说明
2010-05-30 05:37:00 来源:WEB开发网purposes.
*/
public static final String DEVELOPMENT_TOOLS="android.permission-group.DEVELOPMENT_TOOLS";
/** Used for permissions that provide direct access to the hardware on
the device. This includes audio, the camera, vibrator, etc.
*/
public static final String HARDWARE_CONTROLS="android.permission-group.HARDWARE_CONTROLS";
/** Used for permissions that allow access to the user's current
location.
*/
public static final String LOCATION="android.permission-group.LOCATION";
/** Used for permissions that allow an application to send messages
on behalf of the user or intercept messages being received by the
user. This is primarily intended for SMS/MMS messaging, such as
receiving or reading an MMS.
*/
public static final String MESSAGES="android.permission-group.MESSAGES";
/** Used for permissions that provide access to networking services. The
main permission here is internet access, but this is also an
appropriate group for accessing or modifying any network configuration
or other related network operations.
*/
public static final String NETWORK="android.permission-group.NETWORK";
/** Used for permissions that provide access to the user's private data,
such as contacts, calendar events, e-mail messages, etc. This includes
both reading and writing of this data (which should generally be
expressed as two distinct permissions).
*/
public static final String PERSONAL_INFO="android.permission-group.PERSONAL_INFO";
/** Used for permissions that are associated with accessing and modifyign
telephony state: intercepting outgoing calls, reading
and modifying the phone state. Note that
Tags:Android permission 英文
编辑录入:coldstar [复制链接] [打 印]更多精彩
赞助商链接