summaryrefslogtreecommitdiff
path: root/client/Piztor/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'client/Piztor/AndroidManifest.xml')
-rw-r--r--client/Piztor/AndroidManifest.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/Piztor/AndroidManifest.xml b/client/Piztor/AndroidManifest.xml
index c026975..f336200 100644
--- a/client/Piztor/AndroidManifest.xml
+++ b/client/Piztor/AndroidManifest.xml
@@ -57,13 +57,13 @@
<activity
android:name="com.macaroon.piztor.Main"
android:label="@string/title_activity_main"
- android:screenOrientation="sensor"
+ android:screenOrientation="portrait"
android:configChanges="orientation">
</activity>
<activity
android:name="com.macaroon.piztor.Settings"
android:label="@string/title_activity_settings"
- android:screenOrientation="sensor"
+ android:screenOrientation="portrait"
android:configChanges="orientation">
</activity>
<service