summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorDirk Dougherty <ddougherty@google.com>2015-06-22 14:12:03 -0700
committerDirk Dougherty <ddougherty@google.com>2015-06-22 14:12:03 -0700
commit813d974e33366aaeeb54e242e2767d4eeaf940dc (patch)
treef72daee2fd9001c82737b01cb0923e3e913098cb /docs
parent19332345516292c29bf1a52e896f7aba9bb30af6 (diff)
downloadframeworks_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.jd1
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>