1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-11-26 03:46:49 +01:00
Gadgetbridge/app
TaaviE e510205b61 Future-proofed Bluetooth permission request and improved broadcast receiver (#2331)
I saw a log line  posted [here](https://codeberg.org/Freeyourgadget/Gadgetbridge/issues/2118) that indicates that the permission requirement might be incorrect in the broadcast receiver. Removed it.

I also future-proofed the BLUETOOTH/BLUETOOTH_ADMIN permissions according to Android 12 Beta documentation, there's probably much more than this that has to be updated to be fully Android 12 compliant though.

Co-authored-by: TaaviE <taavi.eomae@gmail.com>
Reviewed-on: https://codeberg.org/Freeyourgadget/Gadgetbridge/pulls/2331
Co-authored-by: TaaviE <taavie@noreply.codeberg.org>
Co-committed-by: TaaviE <taavie@noreply.codeberg.org>
2021-07-02 09:16:17 +02:00
..
src Future-proofed Bluetooth permission request and improved broadcast receiver (#2331) 2021-07-02 09:16:17 +02:00
build.gradle bump version, draft changelog 2021-06-13 15:38:57 +02:00
proguard-rules.pro Added a R8 rule to make sure data classes for Gson don't get optimized out 2021-06-09 00:52:50 +03:00