Open parneet-guraya opened 1 month ago
If removing Dexter does not add complexity, I am all for it. 🙂 Please remember to test well, resetting the app's settings and showing maps/etc from various activities. Thanks!
Got it! 👍
Will you replace it with another library or create a permission-handling utility class from scratch?
Most likely use the API directly :)
I would suggest creating a class instead from scratch.
As you move toward Compose UI, it might be worth bearing https://google.github.io/accompanist/permissions/ in mind.
We're using Dexter for handling permissions in few places. But it has been archived a long ago. Also, I have seen in other places we're using android API's directly. So, maybe we can remove this and if there's a special case that this library was handling then we need to find another solution.
Would you like to work on this? Yes!