Reedyuk / blue-falcon

A Bluetooth kotlin multiplatform "Cross-Platform" library for iOS and Android
https://bluefalcon.dev
Apache License 2.0
321 stars 43 forks source link

ISSUE-111: Fixed runtime permissions. #112

Closed ndipatri closed 9 months ago

ndipatri commented 9 months ago

Upgraded runtime permissions as per https://github.com/Reedyuk/blue-falcon/issues/111

Android docs on Runtime Permissions: https://developer.android.com/training/permissions/requesting

also, see discussion on this issue here:

https://github.com/Reedyuk/blue-falcon/discussions/109

Reedyuk commented 9 months ago

Looks good, thanks for contributing