Added a service declaration into Android manifest that was missing

This commit is contained in:
TaaviE
2020-10-11 19:16:31 +03:00
parent c46e931221
commit 9988e3f3f5
+3
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"