summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorRomain Guy <romainguy@android.com>2009-11-08 15:31:40 -0800
committerRomain Guy <romainguy@android.com>2009-11-08 15:31:40 -0800
commite11f9f480ac0c5653a033355e3324b10edae1f2e (patch)
tree310489f5ec36698076fadef3c477069ee5ef4cd6 /AndroidManifest.xml
parenteb8325a9e24cda47720152e1e95f5d86ab11f200 (diff)
downloadandroid_packages_apps_Trebuchet-e11f9f480ac0c5653a033355e3324b10edae1f2e.tar.gz
android_packages_apps_Trebuchet-e11f9f480ac0c5653a033355e3324b10edae1f2e.tar.bz2
android_packages_apps_Trebuchet-e11f9f480ac0c5653a033355e3324b10edae1f2e.zip
Disable orientation change based on sensor in the wallpaper picker.
Change-Id: I9d34c514fc1eebef7fd655ce4d7eeba66a4b2412
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index fce42308d..bd9a4de02 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -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" />