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

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

Issue 2585813002: Espresso test case to control loopback call (Closed)
Patch Set: Merge from master and use of Environment.getExternalStorageDirectory() instead of hardcoded /sdcard… 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
Index: webrtc/examples/androidtests/AndroidManifest.xml
diff --git a/webrtc/examples/androidtests/AndroidManifest.xml b/webrtc/examples/androidtests/AndroidManifest.xml
index 30aeee0305e3c4034224cda0a67f0d13443a7797..3df2c693e088a6fcbd4d0dc372fde34375d250d2 100644
--- a/webrtc/examples/androidtests/AndroidManifest.xml
+++ b/webrtc/examples/androidtests/AndroidManifest.xml
@@ -12,6 +12,7 @@
xmlns:android="http://schemas.android.com/apk/res/android"
package="org.appspot.apprtc.test">
+ <uses-permission android:name="android.permissions.RUN_INSTRUMENTATION" />
kjellander_webrtc 2017/02/07 07:29:12 This is duplicated with line 18. Can you clean up
<uses-sdk android:minSdkVersion="13" android:targetSdkVersion="21" />
<uses-permission android:name="android.permission.RUN_INSTRUMENTATION" />

Powered by Google App Engine
This is Rietveld 408576698