Files
palemoon27/mobile/android/services/manifests/HealthReportAndroidManifest_services.xml.in
T
2018-07-24 23:11:02 +08:00

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>