summaryrefslogtreecommitdiff
path: root/examples/android/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/android/AndroidManifest.xml')
-rw-r--r--examples/android/AndroidManifest.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/android/AndroidManifest.xml b/examples/android/AndroidManifest.xml
index 1fb60ad..f898641 100644
--- a/examples/android/AndroidManifest.xml
+++ b/examples/android/AndroidManifest.xml
@@ -21,7 +21,8 @@
android:allowBackup="false">
<activity android:name="AppRTCDemoActivity"
android:label="@string/app_name"
- android:screenOrientation="landscape"
+ android:screenOrientation="fullUser"
+ android:configChanges="orientation|screenSize"
android:theme="@android:style/Theme.Black.NoTitleBar.Fullscreen">
<intent-filter>
<action android:name="android.intent.action.MAIN" />