Dont make portrait a requirement

This commit is contained in:
Dominik Schürmann 2014-09-08 14:37:11 +02:00
parent 38101d1fc7
commit 9eed414a77

View file

@ -48,6 +48,10 @@
<uses-feature
android:name="android.hardware.touchscreen"
android:required="false" />
<!-- SafeSlinger uses orientation=portrait, but we do not want to make it a requirement -->
<uses-feature
android:name="android.hardware.screen.portrait"
android:required="false" />
<permission android:name="org.sufficientlysecure.keychain.WRITE_TEMPORARY_STORAGE" />