Android 应用访问权限设置

Android开发应用程序时,有时我们要用到很多权限, 今天我就收集了一些开发时可能用到的开启权限设置。

这些权限都是在 AndroidManifest.xml设置。

设置方法

以下是各种参数:

1.访问 络权限(这个常用吧)

 2.许读写访问 “properties”表在checkin数据库中,改值可以修改上传( Allows read/write access to the “properties” table inthe checkin database, to change values that get uploaded)

3.允许一个程序访问CellID或WiFi热点来获取粗略的位置(Allows an application to access coarse (e.g., Cell-ID, WiFi)location)

4.允许一个程序访问精良位置(如GPS) (Allows an application to access fine(e.g., GPS) location)

5.允许应用程序访问额外的位置提供命令(Allows an application to access extra location provider commands)

6.允许程序创建模拟位置提供用于测试(Allows an application to create mock location providers fortesting)

7.允许程序访问有关GSM 络信息(Allows applications to accessinformation about networks)

8.允许程序使用SurfaceFlinger底层特性(Allows an application touse SurfaceFlinger’s low level features)

9.允许程序访问Wi-Fi 络状态信息(Allows applications to accessinformation about Wi-Fi networks)

 10.允许程序发布系统级服务(Allows an application to publish system-level services).

11.允许程序更新手机电池统计信息(Allows an application to update the collected battery statistics)

  12.允许程序连接到已配对的蓝牙设备(Allows applications to connect to paired bluetooth devices)

  13.允许程序发现和配对蓝牙设备(Allows applications to discover and pair bluetooth devices)

  14.请求能够禁用设备(非常危险)(Required to be able to disable the device (very dangerous!).)

  15.许程序广播一个提示消息在一个应用程序包已经移除后(Allows an application to broadcast a notification that anapplication package has been removed)

16. .允许一个程序广播常用intents(Allows an application to broadcast sticky intents)

  17.允许一个程序初始化一个电话拨 不需通过拨 用户界面需要用户确认(Allows an application to initiate a phone call without goingthrough the Dialer user interface for the user to confirm the call beingplaced.)

18.允许一个程序拨打任何 码,包含紧急 码无需通过拨 用户界面需要用户确认(Allows an application to call any phone number, including emergencynumbers, without going through the Dialer user interface for the user toconfirm the call being placed)

19.请求访问使用照相设备(Required to be able to access the camera device. )

  20.允许一个程序是否改变一个组件或其他的启用或禁用(Allows an application to change whether an application component(other than its own) is enabled or not. )

  21.允许一个程序修改当前设置,如本地化(Allows an application to modify the current configuration, such aslocale. )

22.允许程序改变 络连接状态(Allows applications to change network connectivity state)

  23. 允许程序改变Wi-Fi连接状态(Allows applications to changeWi-Fi connectivity state)

  24.允许一个程序清楚缓存从所有安装的程序在设备中(Allows an application to clear the caches of all installedapplications on the device. )

  25.允许一个程序清除用户设置(Allows an application to clear user data)

  26.允许启用禁止位置更新提示从无线模块(Allows enabling/disabling location update notifications from theradio. )

  27.允许程序删除缓存文件(Allows an application to delete cache files)

  28.允许一个程序删除包(Allows an application to delete packages)

  29.允许访问底层电源管理(Allows low-level access to power management)

  30.允许程序RW诊断资源(Allows applications to RW todiagnostic resources. )

  31.允许程序禁用键盘锁(Allows applications to disable the keyguard )

32.允许程序返回状态抓取信息从系统服务(Allows an application to retrieve state dump information fromsystem services.)

33. 允许一个程序扩展收缩在状态栏,Android开发 提示应该是一个类似Windows Mobile中的托盘程序(Allows an application to expand or collapse the status bar. )

34.作为一个工厂测试程序,运行在root用户(Run as a manufacturer testapplication, running as the root user. )

35.访问闪光灯,HTC Dream不包含闪光灯(Allows access to the flashlight )

36.允许程序强行一个后退操作是否在顶层activities(Allows an application to force a BACK operation onwhatever is the top activity. )

37.允许一个程序获取任何package占用空间容量(Allows an application to findout the space used by any package. )

38.允许一个程序获取信息有关当前或最近运行的任务,一个缩略的任务状态,是否活动等等

39. 允许访问硬件

40.允许一个程序截获用户事件如按键、触摸、轨迹球等等到一个时间流,Android开发 提醒算是hook技术吧

41.允许一个程序安装packages

42.允许打开窗口使用系统用户界面

43.允许程序打开 络套接字

 44.允许程序管理(创建、催后、z -order默认向z轴推移)程序引用在窗口管理器中

45.允许程序修改全局音频设置

46.允许修改话机状态,如电源,人机接口等

47.允许挂载和反挂载文件系统可移动存储

48.允许一个程序设置他的activities显示

49.允许程序监视、修改有关播出电话

50.允许程序读取用户日历数据

  51.允许程序读取用户联系人数据

 52.允许底层访问设置屏幕方向和实际旋转

53.允许程序设置壁纸hits

54.允许程序设置壁纸

55.允许程序设置时间区域

56.允许一个程序写入但不读取所有者数据

57. 允许程序读取或写入系统设置

58.允许一个程序写入但不读取用户日历数据

59.允许程序写短信

文章知识点与官方知识档案匹配,可进一步学习相关知识Vue入门技能树首页概览23443 人正在系统学习中

声明:本站部分文章及图片源自用户投稿,如本站任何资料有侵权请您尽早请联系jinwei@zod.com.cn进行处理,非常感谢!

上一篇 2022年4月26日
下一篇 2022年4月26日

相关推荐