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

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

Issue 2682943006: Add support for swapping feeds in Android AppRTCMobile. (Closed)
Patch Set: Remove an empty line, add comments. 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
« no previous file with comments | « webrtc/examples/BUILD.gn ('k') | webrtc/examples/androidapp/res/layout/activity_call.xml » ('j') | 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 f777ee5a7da68ca5b5dc2cc4d5e0243fdc92ce27..f85bf4e52823f3c452e3e92c6ff4dc93fe3f9f7b 100644
--- a/webrtc/examples/androidapp/AndroidManifest.xml
+++ b/webrtc/examples/androidapp/AndroidManifest.xml
@@ -19,10 +19,13 @@
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.CAPTURE_VIDEO_OUTPUT" />
+ <!-- This is a test application that should always be debuggable. -->
+ <!--suppress HardcodedDebugMode -->
<application android:label="@string/app_name"
android:icon="@drawable/ic_launcher"
android:allowBackup="false"
- android:debuggable="true">
+ android:debuggable="true"
+ android:supportsRtl="false">
<activity android:name="ConnectActivity"
android:label="@string/app_name"
« no previous file with comments | « webrtc/examples/BUILD.gn ('k') | webrtc/examples/androidapp/res/layout/activity_call.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698