1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-11-03 17:02:13 +01:00

Added a service declaration into Android manifest that was missing

This commit is contained in:
TaaviE 2020-10-04 16:02:04 +03:00
parent c46e931221
commit 9988e3f3f5

View File

@ -346,6 +346,9 @@
</service>
<service android:name=".service.NotificationCollectorMonitorService" />
<service android:name=".service.DeviceCommunicationService" />
<service
android:name=".devices.pinetime.PineTimeDFUService"
android:label="PineTime Nordic DFU service" />
<receiver
android:name=".externalevents.WeatherNotificationReceiver"