vmadalin / easypermissions-ktx

🔓 Kotlin version of the popular google/easypermissions wrapper library to simplify basic system permissions logic on Android M or higher.
https://firebaseopensource.com/projects/googlesamples/easypermissions/
Apache License 2.0
380 stars 38 forks source link

onRequestPermissionsResult is deprecated in fragments #8

Open dybm27 opened 3 years ago

dybm27 commented 3 years ago
Screen Shot 2021-06-30 at 4 10 53 PM

RegisterForActivityResult should be used instead.

R-Ashh commented 3 years ago

also, it doesn't popup the Dialog in the latest Kotlin version to get permission. i hope you can release a fix on this.

nicolasmanurung commented 3 years ago

Anyone have solution for this?

Adam0220 commented 2 years ago

But how can I use registerForActivityResult ???

sarimmehdi commented 1 year ago

Any solution for this till now?