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

Unified Diff: net/test/android/javatests/AndroidManifest.xml

Issue 2815083002: Android: Fix net/test AndroidManifest (Closed)
Patch Set: Created 3 years, 8 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: net/test/android/javatests/AndroidManifest.xml
diff --git a/net/test/android/javatests/AndroidManifest.xml b/net/test/android/javatests/AndroidManifest.xml
index c2a2652743ceab0ceb235897dd65d6c537e8b4d5..341949bc160315180473b0b00c030602eee105db 100644
--- a/net/test/android/javatests/AndroidManifest.xml
+++ b/net/test/android/javatests/AndroidManifest.xml
@@ -19,7 +19,9 @@
<service android:name="org.chromium.net.test.EmbeddedTestServerService"
android:exported="true"
tools:ignore="ExportedService">
- <intent-filter android:action="org.chromium.net.test.EMBEDDED_TEST_SERVER_SERVICE" />
+ <intent-filter>
+ <action android:name="org.chromium.net.test.EMBEDDED_TEST_SERVER_SERVICE" />
+ </intent-filter>
</service>
</application>
« 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