HLCaptain / jay-android

Driver behaviour analytics app.
https://hlcaptain.github.io/jay-android/
GNU General Public License v3.0
1 stars 1 forks source link

Permission checking should use the Activity Result API #1

Closed HLCaptain closed 2 years ago

HLCaptain commented 2 years ago

Permission Dispatcher is using a deprecated method of acquiring permissions. Should look out for another method of requesting permissions which utilize the more robust Activity Result API.

HLCaptain commented 2 years ago

Permission checking needs update

HLCaptain commented 2 years ago

As I moved to using Jetpack Compose, I will use the API implemented by the Accompanist library instead.