How To Restrict Android App Permissions
Android’s app permissions system has improved over the years. In the past app permissions were broadly defined, and most apps would have to request permission to more device functionality so as to have access to a simple function, and you often have to accept all the permission requests or not install it. There was no way to restrict access except by uninstalling the app. Recent versions of Android have rectified the situation by switching to a more granular permission system and giving users the option to restrict an app from accessing a specific feature on a device....