Allow more config changes for CallActivity.

CallActivity doesn't survive recreation so we have to handle these config
changes. Fortunately, they don't seem to require any special handling.

BUG=webrtc:7018

Review-Url: https://codereview.webrtc.org/2645853002
Cr-Commit-Position: refs/heads/master@{#16180}
This commit is contained in:
sakal 2017-01-20 02:36:49 -08:00 committed by Commit bot
parent 3e9229045e
commit fd6c94d311

View File

@ -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>