android compatibility and System Permissions

来源:互联网 发布:新概念4是什么水平知乎 编辑:程序博客网 时间:2024/05/16 09:31

安卓的兼容性有:设备兼容性和App兼容性

If necessary, however, you can restrict your app's availability to devices through Google Play Store based on the following device characteristics:

  • Device features
  • Platform version
  • Screen configuration

Android系统权限设置:安全隐私与用户体验

Android is a privilege-separated operating system, in which each application runs with a distinct system identity (Linux user ID and group ID). Parts of the system are also separated into distinct identities. Linux thereby isolates applications from each other and from the system.

Android application operates in a process sandbox, applications must explicitly share resources and data. 
0 0