WEB开发网
开发学院手机开发Android 开发 Android permission 访问权限大全 阅读

Android permission 访问权限大全

 2010-05-05 17:19:00 来源:WEB开发网   
核心提示:windows using the type TYPE_SYSTEM_ALERT, shown on top of all other applications. )android.permission.VIBRATE允许访问振动设备(Allows access to the vibrator)android.perm
windows using the type TYPE_SYSTEM_ALERT, shown on top of all other applications. )

android.permission.VIBRATE

允许访问振动设备(Allows access to the vibrator)

android.permission.WAKE_LOCK

允许使用PowerManager的 WakeLocks保持进程在休眠时从屏幕消失( Allows using PowerManager WakeLocks to keep processor from sleeping or screen from dimming)

android.permission.WRITE_APN_SETTINGS

允许程序写入API设置(Allows applications to write the apn settings)

android.permission.WRITE_CALENDAR

允许一个程序写入但不读取用户日历数据(Allows an application to write (but not read) the user’s calendar data. )

android.permission.WRITE_CONTACTS

允许程序写入但不读取用户联系人数据(Allows an application to write (but not read) the user’s contacts data. )

android.permission.WRITE_GSERVICES

允许程序修改Google服务地图(Allows an application to modify the Google service map. )

android.permission.WRITE_OWNER_DATA

允许一个程序写入但不读取所有者数据(Allows an application to write (but not read) the owner’s data.)

android.permission.WRITE_SETTINGS

允许程序读取或写入系统设置(Allows an application to read or write the system settings. )

android.permission.WRITE_SMS

允许程序写短信(Allows an application to write SMS messages)

android.permission.WRITE_SYNC_SETTINGS

允许程序写入同步设置(Allows applications to write the sync settings)

android平台上的权限许可分得很细,如果软件无法正常执行时看看是不是缺少相关的permission声明,最终我们还需要使用 android sign tools签名生成的apk文件。

上一页  3 4 5 6 7 8 

Tags:Android permission 访问

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