Skip to content

Commit

Permalink
Observe Tracker must not be declared as a service
Browse files Browse the repository at this point in the history
  • Loading branch information
Sn0wfreezeDev committed Jul 31, 2024
1 parent 94fc4df commit ffaa593
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,6 @@
<action android:name="android.intent.action.BOOT_COMPLETED" />
</intent-filter>
</receiver>

<service
android:name=".worker.ObserveTrackerWorker"
android:exported="false"/>

<receiver
android:name=".notifications.ScheduledNotificationReceiver"
android:exported="false"/>
Expand Down

0 comments on commit ffaa593

Please sign in to comment.