From eddfc04a08cc4d5315930d94d4627caa7dad5596 Mon Sep 17 00:00:00 2001 From: Dianne Hackborn Date: Wed, 20 Oct 2010 16:03:37 -0700 Subject: Fix java doc on FLAG_EXTERNAL. Change-Id: Ic533b3a6c3300a986dd8d0da04243d723cf393ef --- core/java/android/content/pm/ApplicationInfo.java | 3 --- 1 file changed, 3 deletions(-) (limited to 'core') 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 -- cgit v1.1