1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-06-20 03:50:43 +02:00
Gadgetbridge/app
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
..
src In NotificationListener return early if BluetoothCommunicationService is not running 2015-04-04 23:20:28 +02:00
build.gradle bump version 2015-03-29 17:12:45 +02:00
proguard-rules.pro First checkin of actual code 2015-01-07 14:00:18 +01:00