Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(22)

Unified Diff: webrtc/examples/androidapp/AndroidManifest.xml

Issue 2645853002: Allow more config changes for CallActivity. (Closed)
Patch Set: Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698