diff options
author | Dirk Dougherty <ddougherty@google.com> | 2015-06-22 14:12:03 -0700 |
---|---|---|
committer | Dirk Dougherty <ddougherty@google.com> | 2015-06-22 14:12:03 -0700 |
commit | 813d974e33366aaeeb54e242e2767d4eeaf940dc (patch) | |
tree | f72daee2fd9001c82737b01cb0923e3e913098cb /docs | |
parent | 19332345516292c29bf1a52e896f7aba9bb30af6 (diff) | |
download | frameworks_base-813d974e33366aaeeb54e242e2767d4eeaf940dc.zip frameworks_base-813d974e33366aaeeb54e242e2767d4eeaf940dc.tar.gz frameworks_base-813d974e33366aaeeb54e242e2767d4eeaf940dc.tar.bz2 |
Doc change: Explicitly state the initial API level that supports maxSdkVersion attr in uses-permission.
Change-Id: Ifb20f84560dc1c8655b8d216038a2b56777df460
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> |