April 2011
Intermediate to advanced
1201 pages
31h 52m
English
In this chapter, we are going to talk about Android's application-security model, which is a fundamental part of the Android platform. In Android, security spans all phases of the application life cycle—from design-time policy considerations to runtime boundary checks. You'll learn Android's security architecture and understand how to design secure applications.
Let's get started with the Android security model.
In this first section, we're going to cover security during the deployment and execution of the application. With respect to deployment, Android applications have to be signed with a digital certificate in order for you to install them onto a device. With ...
Read now
Unlock full access