OpenSeizureDetector / Android_Pebble_SD

The main OpenSeizureDetector Android App, that is published on the Android Play Store.
http://openseizuredetector.org.uk
GNU General Public License v3.0
9 stars 11 forks source link

Fixed issue with bluetooth permissions #172

Closed jones139 closed 2 months ago

jones139 commented 2 months ago

Different permissions are required for Android 12+ compared to older versions. Moved the check of permissions to osdUtil so that StartUpActivity and BLEScanActivity do not repeat the same code.