From 94c567e1e344d49168603f5a0560215a4ce735e6 Mon Sep 17 00:00:00 2001 From: Dianne Hackborn Date: Mon, 26 Apr 2010 18:13:10 -0700 Subject: Whoops a little more on issue #2631417: Expose FLAG_EXTERNAL_STORAGE There was a gap in the bit numbers. Change-Id: I0feef7dc4abed5db7412659b5ad078caffe4f2d4 --- core/java/android/content/pm/ApplicationInfo.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/java/android/content') diff --git a/core/java/android/content/pm/ApplicationInfo.java b/core/java/android/content/pm/ApplicationInfo.java index 29b9d4c..1577f9e 100644 --- a/core/java/android/content/pm/ApplicationInfo.java +++ b/core/java/android/content/pm/ApplicationInfo.java @@ -259,7 +259,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 -- cgit v1.1