How to Manage App Permissions on Marshmallow or Higher
Android 6.0 Marshmallow added a new permissions system that can make your digital life much more secure. Unlike previous versions, apps now have to ask for your consent before they can access certain data, which puts you firmly in the driver's seat. As if that weren't enough, you can now revoke these app permissions after the fact—meaning if you change your mind about giving a certain app permission to access something, you can go back and change that rather easily. In an effort to get you more familiar with Android's new permissions system, I'll go over the basic concept of it all, then show you how to manage app permissions from within Android's settings menu. An app permission request on Marshmallow. App Permissions Explained All of the sensors and software in your Android device can be used to determine lots of different information. For instance, the GPS chip lets your device know exactly where on earth it is, and the Wi-Fi radio lets your dev...