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

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

Issue 2682943006: Add support for swapping feeds in Android AppRTCMobile. (Closed)
Patch Set: Little fixes. Created 3 years, 10 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
Index: webrtc/examples/androidapp/AndroidManifest.xml
diff --git a/webrtc/examples/androidapp/AndroidManifest.xml b/webrtc/examples/androidapp/AndroidManifest.xml
index f777ee5a7da68ca5b5dc2cc4d5e0243fdc92ce27..da948f7f60ba75dd8622bef6b56a77ac268b863f 100644
--- a/webrtc/examples/androidapp/AndroidManifest.xml
+++ b/webrtc/examples/androidapp/AndroidManifest.xml
@@ -22,7 +22,7 @@
<application android:label="@string/app_name"
android:icon="@drawable/ic_launcher"
android:allowBackup="false"
- android:debuggable="true">
sakal 2017/02/10 08:38:04 linter complained about this. I don't think it is
sakal 2017/02/10 12:21:20 This was actually added recently so it is apparent
magjed_webrtc 2017/02/10 13:23:38 henrika@ wanted this in. We should probably keep i
+ android:supportsRtl="false">
sakal 2017/02/10 08:38:04 I don't think we support right-to-left locales? Li
<activity android:name="ConnectActivity"
android:label="@string/app_name"

Powered by Google App Engine
This is Rietveld 408576698