From 4a9fbb68698429ab78b6780f15b4266af2f4b6d3 Mon Sep 17 00:00:00 2001 From: davejohnson Date: Sat, 20 Aug 2011 13:30:11 -0700 Subject: [PATCH] Remove xlargescreen since it is only supported if you are building with the latest SDK. Yes people *should* be building with that but it's not even on any phones yet --- framework/AndroidManifest.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/AndroidManifest.xml b/framework/AndroidManifest.xml index 4bae9257..c0c6e090 100644 --- a/framework/AndroidManifest.xml +++ b/framework/AndroidManifest.xml @@ -5,10 +5,10 @@ android:largeScreens="true" android:normalScreens="true" android:smallScreens="true" - android:xlargeScreens="true" android:resizeable="true" android:anyDensity="true" /> +