- 1、本文档共9页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 5、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 6、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 7、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 8、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
Android的基础应用 英文范文.
Android Application Fundamentals
Android applications are written in the Java programming language. The Android SDK tools compile the code—along with any data and resource files—into an?Android package, an archive file with an?.apk?suffix. All the code in a single?.apk?file is considered to be one application and is the file that Android-powered devices use to install the application.
Once installed on a device, each Android application lives in its own security sandbox:
The Android operating system is a multi-user Linux system in which each application is a different user.
By default, the system assigns each application a unique Linux user ID (the ID is used only by the system and is unknown to the application). The system sets permissions for all the files in an application so that only the user ID assigned to that application can access them.
Each process has its own virtual machine (VM), so an applications code runs in isolation from other applications.
By default, every application runs in its own Linux process. Android starts the process when any of the applications components need to be executed, then shuts down the process when its no longer needed or when the system must recover memory for other applications.
In this way, the Android system implements the?principle of least privilege. That is, each application, by default, 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 application cannot access parts of the system for which it is not given permission.
However, there are ways for an application to share data with other applications and for an application to access system services:
Its possible to arrange for two applications to share the same Linux user ID, in which case they are able to access each others files. To conserve system resources, applications with the same user ID can also arrange to run in the same Linux process and share the same VM (the applications must als
您可能关注的文档
- ActiveDirectory组策略.pdf
- Adapting Similarity Measures to Agent Types in Opponent Modelling.pdf
- Adaptive Agent Design Based on Reinforcement Learning and Tracking.pdf
- Adaptive Integration of Multidimensional Molecular Dynamics with Quantum Initial Conditions.pdf
- ac天青S分光光度法测定油条中铝的改进.pdf
- Adaptive Mesh Refinement in Nonlinear Finite Element Analysis of Shell Structures.pdf
- Adaptive NeuroFuzzy Control Based Development of a Wearable Exoskeleton Leg for.pdf
- Additive Nonparametric Reconstruction of Dynamical Systems from Time Series.pdf
- Adaptive Runtime Management of Spatial and Temporal Heterogeneity for Dynamic Grid Applicat.pdf
- ADDRESS函数基础及应用示例.pdf
- 嗨你叫什么名字xiaojun这它一个f lo w那module 3unit 1 these ducks are very naughty课件教育客服.pdf
- 语法直播前两次-yy46ks2017英语四六级考试课程.pdf
- 饮食指南正在何处因此告别胆固醇脂肪值得担心风险因素159bmj h4034 full.pdf
- 业主构建新型邻里关系以丽江花园为例正文.pdf
- 奥迪当前计划号带燃气排放前大灯audia8德语s14d t.pdf
- 附录release1 xml模式这一部分列出了与集成技术有关integration-appendix广告.pdf
- the address-stage 2 streetscape landscape plan地址阶段街景观计划.pdf
- 101 innovation drive san joseca 95134-cy3子母套件共享tt nios2 tcpip.pdf
- project版项目宪章由创建批准charter template模板.pdf
- 百分闯关七级英语上册人教版课件检测题unit 3综合能力测试.pdf
最近下载
- 长沙市长郡中学2022-2023学年高一下学期期末考试物理试卷(含答案).docx VIP
- 2024年湖南省高中学业水平合格性考试英语试卷真题(含答案详解).docx VIP
- 道依茨 TCD4.1 6.1操作手册.pdf
- 湖南省长沙市长郡中学2022-2023学年高一下学期第一次适应性检测数学试卷含答案.docx VIP
- 中国联通CDMA网络租赁费收益计划募集说明书.pdf
- 人教版四年级上册数学《公顷和平方千米整理和复习》(课件).pptx
- 湖南省长沙市长郡中学2022-2023学年高一下学期第一次月考物理试卷含答案.pdf VIP
- 信贷基础知识培训课件.ppt VIP
- 2025年湖南省长沙市长郡教育集团中考数学模拟试卷(四).pdf VIP
- 2025《建筑施工行业公司事故隐患内部报告奖励管理制度》新修订版.docx
文档评论(0)