summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorAdam Lesinski <adamlesinski@google.com>2010-12-09 21:04:15 -0800
committerAdam Lesinski <adamlesinski@google.com>2010-12-13 14:51:15 -0800
commit2a898a0ac54beab0ae56c97eeccc017b02d61453 (patch)
tree72d2baf2f6a815b3ef9024f1020843792159bb62 /AndroidManifest.xml
parent4c4b20f7c356774995f117e3322e7ab5fc0f10f0 (diff)
downloadandroid_packages_apps_Trebuchet-2a898a0ac54beab0ae56c97eeccc017b02d61453.tar.gz
android_packages_apps_Trebuchet-2a898a0ac54beab0ae56c97eeccc017b02d61453.tar.bz2
android_packages_apps_Trebuchet-2a898a0ac54beab0ae56c97eeccc017b02d61453.zip
Update Wallpaper picker and fix bug
-Fixed b/3271838 -On a phone, Fragment would not remember its previous state and crash on rotation Change-Id: Ida923fba0c7f4622b090e2838fd932328ad68c63
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 247f5b766..6cdf205d2 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -86,10 +86,10 @@
<activity
android:name="com.android.launcher2.WallpaperChooser"
+ style="@style/config_orientation"
android:label="@string/pick_wallpaper"
android:icon="@drawable/ic_launcher_wallpaper"
android:theme="@style/Theme.WallpaperPicker"
- android:screenOrientation="nosensor"
android:finishOnCloseSystemDialogs="true">
<intent-filter>
<action android:name="android.intent.action.SET_WALLPAPER" />