diff --git a/demo/src/main/AndroidManifest.xml b/demo/src/main/AndroidManifest.xml index 02c5b2b0..91853314 100644 --- a/demo/src/main/AndroidManifest.xml +++ b/demo/src/main/AndroidManifest.xml @@ -16,7 +16,8 @@ android:name=".CameraActivity" android:theme="@style/Theme.MainActivity" android:hardwareAccelerated="true" - android:configChanges="orientation|screenLayout|keyboardHidden"> + android:configChanges="orientation|screenLayout|keyboardHidden" + android:screenOrientation="portrait">