1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/mobile/android/services/manifests/HealthReportAndroidManifest_services.xml.in Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,17 @@ 1.4 + <!-- BroadcastService responds to external events and starts 1.5 + the other background services. We don't export any of 1.6 + these services, since they are only started by components 1.7 + internal to the Fennec package. 1.8 + --> 1.9 + <service 1.10 + android:exported="false" 1.11 + android:name="org.mozilla.gecko.background.healthreport.HealthReportBroadcastService" > 1.12 + </service> 1.13 + <service 1.14 + android:exported="false" 1.15 + android:name="org.mozilla.gecko.background.healthreport.upload.HealthReportUploadService" > 1.16 + </service> 1.17 + <service 1.18 + android:exported="false" 1.19 + android:name="org.mozilla.gecko.background.healthreport.prune.HealthReportPruneService" > 1.20 + </service>