summaryrefslogtreecommitdiffhomepage
path: root/android/src/main
diff options
context:
space:
mode:
Diffstat (limited to 'android/src/main')
-rw-r--r--android/src/main/AndroidManifest.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/android/src/main/AndroidManifest.xml b/android/src/main/AndroidManifest.xml
index 70d3e43c1b..03e2318ade 100644
--- a/android/src/main/AndroidManifest.xml
+++ b/android/src/main/AndroidManifest.xml
@@ -8,6 +8,10 @@
android:required="false" />
<uses-feature android:name="android.hardware.faketouch"
android:required="false" />
+ <uses-feature android:name="android.hardware.screen.portrait"
+ android:required="false" />
+ <uses-feature android:name="android.hardware.screen.landscape"
+ android:required="false" />
<application android:label="@string/app_name"
android:icon="@mipmap/ic_launcher"
android:roundIcon="@mipmap/ic_launcher"