- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
w
沈阳建筑大学
毕业论文
外文及翻译
原 文 题 目 Android Application Fundamentals
学院专业班级 信息与控制工程学院 计算机08-1
学 生 姓 名 XXX 性别 X
指 导 教 师 XXX 职称 XXX
年 月 日
外文及翻译
英语原文
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 use
您可能关注的文档
- 基于仿真软件的LED二次光学设计(毕业学术论文设计).doc
- 基于飞思卡尔电磁智能小车的设计与实现(毕业学术论文设计).doc
- 基于非线性影视编辑的MTV制作(毕业学术论文设计).doc
- 基于非线性编辑校园场景设计(毕业学术论文设计).doc
- 基于分形和DCT的图像压缩(毕业学术论文设计).doc
- 基于分形理论的河南省交通运输量预测(毕业学术论文设计).doc
- 基于分形理论的我国商业银行管理策略研究(毕业学术论文设计).doc
- 基于风险分析的银行基金治理结构研究(毕业学术论文设计).doc
- 基于分支限界法的连连看局域网对战游戏的开发(毕业学术论文设计).docx
- 基于改进蚁群算法的机器人路径规划(毕业学术论文设计).doc
- 计算机专业外文翻译--对移动IPv6支持的综合高效切换程序(适用于外文翻译+中英文对照)(毕业学术论文设计).doc
- 计提减值准备对企业的影响(毕业学术论文设计).doc
- 记忆障碍的康复治疗研究进展(综述)(毕业学术论文设计).doc
- 记忆力测试游戏机(毕业学术论文设计).doc
- 技术性贸易壁垒对浙江纺织品服装出口贸易的影响及对策分析(毕业学术论文设计).doc
- 济南彩电市场现状研究(毕业学术论文设计).doc
- 济南显丽家具制造厂员工激励问题及对策分析(毕业学术论文设计).doc
- 济南大学一号办公楼设计(毕业学术论文设计).doc
- 济宁粤王府酒店市场营销现状、问题及对策(毕业学术论文设计).doc
- 寄生电容对Boost_ZVT-PWM变换器的影响研究(毕业学术论文设计).doc
文档评论(0)