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

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

Issue 2679143002: Removed duplicated annotation in webrtc/examples/androidtests/AndroidManifest.xml (Closed)
Patch Set: 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/examples/androidtests/AndroidManifest.xml
diff --git a/webrtc/examples/androidtests/AndroidManifest.xml b/webrtc/examples/androidtests/AndroidManifest.xml
index d5de7fc134cb569f972c3b57faefb81d49083d56..1fd96dd2d1673960a925b385d47e0669f59a5338 100644
--- a/webrtc/examples/androidtests/AndroidManifest.xml
+++ b/webrtc/examples/androidtests/AndroidManifest.xml
@@ -12,10 +12,8 @@
xmlns:android="http://schemas.android.com/apk/res/android"
package="org.appspot.apprtc.test">
- <uses-permission android:name="android.permissions.RUN_INSTRUMENTATION" />
- <uses-sdk android:minSdkVersion="13" android:targetSdkVersion="21" />
-
<uses-permission android:name="android.permission.RUN_INSTRUMENTATION" />
+ <uses-sdk android:minSdkVersion="13" android:targetSdkVersion="21" />
<application>
<uses-library android:name="android.test.runner" />
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698