diff --git a/api/8.xml b/api/8.xml index ff4afc7661eda..e757db2c5bb23 100644 --- a/api/8.xml +++ b/api/8.xml @@ -42706,7 +42706,7 @@ type="int" transient="false" volatile="false" - value="524288" + value="262144" static="true" final="true" deprecated="not deprecated" diff --git a/api/current.xml b/api/current.xml index ac39248280ec3..e16120e366711 100644 --- a/api/current.xml +++ b/api/current.xml @@ -46660,7 +46660,7 @@ type="int" transient="false" volatile="false" - value="524288" + value="262144" static="true" final="true" deprecated="not deprecated" diff --git a/core/java/android/content/pm/ApplicationInfo.java b/core/java/android/content/pm/ApplicationInfo.java index ac8ac2a0b1840..fef74aab87f3e 100644 --- a/core/java/android/content/pm/ApplicationInfo.java +++ b/core/java/android/content/pm/ApplicationInfo.java @@ -272,7 +272,7 @@ public class ApplicationInfo extends PackageItemInfo implements Parcelable { * the application has been uninstalled (its .apk is no longer available) * but its persistent data is not removed. */ - public static final int FLAG_EXTERNAL_STORAGE = 1<<19; + public static final int FLAG_EXTERNAL_STORAGE = 1<<18; /** * Value for {@link #flags}: Set to true if the application has been