Lines Matching full:application
1 page.title=Application Signing
28 Application signing allows developers to identify the author of the application
29 and to update their application without creating complicated interfaces and
30 permissions. Every application that is run on the Android platform must be <a
37 On Google Play, application signing bridges the trust Google has with the
38 developer and the trust the developer has with their application. Developers
39 know their application is provided, unmodified, to the Android device; and
40 developers can be held accountable for behavior of their application.
43 On Android, application signing is the first step to placing an application in
44 its Application Sandbox. The signed application certificate defines which user
45 ID is associated with which application; different applications run under
46 different user IDs. Application signing ensures that one application cannot
47 access any other application except through well-defined IPC.
50 When an application (APK file) is installed onto an Android device, the Package
62 does not perform CA verification for application certificates.
67 key while maintaining distinct UIDs and Application Sandboxes. A closer
68 relationship with a shared Application Sandbox is allowed via the <a
75 Android supports two application signing schemes, one based on JAR signing (v1
105 into the APK. For details on applying the v2 scheme to an application, refer to