Skip to content

Commit

Permalink
remove service from manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
newhinton committed Mar 16, 2024
1 parent 1a5db98 commit 078e10d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,6 @@
<service
android:name=".Services.RcdService"
android:foregroundServiceType="dataSync" />
<service
android:name=".Services.ReportService"
android:foregroundServiceType="dataSync" />

<!-- Used to expose tasks to other apps, no other functionality-->
<service
Expand All @@ -97,7 +94,6 @@

<receiver android:name=".BroadcastReceivers.ServeCancelAction" />
<receiver android:name=".Services.RcdService$RcdServiceAction" />
<receiver android:name=".Services.ReportService$StopCollectionReceiver" />
<receiver
android:name=".BroadcastReceivers.BootReciever"
android:exported="true">
Expand Down

0 comments on commit 078e10d

Please sign in to comment.