From 813d974e33366aaeeb54e242e2767d4eeaf940dc Mon Sep 17 00:00:00 2001 From: Dirk Dougherty Date: Mon, 22 Jun 2015 14:12:03 -0700 Subject: Doc change: Explicitly state the initial API level that supports maxSdkVersion attr in uses-permission. Change-Id: Ifb20f84560dc1c8655b8d216038a2b56777df460 --- docs/html/guide/topics/manifest/uses-permission-element.jd | 1 + 1 file changed, 1 insertion(+) (limited to 'docs') 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:

This way, beginning with API level 19, the system will no longer grant your app the {@link android.Manifest.permission#WRITE_EXTERNAL_STORAGE} permission.

+

This attribute was added in API level 19.

-- cgit v1.1