With Android 4.3 we have a hidden Intent of the OS - App Ops - that allows us to disable some of the permissions of the installed apps (that's great!).
But as an app developer i'm trying to find out if there is a way to check if the permission has been disabled to warn the user to enable it to have access to the feature again, or something like that.
If there is, how?
Note: In case you are asking yourselves what I'm talking about: https://play.google.com/store/apps/details?id=com.appaholics.applauncher
Hope this helps :
Check below links for more help :
How permission can be checked at runtime without throwing SecurityException?
Is there a way to check for manifest permission from code?