summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml7
1 files changed, 2 insertions, 5 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index d305737..b3698e5 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -34,8 +34,7 @@
<activity android:name="LiveWallpaperListActivity"
android:icon="@drawable/ic_launcher_live_wallpaper"
android:label="@string/live_wallpaper_picker_title"
- android:theme="@android:style/Theme.NoTitleBar"
- android:screenOrientation="nosensor">
+ android:theme="@android:style/Theme.NoTitleBar">
<intent-filter>
<action android:name="android.service.wallpaper.LIVE_WALLPAPER_CHOOSER" />
<action android:name="android.intent.action.SET_WALLPAPER" />
@@ -46,9 +45,7 @@
<activity android:name="LiveWallpaperPreview"
android:icon="@drawable/ic_launcher_live_wallpaper"
android:label="@string/live_wallpaper_preview_title"
- android:theme="@style/Preview"
- android:screenOrientation="nosensor" />
-
+ android:theme="@style/Preview" />
</application>
</manifest>