diff options
author | Adam Lesinski <adamlesinski@google.com> | 2010-12-09 21:04:15 -0800 |
---|---|---|
committer | Adam Lesinski <adamlesinski@google.com> | 2010-12-13 14:51:15 -0800 |
commit | 2a898a0ac54beab0ae56c97eeccc017b02d61453 (patch) | |
tree | 72d2baf2f6a815b3ef9024f1020843792159bb62 /AndroidManifest.xml | |
parent | 4c4b20f7c356774995f117e3322e7ab5fc0f10f0 (diff) | |
download | packages_apps_trebuchet-2a898a0ac54beab0ae56c97eeccc017b02d61453.zip packages_apps_trebuchet-2a898a0ac54beab0ae56c97eeccc017b02d61453.tar.gz packages_apps_trebuchet-2a898a0ac54beab0ae56c97eeccc017b02d61453.tar.bz2 |
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.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 247f5b7..6cdf205 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" /> |