- 1
- 0
- 约8.53万字
- 约 27页
- 2017-06-11 发布于河南
- 举报
基于Andrid系统的“酷可儿”手机客户端研发__外文资料和译文
成都东软学院
外文资料和译文
专 业:
软件工程
班 级:
软件工程11205
姓 名:
李帅
学 号:
11310320502
指导教师:
王春秀
2014年 12 月 8 日
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
您可能关注的文档
- 地铁设计防火范.ppt
- 均衡县创建讲15.7.10.ppt
- 均衡发展学习料.ppt
- 均衡发展工作报.ppt
- 均衡督导培训料.ppt
- 均衡发展验收准.ppt
- 垂径定理(1.ppt
- 均衡发展现场会议指南.doc
- 城乡结合部小生心理健康教育初探.ppt
- 城市地理学重.doc
- 2026年农产品渠道下沉策略五年行业报告.docx
- 《家政服务业规范化发展中的家庭服务外包与产业链升级研究》教学研究课题报告.docx
- 2026年智能家居MEMS传感器十年市场调研报告.docx
- 2026年塑料行业循环利用技术标准与质量控制报告.docx
- 高中物理教学中的人工智能应用研究:挑战与对策教学研究课题报告.docx
- 高中心理健康教学中认知行为疗法与AI情绪调节课题报告教学研究课题报告.docx
- 2026年智能交通五年趋势:自动驾驶发展报告.docx
- 2026年黄精中药饮片加工行业前景报告.docx
- 2026年农业无人机图像识别技术应用前景.docx
- 2025年贵金属行业国际化十年发展报告.docx
最近下载
- 安全个人防护用品使用教程PPT课件.pptx VIP
- 部编人教版三年级下册语文全册教案.docx VIP
- 学前教育学 教案.docx VIP
- 高级英语(第四版)1_教学课件Lesson 2 Blackmail.ppt VIP
- Thompson_Motif-Index(翻译版).doc VIP
- 2025年商汤科技商业计划书.pptx VIP
- 一文读懂2026年中央一号文件PPT关于锚定农业农村现代化+扎实推进乡村全面振兴的意见课件.pptx VIP
- BYD比亚迪交流充电桩ACC01-07G S50-F说明书.pdf
- 郑桂华《安塞腰鼓》课堂实录.docx VIP
- 实验六视图的操作.docx VIP
原创力文档

文档评论(0)