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