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

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

Issue 2650793005: Remove Physical Web notifications (Closed)
Patch Set: Remove notification UMA from optin activity Created 3 years, 11 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/ClearNotificationAlarmReceiver.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 247cced08ddf46cc997b27b6660b2554eaeca7ba..9b5c17320b8c3ac39be29911ff99e318d3f304e3 100644
--- a/chrome/android/java/AndroidManifest.xml
+++ b/chrome/android/java/AndroidManifest.xml
@@ -641,12 +641,6 @@ by a child template that "extends" this file.
android:exported="false">
</activity>
- <!-- Broadcast receiver that will clean up Physical web notifications at scheduled
- intervals -->
- <receiver android:name="org.chromium.chrome.browser.physicalweb.ClearNotificationAlarmReceiver"
- android:exported="false">
- </receiver>
-
<!-- Service for handling Nearby Messages -->
<service android:name="org.chromium.chrome.browser.physicalweb.NearbyMessageIntentService"
android:exported="false" />
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/physicalweb/ClearNotificationAlarmReceiver.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698