1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-06-22 04:50:08 +02:00
Gadgetbridge/app/src
Andreas Shimokawa 1766c82ab8 In NotificationListener return early if BluetoothCommunicationService is not running
This is to pervent our service from being started when we get a notification
even if Gadgetbridge is not in use and no devices are connected.
Unfortunately we cannot enable/disable NotificationListener at runtime like we
do with broadcast receivers because it seems to invalidate the permissions that
are neccessery for NotificationListenerService
2015-04-04 23:20:28 +02:00
..
androidTest/java/nodomain/freeyourgadget/gadgetbridge First checkin of actual code 2015-01-07 14:00:18 +01:00
main In NotificationListener return early if BluetoothCommunicationService is not running 2015-04-04 23:20:28 +02:00