Android permission类及英文说明
2010-05-30 05:37:00 来源:WEB开发网/** Allows an application to modify the Google service map.
*/
public static final String WRITE_GSERVICES="android.permission.WRITE_GSERVICES";
/** Allows an application to write (but not read) the owner's data.
*/
public static final String WRITE_OWNER_DATA="android.permission.WRITE_OWNER_DATA";
/** Allows an application to read or write the system settings.
*/
public static final String WRITE_SETTINGS="android.permission.WRITE_SETTINGS";
/** Allows an application to write SMS messages.
*/
public static final String WRITE_SMS="android.permission.WRITE_SMS";
/** Allows applications to write the sync settings
*/
public static final String WRITE_SYNC_SETTINGS="android.permission.WRITE_SYNC_SETTINGS";
}
public static final class permission_group {
/** Permissions for direct access to Google accounts.
Note that while right now this is only used for Google accounts,
we expect in the future to have a more general account management
facility so this is specified as a general platform permission
group for accessing accounts.
*/
public static final String ACCOUNTS="android.permission-group.ACCOUNTS";
/** Used for permissions that can be used to make the user spend money
without their direct involvement. For example, this is the group
for permissions that allow you to directly place phone calls,
directly send SMS messages, etc.
*/
public static final String COST_MONEY="android.permission-group.COST_MONEY";
/** Group of permissions that are related to development features. These
are not permissions that should appear in normal applications; they
protect APIs that are intended only to be used for development
Tags:Android permission 英文
编辑录入:coldstar [复制链接] [打 印]更多精彩
赞助商链接