美文网首页
Android App Fundamentals

Android App Fundamentals

作者: 吃西瓜的龙猫 | 来源:发表于2015-08-28 11:16 被阅读0次

Excerpt from Google Official Documents
Android Develop API Guides

Principle of Least Privilege

Each app has access only to the components that it requires to do its work and no more. This creates a very secure environment in which an app cannot access parts of the system for which it is not given permission.

Ways for App to Share Data with Other Apps

  • arrange for two apps to share the same Linux user ID
  • an app can request permission to access device data

App Components


相关文章

网友评论

      本文标题:Android App Fundamentals

      本文链接:https://www.haomeiwen.com/subject/pqckcttx.html