Disable orientation change based on sensor in the wallpaper picker.

Change-Id: I9d34c514fc1eebef7fd655ce4d7eeba66a4b2412
This commit is contained in:
Romain Guy 2009-11-08 15:31:40 -08:00
parent eb8325a9e2
commit e11f9f480a
1 changed files with 2 additions and 1 deletions

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" />