am 2e4b98dc: Merge "Whoops a little more on issue #2631417: Expose FLAG_EXTERNAL_STORAGE" into froyo

Merge commit '2e4b98dcd88f14fdb35e46236ec916493c570f28' into froyo-plus-aosp

* commit '2e4b98dcd88f14fdb35e46236ec916493c570f28':
  Whoops a little more on issue #2631417: Expose FLAG_EXTERNAL_STORAGE
This commit is contained in:
Dianne Hackborn
2010-04-26 18:54:06 -07:00
committed by Android Git Automerger
3 changed files with 3 additions and 3 deletions

View File

@@ -42706,7 +42706,7 @@
type="int" type="int"
transient="false" transient="false"
volatile="false" volatile="false"
value="524288" value="262144"
static="true" static="true"
final="true" final="true"
deprecated="not deprecated" deprecated="not deprecated"

View File

@@ -42706,7 +42706,7 @@
type="int" type="int"
transient="false" transient="false"
volatile="false" volatile="false"
value="524288" value="262144"
static="true" static="true"
final="true" final="true"
deprecated="not deprecated" deprecated="not deprecated"

View File

@@ -259,7 +259,7 @@ public class ApplicationInfo extends PackageItemInfo implements Parcelable {
* the application has been uninstalled (its .apk is no longer available) * the application has been uninstalled (its .apk is no longer available)
* but its persistent data is not removed. * 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 * Value for {@link #flags}: Set to true if the application has been