diff options
| author | Dianne Hackborn <hackbod@google.com> | 2010-10-20 17:12:27 -0700 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2010-10-20 17:12:27 -0700 |
| commit | fb2cd0aa9d140efdf78f0d920d8e3bb7db39c8de (patch) | |
| tree | f92b86fca52d9397aea7d36cfd733110920aed54 /core | |
| parent | ddf8fe505636d3b4435cb9952266765aab20b86d (diff) | |
| parent | eddfc04a08cc4d5315930d94d4627caa7dad5596 (diff) | |
| download | frameworks_base-fb2cd0aa9d140efdf78f0d920d8e3bb7db39c8de.zip frameworks_base-fb2cd0aa9d140efdf78f0d920d8e3bb7db39c8de.tar.gz frameworks_base-fb2cd0aa9d140efdf78f0d920d8e3bb7db39c8de.tar.bz2 | |
Merge "Fix java doc on FLAG_EXTERNAL." into gingerbread
Diffstat (limited to 'core')
| -rw-r--r-- | core/java/android/content/pm/ApplicationInfo.java | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/core/java/android/content/pm/ApplicationInfo.java b/core/java/android/content/pm/ApplicationInfo.java index 175d6db..665b606 100644 --- a/core/java/android/content/pm/ApplicationInfo.java +++ b/core/java/android/content/pm/ApplicationInfo.java @@ -252,9 +252,6 @@ public class ApplicationInfo extends PackageItemInfo implements Parcelable { public static final int FLAG_RESTORE_ANY_VERSION = 1<<17; /** - * Value for {@link #flags}: Set to true if the application has been - * installed using the forward lock option. - * * Value for {@link #flags}: Set to true if the application is * currently installed on external/removable/unprotected storage. Such * applications may not be available if their storage is not currently |
