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

Unified Diff: chrome/android/java/AndroidManifest.xml

Issue 2719493003: Add PhysicalWebBroadcastService (Closed)
Patch Set: Updating Commit Message Created 3 years, 9 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 | chrome/android/java/src/org/chromium/chrome/browser/physicalweb/PhysicalWebBroadcastService.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/AndroidManifest.xml
diff --git a/chrome/android/java/AndroidManifest.xml b/chrome/android/java/AndroidManifest.xml
index 746d757b7c35cc1450e8c12ba1239df71facace0..00811380011d1dda4abcc47253963c7be6799e7f 100644
--- a/chrome/android/java/AndroidManifest.xml
+++ b/chrome/android/java/AndroidManifest.xml
@@ -647,6 +647,12 @@ by a child template that "extends" this file.
</intent-filter>
</activity>
+ <!-- Service for Broadcasting a Physical Web URL -->
+ <service
+ android:name="org.chromium.chrome.browser.physicalweb.PhysicalWebBroadcastService"
+ android:exported="false">
+ </service>
+
<!-- Providers for chrome data. -->
<provider android:name="org.chromium.chrome.browser.provider.ChromeBrowserProvider"
android:authorities="{{ manifest_package }}.ChromeBrowserProvider;{{ manifest_package }}.browser;{{ manifest_package }}"
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/physicalweb/PhysicalWebBroadcastService.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698