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