OSDN Git Service

Mention external storage changes in KITKAT docs.
authorJeff Sharkey <jsharkey@android.com>
Tue, 29 Oct 2013 19:21:23 +0000 (12:21 -0700)
committerJeff Sharkey <jsharkey@android.com>
Tue, 29 Oct 2013 19:23:19 +0000 (12:23 -0700)
Bug: 11388971
Change-Id: I97145472948867f54125f1d0f0237bf3b339535e

core/java/android/os/Build.java

index 114a1ea..bc51a60 100644 (file)
@@ -457,6 +457,13 @@ public class Build {
          * margins correctly.</li>
          * <li> {@link android.app.ActionBar}'s window content overlay is allowed to be
          * drawn.</li>
+         * <li>The {@link android.Manifest.permission#READ_EXTERNAL_STORAGE}
+         * permission is now always enforced.</li>
+         * <li>Access to package-specific external storage directories belonging
+         * to the calling app no longer requires the
+         * {@link android.Manifest.permission#READ_EXTERNAL_STORAGE} or
+         * {@link android.Manifest.permission#WRITE_EXTERNAL_STORAGE}
+         * permissions.</li>
          * </ul>
          */
         public static final int KITKAT = 19;