aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Android/AndroidManifest.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Android/AndroidManifest.xml b/Android/AndroidManifest.xml
index 815702f..9628383 100644
--- a/Android/AndroidManifest.xml
+++ b/Android/AndroidManifest.xml
@@ -29,10 +29,11 @@
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
android:allowBackup="true">
+ <uses-feature android:name="android.hardware.camera" android:required="false"/>
<activity
android:name=".AndroidActivity"
android:label="@string/title_activity_main"
- android:screenOrientation="portrait">
+ android:screenOrientation="portrait" android:configChanges="locale|keyboard|keyboardHidden|orientation|screenSize">
<intent-filter>
<action android:name="android.intent.action.MAIN" />