| Index: webrtc/examples/androidapp/AndroidManifest.xml
|
| diff --git a/webrtc/examples/androidapp/AndroidManifest.xml b/webrtc/examples/androidapp/AndroidManifest.xml
|
| index fc9624e398aa0d7f4f5dd4310946debff3dfb921..f3323a8620e86315bb1857f1b46131cfcf112f2f 100644
|
| --- a/webrtc/examples/androidapp/AndroidManifest.xml
|
| +++ b/webrtc/examples/androidapp/AndroidManifest.xml
|
| @@ -47,7 +47,7 @@
|
| <activity android:name="CallActivity"
|
| android:label="@string/app_name"
|
| android:screenOrientation="fullUser"
|
| - android:configChanges="orientation|screenSize"
|
| + android:configChanges="orientation|smallestScreenSize|screenSize|screenLayout"
|
| android:theme="@style/CallActivityTheme">
|
| </activity>
|
| </application>
|
|
|