am 77ba51b0: am e9dee57b: Merge change I9d34c514 into eclair

Merge commit '77ba51b00989bb61aafecacd864588892cd97f74' into eclair-mr2-plus-aosp

* commit '77ba51b00989bb61aafecacd864588892cd97f74':
  Disable orientation change based on sensor in the wallpaper picker.
This commit is contained in:
Romain Guy
2009-11-09 16:21:13 -08:00
committed by Android Git Automerger
+2 -1
View File
@@ -83,7 +83,8 @@
<activity
android:name="WallpaperChooser"
android:label="@string/pick_wallpaper"
android:icon="@drawable/ic_launcher_wallpaper">
android:icon="@drawable/ic_launcher_wallpaper"
android:screenOrientation="nosensor">
<intent-filter>
<action android:name="android.intent.action.SET_WALLPAPER" />
<category android:name="android.intent.category.DEFAULT" />