Lesson 12 of 25 beginner

Camera Access: Which Apps Are Watching?

How apps silently access your camera, what Android reveals about camera spying, and how to shut it down in seconds

Open interactive version (quiz + challenge)

Real-world analogy

Think of your phone's camera as a window into your home. You keep the curtains open when you want to video call Grandma, but you expect them to close when you hang up. Now imagine some apps quietly pull those curtains open whenever they want -- while you are getting dressed, eating dinner, or lying in bed. The green dot on Android is like an alarm that goes off whenever someone touches your curtains. Your job is to learn who keeps opening them.

What is it?

Camera privacy is about knowing and controlling which apps can see through your phone's camera and when. Unlike the microphone which captures audio, the camera captures visual data -- your face, your home, your documents, and your surroundings. Android 12+ introduced the green privacy indicator and Privacy Dashboard to make camera access visible. Understanding these tools lets you catch apps that are watching you without your knowledge and revoke their access immediately.

Real-world relevance

In 2020, users worldwide noticed that Facebook's iOS app was showing the camera viewfinder as a thin strip behind the app while they scrolled their news feed. A user named Joshua Maddux posted the discovery on Twitter, which went viral. Facebook confirmed the camera was activating but called it a 'bug' that was fixed in an update. The incident raised global awareness about how apps with camera permission can activate the hardware at unexpected times. On Android, this behavior would now trigger the green dot indicator introduced in Android 12, making it visible to users.

Key points

Code example

YOUR CAMERA PRIVACY AUDIT
==========================

STEP 1 -- IMMEDIATE CHECK:
  Look for the green dot right now
  Not on a video call? Not taking photos?
  Green dot = something is watching
  Swipe down to identify the app

STEP 2 -- CHECK 24-HOUR HISTORY:
  Settings > Privacy > Privacy Dashboard
  > Tap 'Camera'
  > Review the full timeline
  Flag any access you did not initiate

STEP 3 -- FULL PERMISSION AUDIT:
  Settings > Privacy > Permission Manager
  > Camera
  Review every app in the list:
    KEEP: Camera app, video call apps, banking
    CHANGE TO 'WHILE USING': Social media
    REMOVE: Games, utilities, news, weather

STEP 4 -- DELETE UNNECESSARY APPS:
  QR code scanners --> Use built-in camera
  Barcode readers  --> Use built-in camera
  Beauty filters   --> Use built-in editor
  Fewer apps = fewer camera access points

STEP 5 -- ENABLE QUICK TOGGLE:
  Swipe down > Edit Quick Settings
  > Add 'Camera access' toggle
  One tap to block ALL camera access
  Re-enable only when you need it

STEP 6 -- ONGOING VIGILANCE:
  Watch for the green dot DAILY
  Check Privacy Dashboard WEEKLY
  Re-audit permissions MONTHLY

Line-by-line walkthrough

  1. 1. STEP 1 -- IMMEDIATE CHECK: The green dot is your real-time alarm. Every time you glance at your phone, get in the habit of checking the top-right corner. If the green dot is visible and you are not actively using the camera, swipe down immediately to see which app is responsible.
  2. 2. STEP 2 -- CHECK 24-HOUR HISTORY: The Privacy Dashboard records every camera access event for 24 hours. This catches apps that activated the camera while your phone was in your pocket, on a table face-down, or while you slept. Any access you did not initiate deserves investigation.
  3. 3. STEP 3 -- FULL PERMISSION AUDIT: The Permission Manager shows every app organized by access level. Focus on apps marked 'Allowed all the time' -- these can activate your camera anytime, even in the background. Very few apps genuinely need this level of access.
  4. 4. STEP 4 -- DELETE UNNECESSARY APPS: Every app you remove is one fewer potential camera access point. QR scanners, barcode readers, and beauty filter apps are the most common unnecessary sources of camera permission. Your built-in camera handles all of these.
  5. 5. STEP 5 -- ENABLE QUICK TOGGLE: Android 12+ lets you add a 'Camera access' toggle to your Quick Settings panel. One tap turns off camera access for ALL apps system-wide. This is your emergency 'curtains closed' button whenever you want guaranteed visual privacy.
  6. 6. STEP 6 -- ONGOING VIGILANCE: Camera privacy is not a one-time fix. New app updates can change permission behavior, and new apps you install may request camera access. Build a weekly habit of checking your Privacy Dashboard and a monthly habit of reviewing the Permission Manager.

Spot the bug

Your coworker says: 'I downloaded this cool free document scanner app that uses the camera to scan receipts and documents. It works great! I scanned all my tax documents, my passport, my driver's license, and my medical records. The app says it stores everything in the cloud for free so I can access it anywhere. I also noticed the green dot stays on for a few seconds after I close the app, but I figure it is just shutting down slowly.'
Need a hint?
Think about what sensitive information was scanned and where it is being stored. Also consider what the lingering green dot might mean.
Show answer
Multiple serious problems: (1) Scanning tax documents, passport, driver's license, and medical records with a free third-party app means a company you do not know has copies of your most sensitive identity documents. (2) 'Free cloud storage' means the company is storing your personal documents on their servers -- the real question is what else they do with that data. (3) The green dot staying on after closing the app suggests it continues accessing the camera in the background -- this is a major red flag. (4) Your built-in phone camera or Google Drive app can scan documents without giving an unknown company access to your identity. The correct action: stop using the app, delete the cloud account, revoke all permissions, uninstall the app, and consider whether your identity documents have been compromised.

Explain like I'm 5

You know how you cover your eyes when you do not want to see something? Well, your phone has a little camera eye, and some apps peek through it even when you did not ask them to -- like someone peeking through your window. Android put a tiny green light on your screen that turns on whenever an app opens that camera eye. If you see the green light and you are not taking a picture, it means someone is peeking! You can go into your phone's settings and tell those nosy apps they are not allowed to look anymore.

Fun fact

A 2022 study by the cybersecurity firm Surfshark found that the average Android user has granted camera permission to 12 different apps. The average iPhone user had granted it to 11 apps. That means roughly a dozen different companies have the technical ability to see through your camera at any time the app is running. Most people vastly underestimate this number -- when surveyed, the average guess was 3-4 apps.

Hands-on challenge

Do this RIGHT NOW: Go to Settings > Privacy > Permission Manager > Camera and count how many apps have camera access on your phone. Write down the number. Now go through the list and ask yourself: 'Does this app genuinely need to SEE through my camera?' For any app where the answer is no, tap it and select 'Don't allow.' Then check Settings > Privacy > Privacy Dashboard > Camera to see if any app used your camera in the last 24 hours when you were not expecting it.

More resources

Open interactive version (quiz + challenge) ← Back to course: Android Phone Health