An improved Android Permission Manager - Android Studio Project

Опубликовано: 25 Октябрь 2024
на канале: Not Your Average Dev
145
3

Presenting SimplePermissionManager - an open source android library for Android Permission Management. The library has been created with one thing in mind, Make Permission Management Easy for Developers. Use can leave Android Runtime Permission to SimplePermissionManager and focus on creating your application.



PS: Simple Permission Manager is an independent project with ongoing development and support.


Features:
1. Requests a Single permission.
2. Request Group of permissions together.
3. If permissions are denied, a custom Alert Dialog will be shown explaining why the permission is needed, before requesting a second time.
4. If permissions are permanently denied, automatically open Application Info Page in settings to manually grant requests.
5. Developer need not keep track of permission statuses, SimplePermissionManager will do it for you.
6. No need to override onRequestPermissionsResult() method and check permission status. SimplePermissionManager will provide you with a PermissionResponse that denotes whether a Permission has been granted, denied or permanently denied.
7. Irrespective of the permission status, you can make permission requests and SimplePermissionManager will take care of requesting permission, showing alert dialog, and opening settings.
8. Simple and easy Builder to create PermissionManager



Not Your Average Dev Blog: https://blog.notyouraveragedev.in/
How to use library: https://blog.notyouraveragedev.in/and...
GitHub Project: https://github.com/a-anand-91119/Simp...


 Playlist:    • Open Source Libraries  


Please leave a LIKE and SUBSCRIBE for more content!


Donations
===================================================
One-Time Donations: paypal.me/notyouraveragedev
Patreon:   / not_your_average_dev  


Blog Social Medias
====================================================
Facebook:   / androideasily  
Twitter:   / androideasily  


My Social Medias
=====================================================
Instagram:   / a_anand_91119  
Website https://notyouraveragedev.in/
LinkedIn:   / anil-kumar-anand  
GitHub: https://github.com/a-anand-91119
Facebook:   / gaminggod07770  


#Permission #OpenSource #AndroidStudio