Permissions

Android App Permissions Explained: A Complete 2026 Guide

A plain-language walkthrough of how Android's permission system actually works in 2026 — and the five settings most people should change today.

Adrián Vega

By Adrián Vega

Published 4 February 2026 · Updated 24 June 2026 · 7 min read

Android phone screen showing the permissions manager

I remember sitting in a coffee shop last year and noticing my Pixel was getting surprisingly warm in my pocket. When I checked my settings, I found a random flashlight app I’d downloaded months prior had been pinging my location every ten minutes. It’s an easy trap to fall into because we just want our apps to work, so we tap "Allow" on every popup that appears. Android has much better tools now to stop this, but they only work if you know where the toggles are hidden. Managing permissions isn't about being paranoid; it's about making sure the 80+ apps on your phone aren't doing things behind your back that you never agreed to.

How Android permissions work

How Android permissions work
Illustration — How Android permissions work. Stock photograph, not an actual device screenshot.

Modern Android versions, especially if you are on Android 14 or 15, categorize permissions into three main buckets. Understanding these helps you decide when to say yes and when to say no. Normal permissions are things Google considers low-risk. These include things like your phone's vibration motor or the ability to set an alarm. Apps get these automatically because they can't really do much damage with them. The ones we care about are Dangerous permissions, now officially called Runtime permissions, which include your camera, microphone, contacts, and location. These are the ones that must ask for your explicit consent.

Then there are Special permissions. These are the heavy hitters. I'm talking about "Display over other apps" (which screen recorders use) or "Modify system settings." If a random calculator app asks for special access to your file system or notification listener, that should be a massive red flag. Most apps you use daily shouldn't even know these menus exist. I usually treat these as "guilty until proven innocent" because they give an app broad control over how your phone behaves.

Runtime vs install-time permissions

Back in the day, Android used "install-time" permissions. You’d hit "Install" in the Play Store, and you were essentially signing a blank check for every permission the app wanted. If you didn't like it, you couldn't use the app. Thankfully, we've moved to "runtime" permissions. This means the app has to wait until it actually needs the camera or the mic to ask you for it. If you open Instagram and try to take a photo, that’s when the prompt appears. This is a huge win for us because it gives context to the request. If a photo editing app asks for your microphone the second you open it, you can safely wonder why it needs to hear you to apply a filter.

One feature I think is criminally underrated is the "Only this time" option. I use this for almost everything now. When I’m using a parking app that needs my location once to find the meter, I never give it permanent access. I select "Only this time." The next time I open that app, it has to ask again. It’s a tiny bit more effort, but it prevents that app from waking up at 3:00 AM to see where I am. It's a great middle ground for apps you don't fully trust but need to use occasionally.

Auditing every app on your phone

I did a full audit on my phone recently and it was eye-opening. I had 62 apps installed, and I realized 24 of them had access to my physical activity or "nearby devices" for no reason at all. To do this yourself, head to Settings > Security & privacy > Privacy > Permission manager. This screen is the "source of truth" for your device. It lists every permission—Camera, Contacts, Location, Microphone—and tells you exactly how many apps have access to each.

On Samsung Galaxy phones running One UI 6, this path is slightly different: Settings > Security and privacy > Privacy > Permission manager. Once you’re in there, click on something like "Microphone." You’ll see a list of apps allowed all the time, apps allowed only while in use, and apps that are denied. I suggest going through the "Microphone" and "Location" lists first. If you see a game or a retail app in the "Allowed" list, ask yourself if it actually needs that to function. Most of the time, the answer is no.

Revoking access safely

Auditing every app on your phone
Illustration — Auditing every app on your phone. Stock photograph, not an actual device screenshot.

You might worry that revoking a permission will "break" the app. In the early days of Android, it might have, but modern apps are designed to handle this. If you take away an app's access to the camera and then try to use the camera feature inside the app, it will simply pop the request again. You aren't breaking anything permanently. To revoke access, find the app in the Permission manager, tap it, and select "Don't allow."

One thing to keep an eye on is "Remove permissions if app is unused." Android 12 introduced this, and it's a lifesaver for those of us who download apps for a single trip and then forget about them. I found an old airline app I hadn't opened in 14 months that still had access to my storage. If you toggle this switch on (found at the bottom of an individual app's permission page), Android will automatically strip those permissions away if you don't open the app for a few months. It's like a self-cleaning oven for your privacy.

Five settings to change today

If you only have five minutes, these are the five specific switches I recommend flipping right now to tighten things up. These apply to most phones running Android 13 or newer.

  • The Sensors Off Toggle: This is a hidden "pro" move. Go to Settings > About phone > Software info and tap "Build number" seven times to unlock Developer Options. Then go to Developer Options > Quick settings developer tiles and enable "Sensors Off." This puts a button in your notification shade that kills every sensor on your phone—camera, mic, accelerometer—with one tap. Just remember to turn it back on before taking a call, or people won't hear you.
  • Nearby Devices: Many apps ask for this (Bluetooth access) just to track you via beacons in stores. Unless it’s a headphones app or a smart home app, revoke it.
  • Precise Location: For apps like Yelp or your weather app, you don’t need "Precise" location. Switch them to "Approximate." It’s the difference between knowing you’re in a specific house and knowing you’re generally in the neighborhood.
  • Notification Access: Go to Settings > Apps > Special app access > Notification access. Make sure no random apps are reading your incoming messages. Only things like Android Auto or your smartwatch app should be here.
  • The Privacy Dashboard: Spend two minutes Looking at Settings > Security & privacy > Privacy > Privacy dashboard. It shows a 24-hour timeline. If you see your camera was accessed at 2:00 AM while you were asleep, you've found a problem.

One honest caveat: some "Smart" features will complain when you do this. Your Google Assistant might get annoying if you revoke its mic access, or your fitness tracker might lose your step count if you cut off "Physical activity." It’s a trade-off. Personally, I’d rather have a slightly less "smart" phone that isn't eavesdropping on my living room.

Key takeaways

  • Android 12+ lets you revoke any sensitive permission at any time without uninstalling the app.
  • 'Only this time' is the safest default when you're unsure about a permission request.
  • The Privacy dashboard shows a 24-hour history of which apps used your camera, mic, and location.
  • Auto-revoke removes permissions from apps you haven't opened in a few months.

Frequently asked questions

Will revoking a permission break the app?
No. The app will either skip the feature that needed the permission or ask you again the next time you try to use it. Apps targeting modern Android versions are required to handle denial gracefully.
What's the difference between 'precise' and 'approximate' location?
Precise gives the app your exact GPS coordinates. Approximate gives a fuzzed area of roughly three square kilometres, which is enough for weather and local news but useless for tracking you around a building.
Why does an app keep asking for the same permission?
Because you previously chose 'Only this time' or 'Ask every time'. If you want to stop the prompts, set the permission to 'Don't allow' in Settings.

References & further reading

Continue reading

Related guides