diff --git a/docs/html/guide/topics/manifest/uses-permission-sdk-23-element.jd b/docs/html/guide/topics/manifest/uses-permission-sdk-23-element.jd index ff45499850052..860d30fd0087c 100644 --- a/docs/html/guide/topics/manifest/uses-permission-sdk-23-element.jd +++ b/docs/html/guide/topics/manifest/uses-permission-sdk-23-element.jd @@ -19,14 +19,16 @@ parent.link=manifest-intro.html
This element is useful when you update an app to include a new
feature that requires an additional permission. If a user updates an app on a
- device that is running SDK version 22 or lower, the system prompts the user
+ device that is running API level 22 or lower, the system prompts the user
at install time to grant all new permissions that are declared in that
update. If a new feature is minor enough, you may prefer to disable
the feature altogether on those devices, so the user does not have to grant
@@ -34,7 +36,9 @@ parent.link=manifest-intro.html
<uses-permission-sdk-23> element instead of <uses-permission>,
you can request the permission only if the app is running on
- platforms that support the runtime permissions model, in which the user
+ platforms that support the runtime permissions
+ model, in which the user
grants permissions to the app while it is running.