diff options
author | Dirk Dougherty <ddougherty@google.com> | 2015-06-22 22:41:19 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2015-06-22 22:41:19 +0000 |
commit | b94daae3fdab6771310a510dd195dd622d063cb2 (patch) | |
tree | 1c3c757f5a29ec43f9a3e7f59dd8755066a122f0 /docs | |
parent | aeaa396cae5d9f40ad490d1da02bc81bdf98f148 (diff) | |
parent | c8a94c5b6df42b631e52dcae03d0243454886ecb (diff) | |
download | frameworks_base-b94daae3fdab6771310a510dd195dd622d063cb2.zip frameworks_base-b94daae3fdab6771310a510dd195dd622d063cb2.tar.gz frameworks_base-b94daae3fdab6771310a510dd195dd622d063cb2.tar.bz2 |
am c8a94c5b: am 813d974e: Doc change: Explicitly state the initial API level that supports maxSdkVersion attr in uses-permission.
* commit 'c8a94c5b6df42b631e52dcae03d0243454886ecb':
Doc change: Explicitly state the initial API level that supports maxSdkVersion attr in uses-permission.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/html/guide/topics/manifest/uses-permission-element.jd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/html/guide/topics/manifest/uses-permission-element.jd b/docs/html/guide/topics/manifest/uses-permission-element.jd index 9394114..bb93a70 100644 --- a/docs/html/guide/topics/manifest/uses-permission-element.jd +++ b/docs/html/guide/topics/manifest/uses-permission-element.jd @@ -81,6 +81,7 @@ permission is needed only up to API level 18 with a declaration such as this: </pre> <p>This way, beginning with API level 19, the system will no longer grant your app the {@link android.Manifest.permission#WRITE_EXTERNAL_STORAGE} permission.</p> +<p>This attribute was added in API level 19.</p> </dd> </dl></dd> |