diff --git a/docs/html/about/versions/android-5.0-changes.jd b/docs/html/about/versions/android-5.0-changes.jd index f54cde41e388d..3de5c3c21d6e5 100644 --- a/docs/html/about/versions/android-5.0-changes.jd +++ b/docs/html/about/versions/android-5.0-changes.jd @@ -4,6 +4,7 @@ sdk.platform.version=5.0 sdk.platform.apiLevel=21 @jd:body +
Notifications
+Android 5.0 includes a behavior change to ensure - that only one app can define a given custom permission, unless signed with the - same key as other apps defining the permission. + that only one app can define a given custom permission, unless signed with the + same key as other apps defining the permission.
In Android 4.4 and earlier, users were able to install multiple such apps on a given device, although the system assigned the protection level - specified by the first-installed app. + specified by the first-installed app.