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

Unified Diff: remoting/android/host/AndroidManifest.xml

Issue 1917063002: [remoting android] Implement HostService. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@android-host-show-state
Patch Set: Created 4 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 | « remoting/android/BUILD.gn ('k') | remoting/android/host/src/org/chromium/chromoting/host/HostService.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/android/host/AndroidManifest.xml
diff --git a/remoting/android/host/AndroidManifest.xml b/remoting/android/host/AndroidManifest.xml
index 0227f229cdfd4c80e8bbea3fcc5f6d514f971527..df6a42a0cca10baa95c4257b60874187972f2ec5 100644
--- a/remoting/android/host/AndroidManifest.xml
+++ b/remoting/android/host/AndroidManifest.xml
@@ -23,5 +23,6 @@
<category android:name="android.intent.category.LAUNCHER"/>
</intent-filter>
</activity>
+ <service android:name="org.chromium.chromoting.host.HostService"/>
</application>
</manifest>
« no previous file with comments | « remoting/android/BUILD.gn ('k') | remoting/android/host/src/org/chromium/chromoting/host/HostService.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698