summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 512cf8a..3b1a447 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -2590,7 +2590,7 @@
android:label="ReportingServiceManager">
<intent-filter>
<action android:name="android.intent.action.BOOT_COMPLETED" />
- <action android:name="android.net.conn.CONNECTIVITY_CHANGE" />
+ <action android:name="com.android.settings.action.TRIGGER_REPORT_METRICS" />
</intent-filter>
</receiver>
@@ -2600,6 +2600,9 @@
android:name=".cmstats.ReportingService">
</service>
+ <service android:name=".cmstats.StatsUploadJobService"
+ android:permission="android.permission.BIND_JOB_SERVICE" />
+
<!-- Watch for ContactsContract.Profile changes and update the user's photo. -->
<receiver android:name=".users.ProfileUpdateReceiver">
<intent-filter>