permissions-dispatcher / PermissionsDispatcher

A declarative API to handle Android runtime permissions.
https://github.com/permissions-dispatcher/PermissionsDispatcher
Apache License 2.0
11.22k stars 1.44k forks source link

onRequestPermissionsResult deprecated for fragments #759

Closed Drabu closed 2 years ago

Drabu commented 2 years ago
hotchemi commented 2 years ago

Hi, we have acknowledged the point but could we get what's the actual issue here(maybe lint?) I mean to keep the current API interface there's no other easy way to do that so...

Drabu commented 2 years ago

The issue is using deprecated API is not recommended so we wanted to know if you would be updating it any time soon

Screenshot 2021-12-04 at 12 05 25 AM

.

hotchemi commented 2 years ago

Got it. Then maybe using ktx module would be a solution as it does not enforce users to override the method.

Drabu commented 2 years ago

Yeah you're right. Closing issue.