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

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

Issue 2585813002: Espresso test case to control loopback call (Closed)
Patch Set: Created 4 years 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 f99f477a67590b5808ccabdeb3db8ff608f4828c..5bb0767f24f8ea765bf4ab00c59470a3c08f5993 100644
--- a/webrtc/examples/androidtests/AndroidManifest.xml
+++ b/webrtc/examples/androidtests/AndroidManifest.xml
@@ -4,14 +4,15 @@
android:versionCode="1"
android:versionName="1.0" >
+ <uses-permission android:name="android.permissions.RUN_INSTRUMENTATION" />
<uses-sdk android:minSdkVersion="13" android:targetSdkVersion="21" />
<instrumentation
- android:name="android.test.InstrumentationTestRunner"
+ android:name="android.support.test.runner.AndroidJUnitRunner"
android:targetPackage="org.appspot.apprtc" />
<application>
<uses-library android:name="android.test.runner" />
</application>
-</manifest>
+</manifest>

Powered by Google App Engine
This is Rietveld 408576698