- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、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 mus
您可能关注的文档
- 最新最全广西专业技人员低碳经济公需科目试题及答案(100分)题库.doc
- 最新最全的《葡萄种技术资料》.doc
- 最新最全证书挂靠各市价格行情 (恢复).doc
- 最新本科企业管理实期末复习重点.doc
- 最新杭州五大投资移中介公司统计.doc
- 最新正规劳动合同样word版本.doc
- 最新民商事审判与疑案例评析实务全书.docx
- 最新注册电气工程师试题无忧 模拟 真题 练习 资料全整下载.doc
- 最新注册造价工程师土建专业》模拟试题.doc
- 最新浙江驾考科目一论知识整理速记.doc
- 有关事业单位改革和效考核的若干思考.doc
- 有关以阿伏加德罗常NA为背景判断正误题专题复习 高中化学计算题的几种典型解法.doc
- 有关信息管理论文信管理系统论文:土地信息管理系统的建设研究.doc
- 有关海洋专业的介绍就业前景及个人的见解.docx
- 有关硫氮上海市届高上学期期末考试(一模)化学试题汇编.docx
- 有关计算机组装维护论文计算机组装维护论文:高职高专计算机组装与维护课程的教学改革.doc
- 有关该校贷款论文关贷款风险论文:浅议高校贷款风险.doc
- 有关资产价格论文关金融的论文:论资产价格和货币政策.doc
- 有关金融危机论文有金融危机的论文从当前全球金融危机看马克思科学社会主义理论的当代价值.doc
- 有关食品安全监督管部门的具体职责.doc
最近下载
- 专题22.7 二次函数图象与系数的关系选填压轴专项训练(30道)(解析版).pdf VIP
- 浙江省嘉兴市第一中学2024-2025学年高一上学期10月阶段性测试物理试卷(含答案).pdf VIP
- 1.新版历年全国高考英语高频词汇必备表汇总打印版.docx
- 矿山生态修复技术规范第3部分:金属矿山.pdf VIP
- 〖地 理〗世界的地形第一课时说课稿-2024-2025学年七年级地理上学期(湘教版2024).docx VIP
- 《物理学发展史》课件.ppt VIP
- 《物理学的发展史》课件.docx VIP
- 2026秋季中国电建集团北京勘测设计研究院有限公司校园招聘笔试参考题库附答案解析.docx VIP
- 浙江省嘉兴市2023-2024学年高一上学期10月月考物理含解析.pdf VIP
- 美国特色介绍.pptx VIP
文档评论(0)