From 22ec9ab3b881d71866279ba9363c644a9e4e7164 Mon Sep 17 00:00:00 2001 From: Dianne Hackborn Date: Thu, 29 Apr 2010 17:56:03 -0700 Subject: [PATCH] Fix build. Change-Id: Iac00a1d02d04c346807ff2580362adfc838d1813 --- core/java/android/content/pm/ApplicationInfo.java | 4 ++-- core/res/res/values/public.xml | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/core/java/android/content/pm/ApplicationInfo.java b/core/java/android/content/pm/ApplicationInfo.java index d4a190ff86497..70471139853e9 100644 --- a/core/java/android/content/pm/ApplicationInfo.java +++ b/core/java/android/content/pm/ApplicationInfo.java @@ -174,7 +174,7 @@ public class ApplicationInfo extends PackageItemInfo implements Parcelable { * Value for {@link #flags}: true when the application's window can be * increased in size for larger screens. Corresponds to * {@link android.R.styleable#AndroidManifestSupportsScreens_largeScreens - * android:smallScreens}. + * android:largeScreens}. */ public static final int FLAG_SUPPORTS_LARGE_SCREENS = 1<<11; @@ -268,7 +268,7 @@ public class ApplicationInfo extends PackageItemInfo implements Parcelable { * Value for {@link #flags}: true when the application's window can be * increased in size for extra large screens. Corresponds to * {@link android.R.styleable#AndroidManifestSupportsScreens_xlargeScreens - * android:smallScreens}. + * android:xlargeScreens}. */ public static final int FLAG_SUPPORTS_XLARGE_SCREENS = 1<<19; diff --git a/core/res/res/values/public.xml b/core/res/res/values/public.xml index 26d11cd21cd3b..5d18e9e31042c 100644 --- a/core/res/res/values/public.xml +++ b/core/res/res/values/public.xml @@ -1244,6 +1244,7 @@ =============================================================== --> +