`
445822357
  • 浏览: 742078 次
文章分类
社区版块
存档分类
最新评论

Android Permission 大全

 
阅读更多
  1. AndroidPermission 大全 原帖地址找不到了...
  2. AndroidSDK1.0 访问权限许可
  3. 程序执行需要读取到安全敏感项必需在androidmanifest.xml中声明相关权限请求,完整列表如 下:
  4. 允许读写访问"properties" 表 在checkin数据库中,改值可以修改上传(Allowsread/writeaccesstothe "properties"
  5. tableinthecheckindatabase,tochangevaluesthatgetuploaded)
  6. 允许一个程序访问CellID或WiFi热点来获取粗略的位置 (Allowsanapplicationtoaccesscoarse(e.g.,Cell-ID,
  7. WiFi)location)
  8. 允许一个程 序访问精良位置(如 GPS)(Allowsanapplicationtoaccessfine(e.g.,GPS)location)
  9. 允许应用程序访问额外的位置提供命令 (Allowsanapplicationtoaccessextralocationprovidercommands)
  10. 允许程序创建模拟位置提供用于测试 (Allowsanapplicationtocreatemocklocationprovidersfor testing)
  11. 允许程序访问有关GSM网络信息 (Allowsapplicationstoaccessinformationaboutnetworks)
  12. 允许程序使用SurfaceFlinger底层特性 (AllowsanapplicationtouseSurfaceFlinger'slowlevelfeatures)
  13. android.permission.ACCESS_CHECKIN_PROPERTIES
  14. android.permission.ACCESS_COARSE_LOCATION
  15. android.permission.ACCESS_FINE_LOCATION
  16. android.permission.ACCESS_LOCATION_EXTRA_COMMANDS
  17. android.permission.ACCESS_MOCK_LOCATION
  18. android.permission.ACCESS_NETWORK_STATE
  19. android.permission.ACCESS_SURFACE_FLINGER
  20. 允许程序访问Wi-Fi网络状态信息 (AllowsapplicationstoaccessinformationaboutWi-Finetworks)
  21. 允许程序发布系统级服务(Allowsanapplicationtopublishsystem- levelservices).
  22. 允许程序更新手机电池统计信息 (Allowsanapplicationtoupdatethecollectedbatterystatistics)
  23. 允许程序连接到已配对的蓝牙设备 (Allowsapplicationstoconnecttopairedbluetoothdevices)
  24. 允许程序发现和配对蓝牙设备 (Allowsapplicationstodiscoverandpairbluetoothdevices)
  25. 请求能够禁用设备(非常危险) (Requiredtobeabletodisablethedevice(very*erous!).)
  26. 允许程序广播一个提示消息在一个应用程序包已经移除后 (Allowsanapplicationtobroadcastanotificationthat
  27. anapplicationpackage hasbeenremoved)
  28. 允许一个程序广播常用 intents(Allowsanapplicationtobroadcaststickyintents)
  29. android.permission.ACCESS_WIFI_STATE
  30. android.permission.ADD_SYSTEM_SERVICE
  31. android.permission.BATTERY_STATS
  32. android.permission.BLUETOOTH
  33. android.permission.BLUETOOTH_ADMIN
  34. android.permission.BRICK
  35. android.permission.BROADCAST_PACKAGE_REMOVED
  36. android.permission.BROADCAST_STICKY
  37. 允许一个程序初始化一个电话拨号不需通过拨号用户界面需要用户确认 (Allowsanapplicationtoinitiatea
  38. phonecallwithoutgoingthroughtheDialeruserinterface for theusertoconfirmthecallbeingplaced.)
  39. 允许一个程序拨打任何号码,包含紧急号码无需通过拨号用户界面需要用户确认 (Allowsanapplicationtocall
  40. anyphonenumber,includingemergencynumbers,withoutgoingthroughtheDialeruserinterface for theuserto
  41. confirmthecallbeingplaced)
  42. 请求访问使用照相设备 (Requiredtobeabletoaccessthecameradevice.)
  43. 允许一个程序是否改变一个组件或其他的启用或禁用 (Allowsanapplicationtochangewhetheranapplication
  44. component(otherthanitsown)isenabledornot.)
  45. 允许一个程序修改当前设置,如本地化 (Allowsanapplicationtomodifythecurrentconfiguration,suchaslocale.)
  46. 允许程序改变网络连接状态 (Allowsapplicationstochangenetworkconnectivitystate)
  47. 允许程序改变Wi-Fi连接状态(AllowsapplicationstochangeWi- Ficonnectivitystate)
  48. 允许一个程序清楚缓存从所有安装的程 序在设备中(Allowsanapplicationtoclearthecachesofallinstalled
  49. applicationsonthedevice.)
  50. android.permission.CALL_PHONE
  51. android.permission.CALL_PRIVILEGED
  52. android.permission.CAMERA
  53. android.permission.CHANGE_COMPONENT_ENABLED_STATE
  54. android.permission.CHANGE_CONFIGURATION
  55. android.permission.CHANGE_NETWORK_STATE
  56. android.permission.CHANGE_WIFI_STATE
  57. android.permission.CLEAR_APP_CACHE
  58. 允许一个程序清除用户设置(Allowsanapplicationtoclearuserdata)
  59. 允许启用禁止位置更新提示从无线模块 (Allowsenabling/disablinglocationupdatenotificationsfromtheradio.)
  60. 允许程序删除缓存文件 (Allowsanapplicationtodeletecachefiles)
  61. 允许一个程序删除包(Allowsanapplicationtodeletepackages)
  62. 允许访问底层电源管理(Allowslow- levelaccesstopowermanagement)
  63. 允许程 序RW诊断资源(AllowsapplicationstoRWtodiagnosticresources.)
  64. 允许程序禁用键盘锁 (Allowsapplicationstodisablethekeyguard)
  65. 允许程序返回状态抓取信息从系统服务 (Allowsanapplicationtoretrievestatedumpinformationfromsystem
  66. services.)
  67. android.permission.CLEAR_APP_USER_DATA
  68. android.permission.CONTROL_LOCATION_UPDATES
  69. android.permission.DELETE_CACHE_FILES
  70. android.permission.DELETE_PACKAGES
  71. android.permission.DEVICE_POWER
  72. android.permission.DIAGNOSTIC
  73. android.permission.DISABLE_KEYGUARD
  74. android.permission.DUMP
  75. 允 许一个程序扩展收缩在状态栏,android开发网提示应该是一个类似WindowsMobile中的托盘程序(Allowsan
  76. applicationtoexpandorcollapsethestatusbar.)
  77. 作为一个工厂测试程序,运行在root用户 (Runasamanufacturertestapplication,runningastherootuser.)
  78. 访问闪光灯,android开发网提示HTCDream不包含闪光灯 (Allowsaccesstotheflashlight)
  79. 允许 程序强行一个后退操作是否在顶层 activities(AllowsanapplicationtoforceaBACKoperationonwhateveris
  80. thetopactivity.)
  81. 暂 时不了解这是做什么使用的,android开发网分析可能是一个预留权限.
  82. 访问一 个帐户列表在AccountsService中 (AllowsaccesstothelistofaccountsintheAccountsService)
  83. 允许一个程序获取任何package 占 用空间容量(Allowsanapplicationtofindoutthespaceusedbyany package .)
  84. 允许一个程序获取信息有关当前或最近运行的任务,一个缩略的任务状态,是否活动等等(Allowsan
  85. applicationtogetinformationaboutthecurrentlyorrecentlyrunningtasks:athumbnailrepresentationofthetasks,
  86. whatactivitiesarerunninginit,etc.)
  87. android.permission.EXPAND_STATUS_BAR
  88. android.permission.FACTORY_TEST
  89. android.permission.FLASHLIGHT
  90. android.permission.FORCE_BACK
  91. android.permission.FOTA_UPDATE
  92. android.permission.GET_ACCOUNTS
  93. android.permission.GET_PACKAGE_SIZE
  94. android.permission.GET_TASKS
  95. 允 许访问硬件(Allowsaccesstohardwareperipherals.)
  96. 允 许一个程序截获用户事件如按键、触摸、轨迹球等等到一个时间流,android开发网提醒算是hook技术吧
  97. (Allowsanapplicationtoinjectuserevents(keys,touch,trackball)intotheeventstreamanddeliverthemtoANY
  98. window.)
  99. 允许一个程序安装 packages(Allowsanapplicationtoinstallpackages.)
  100. 允许打开窗口使用系统用户界面 (Allowsanapplicationtoopenwindowsthatarefor usebypartsofthesystem
  101. userinterface .)
  102. 允许程序打开网络套接字 (Allowsapplicationstoopennetworksockets)
  103. 允许程序管理(创建、催后、z-order默认向z轴推移)程序引用在窗口管理器中 (Allowsanapplicationtomanage
  104. (create,destroy,Z-order)applicationtokensinthewindowmanager.)
  105. 目前还没有明确的解释,android开发网分析可能是清除一切数据,类似硬格机
  106. 允许程序修改全局音频设置 (Allowsanapplicationtomodifyglobalaudiosettings)
  107. android.permission.HARDWARE_TEST
  108. android.permission.INJECT_EVENTS
  109. android.permission.INSTALL_PACKAGES
  110. android.permission.INTERNAL_SYSTEM_WINDOW
  111. android.permission.INTERNET
  112. android.permission.MANAGE_APP_TOKENS
  113. android.permission.MASTER_CLEAR
  114. android.permission.MODIFY_AUDIO_SETTINGS
  115. 允许修改话机状态,如电源,人机接口等 (Allowsmodificationofthetelephonystate-poweron,mmi,etc.)
  116. 允许挂载和反挂载文件系统可移动存储 (Allowsmountingandunmountingfilesystemsfor removablestorage.)
  117. 允许一个程序设置他的activities显示 (Allowanapplicationtomakeitsactivitiespersistent.)
  118. 允许程序监视、修改有关播出电话 (Allowsanapplicationtomonitor,modify,orabortoutgoingcalls)
  119. 允许程序读取用户日历数据 (Allowsanapplicationtoreadtheuser'scalendardata.)
  120. 允许程序读取用户联系人数据 (Allowsanapplicationtoreadtheuser'scontactsdata.)
  121. 允许程序屏幕波或和更多常规的访问帧缓冲数据 (Allowsanapplicationtotakescreenshotsandmoregenerally
  122. getaccesstotheframebufferdata)
  123. 允许程序返回当前按键状态 (Allowsanapplicationtoretrievethecurrentstateofkeysandswitches.)
  124. 允许程序读取底层系统日志文件(Allowsanapplicationtoreadthelow- levelsystemlogfiles.)
  125. android.permission.MODIFY_PHONE_STATE
  126. android.permission.MOUNT_UNMOUNT_FILESYSTEMS
  127. android.permission.PERSISTENT_ACTIVITY
  128. android.permission.PROCESS_OUTGOING_CALLS
  129. android.permission.READ_CALENDAR
  130. android.permission.READ_CONTACTS
  131. android.permission.READ_FRAME_BUFFER
  132. android.permission.READ_INPUT_STATE
  133. android.permission.READ_LOGS
  134. 允 许程序读取所有者数据(Allowsanapplicationtoreadtheowner'sdata)
  135. 允许程序读取短信息 (AllowsanapplicationtoreadSMSmessages.)
  136. 允 许程序读取同步设置(Allowsapplicationstoreadthesyncsettings)
  137. 允许程序读取同步状态 (Allowsapplicationstoreadthesyncstats)
  138. 请 求能够重新启动设备(Requiredtobeabletorebootthedevice.)
  139. 允许一个程序接收到ACTION_BOOT_COMPLETED广播在系统完成启动 (Allowsanapplicationtoreceivethe
  140. ACTION_BOOT_COMPLETEDthatisbroadcastafterthesystemfinishesbooting.)
  141. 允许一个程序监控将收到MMS彩信,记录或处理 (AllowsanapplicationtomonitorincomingMMSmessages,to
  142. recordorperformprocessingonthem.)
  143. 允许程序监控一个将收到短信息,记录或处理 (AllowsanapplicationtomonitorincomingSMSmessages,to
  144. recordorperformprocessingonthem.)
  145. android.permission.READ_OWNER_DATA
  146. android.permission.READ_SMS
  147. android.permission.READ_SYNC_SETTINGS
  148. android.permission.READ_SYNC_STATS
  149. android.permission.REBOOT
  150. android.permission.RECEIVE_BOOT_COMPLETED
  151. android.permission.RECEIVE_MMS
  152. android.permission.RECEIVE_SMS
  153. 允许程序监控将收到WAPPUSH信息 (AllowsanapplicationtomonitorincomingWAPpushmessages.)
  154. 允许程序录制音频(Allowsanapplicationtorecordaudio)
  155. 允许程序改变Z轴排列任务(AllowsanapplicationtochangetheZ- orderoftasks)
  156. 允许程序重新启动其他程序 (Allowsanapplicationtorestartotherapplications)
  157. 允许程序发送SMS短信 (AllowsanapplicationtosendSMSmessages)
  158. 允 许程序监控或控制activities已经启动全局系统中 Allowsanapplicationtowatchandcontrolhowactivitiesare
  159. startedgloballyinthesystem.
  160. 允许程序控制是否活动间接完成在处于后台时 Allowsanapplicationtocontrolwhetheractivitiesareimmediately
  161. finishedwhenputinthebackground.
  162. 修改全局信息比例(Modifytheglobalanimationscalingfactor.)
  163. android.permission.RECEIVE_WAP_PUSH
  164. android.permission.RECORD_AUDIO
  165. android.permission.REORDER_TASKS
  166. android.permission.RESTART_PACKAGES
  167. android.permission.SEND_SMS
  168. android.permission.SET_ACTIVITY_WATCHER
  169. android.permission.SET_ALWAYS_FINISH
  170. android.permission.SET_ANIMATION_SCALE
  171. 配置一个程序用于调试(Configureanapplicationfor debugging.)
  172. 允许底层访问设置屏幕方向和实际旋转(Allowslow- levelaccesstosettingtheorientation(actuallyrotation)ofthe
  173. screen.)
  174. 允许一个程序修改列表参 数
  175. PackageManager.addPackageToPreferred()和 PackageManager.removePackageFromPreferred()方法(Allowsan
  176. applicationtomodifythelistofpreferredapplicationswiththePackageManager.addPackageToPreferred()
  177. andPackageManager.removePackageFromPreferred()methods.)
  178. 允许程序当前运行程序强行到前台 (Allowsanapplicationtoforceanycurrentlyrunningprocesstobeinthe
  179. foreground.)
  180. 允许设置最大的运 行进程数量 (Allowsanapplicationtosetthemaximumnumberof(notneeded)application
  181. processesthatcanberunning.)
  182. 允许程序设置时间区域 (Allowsapplicationstosetthesystemtimezone)
  183. 允许程序设置壁纸(Allowsapplicationstosetthewallpaper)
  184. android.permission.SET_DEBUG_APP
  185. android.permission.SET_ORIENTATION
  186. android.permission.SET_PREFERRED_APPLICATIONS
  187. android.permission.SET_PROCESS_FOREGROUND
  188. android.permission.SET_PROCESS_LIMIT
  189. android.permission.SET_TIME_ZONE
  190. android.permission.SET_WALLPAPER
  191. 允许程序设置壁纸 hits(Allowsapplicationstosetthewallpaperhints)
  192. 允许程序请求发送信号到所有显示的进程中 (Allowanapplicationtorequestthatasignalbesenttoallpersistent
  193. processes)
  194. 允许程序打开、关闭或 禁用状态栏及图标 Allowsanapplicationtoopen,close,ordisablethestatusbarandits
  195. icons.
  196. 允许一个程序访问订阅 RSSFeed内容提供 (Allowsanapplicationtoallowaccessthesubscribedfeeds
  197. ContentProvider.)
  198. 系统 暂时保留改设置,android开发网认为未来版本会加入该功能。
  199. 允许一个 程序打开窗口使用TYPE_SYSTEM_ALERT,显示在其他所有程序的顶层(Allowsanapplicationto
  200. openwindowsusingthetypeTYPE_SYSTEM_ALERT,shownontopofallotherapplications.)
  201. 允许访问振动设备(Allowsaccesstothevibrator)
  202. 允许使用PowerManager的WakeLocks保持进程在休眠时从屏幕消失 (AllowsusingPowerManagerWakeLocks
  203. tokeepprocessorfromsleepingorscreenfromdimming)
  204. android.permission.SET_WALLPAPER_HINTS
  205. android.permission.SIGNAL_PERSISTENT_PROCESSES
  206. android.permission.STATUS_BAR
  207. android.permission.SUBSCRIBED_FEEDS_READ
  208. android.permission.SUBSCRIBED_FEEDS_WRITE
  209. android.permission.SYSTEM_ALERT_WINDOW
  210. android.permission.VIBRATE
  211. android.permission.WAKE_LOCK
  212. 允许程序写入API设置 (Allowsapplicationstowritetheapnsettings)
  213. 允许一个程序写入但不读取用户日历数据 (Allowsanapplicationtowrite(butnotread)theuser'scalendardata.)
  214. 允许程序写入但不读取用户联系人数据 (Allowsanapplicationtowrite(butnotread)theuser'scontactsdata.)
  215. 允许程序修改Google服务地图 (AllowsanapplicationtomodifytheGoogleservicemap.)
  216. 允许一个程序写入但不读取所有者数据 (Allowsanapplicationtowrite(butnotread)theowner'sdata.)
  217. 允许程序读取或写入系统设置 (Allowsanapplicationtoreadorwritethesystemsettings.)
  218. 允许程序写短信(AllowsanapplicationtowriteSMSmessages)
  219. 允许程序写入同步设置 (Allowsapplicationstowritethesyncsettings)
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics