您的位置:首页 > 移动开发 > Android开发

android compatibility and System Permissions

2015-11-24 22:52 507 查看
安卓的兼容性有:设备兼容性和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.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: