summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDianne Hackborn <hackbod@google.com>2010-04-26 18:13:10 -0700
committerDianne Hackborn <hackbod@google.com>2010-04-26 18:50:11 -0700
commit94c567e1e344d49168603f5a0560215a4ce735e6 (patch)
tree9ad826f46a391751f331677944f29b92a91a9a59
parent3202d380226043fa665df3c92252f791f8c52d55 (diff)
downloadframeworks_base-94c567e1e344d49168603f5a0560215a4ce735e6.zip
frameworks_base-94c567e1e344d49168603f5a0560215a4ce735e6.tar.gz
frameworks_base-94c567e1e344d49168603f5a0560215a4ce735e6.tar.bz2
Whoops a little more on issue #2631417: Expose FLAG_EXTERNAL_STORAGE
There was a gap in the bit numbers. Change-Id: I0feef7dc4abed5db7412659b5ad078caffe4f2d4
-rw-r--r--api/8.xml2
-rw-r--r--api/current.xml2
-rw-r--r--core/java/android/content/pm/ApplicationInfo.java2
3 files changed, 3 insertions, 3 deletions
diff --git a/api/8.xml b/api/8.xml
index ff4afc7..e757db2 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 ff4afc7..e757db2 100644
--- a/api/current.xml
+++ b/api/current.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/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