mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
18 lines
791 B
XML
18 lines
791 B
XML
<!-- 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.gecko.background.healthreport.HealthReportBroadcastService" >
|
|
</service>
|
|
<service
|
|
android:exported="false"
|
|
android:name="org.mozilla.gecko.background.healthreport.upload.HealthReportUploadService" >
|
|
</service>
|
|
<service
|
|
android:exported="false"
|
|
android:name="org.mozilla.gecko.background.healthreport.prune.HealthReportPruneService" >
|
|
</service>
|