I am trying to reset the android permissions defined by the user through a java program.
this is the part of android.webkit API and i found out on- GeolocationPermissions.Callback
Although there are a lot of android permissions that user may define in AndroidManifest.xml.So how do i reset all the permissions of android device in Java ? Is there any common way to do that?
Thanks in Advance.