1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-07-05 21:22:46 +02:00
Gadgetbridge/app/src/main
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
..
aidl/com/android/internal/telephony Support for rejecting/ending calls via Pebble buttons 2015-03-07 17:44:39 +01:00
java/nodomain/freeyourgadget/gadgetbridge In NotificationListener return early if BluetoothCommunicationService is not running 2015-04-04 23:20:28 +02:00
res add development option to set a miband device address so it appears in our list. 2015-04-01 23:00:05 +02:00
AndroidManifest.xml Display app name, company and version when opening a .pbw file from a filemanager 2015-03-28 23:23:10 +01:00