mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-06-10 02:18:57 +00:00
18 lines
794 B
Plaintext
18 lines
794 B
Plaintext
<!-- BroadcastService responds to external events and starts
|
|
the other background services. We don't export any of
|
|
these services, since they are only started by components
|
|
internal to the Fennec package.
|
|
-->
|
|
<service
|
|
android:exported="false"
|
|
android:name="org.mozilla.goanna.background.healthreport.HealthReportBroadcastService" >
|
|
</service>
|
|
<service
|
|
android:exported="false"
|
|
android:name="org.mozilla.goanna.background.healthreport.upload.HealthReportUploadService" >
|
|
</service>
|
|
<service
|
|
android:exported="false"
|
|
android:name="org.mozilla.goanna.background.healthreport.prune.HealthReportPruneService" >
|
|
</service>
|