当前位置: 代码迷 >> Android >> Android的权限归类
  详细解决方案

Android的权限归类

热度:81   发布时间:2016-05-01 20:00:44.0
Android的权限分类
Android permissions are separated to four groups:
- Regular
- Dangerous
- System or Signed
- Signed

Permissions in the first two groups can be granted to any application.
The last two can be obtained only by applications which are system - preinstalled in the device's firmware or which are signed with the "platform key", i.e. the same key that was used to sign the firmware.
  相关解决方案