Merge commit 'fbd65e8f12023d409c9f297a26955b7882e3e37d' * commit 'fbd65e8f12023d409c9f297a26955b7882e3e37d': Disable orientation change based on sensor in the wallpaper picker.
This commit is contained in:
+2
-1
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user