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:
parent
3e9229045e
commit
fd6c94d311
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user