
Is Your Phone App "Snitching" on You? How to Block App Trackers
Learn how to use DuckDuckGo App Tracking Protection for Android to stop mobile apps from spying on your activity and sharing data with advertisers.
Have you ever had that nagging feeling that your phone is eavesdropping on you? You mention a specific brand of hiking boots in a text, and ten minutes later, those same boots are staring back at you from a banner ad.
Even when you are not using an app, it might be "phoning home" to advertisers, telling them who you are, where you are, and what you like. DuckDuckGo is looking to put a stop to that with their latest feature: App Tracking Protection for Android.
The Problem: The "Hidden" Data Leak
When you install an app, you usually agree to let it use your camera or GPS. But there is a second, "hidden" layer of data sharing called telemetry. Think of it like a leaky bucket: as you move through an app, little drops of data—your device type, screen resolution, and usage habits like screen time—leak out to third-party companies you have never even heard of.
The Solution: A Digital Security Guard
DuckDuckGo’s App Tracking Protection acts like a security guard stationed at your phone’s exit gate.
How it works
It uses a "local VPN" connection. While it looks like a VPN in your settings, it does not send your data to a remote server. Instead, it sits right on your phone and inspects outgoing traffic. It’s private, fast, and will not kill your battery.
The Result
If an app tries to send data to a known tracker (like Google or Facebook’s advertising arms), the security guard blocks that specific "letter" from being sent, while letting the rest of your internet traffic pass through safely.
How to Get It
The tool is currently in beta, meaning DuckDuckGo is still fine-tuning it. Here is how you can get on the list:
- Download the DuckDuckGo browser app on your Android device. IOS does have the app, but does not include this app tracking feature.
- Open DuckDuckGo Brower, then Settings.
- Tap on App Tracking Protection, under the Protection section.
- Toggle to enable



If you are seeking more details, you can view their documentation here.
What type of data does it block?
Personal:
- first_name: first name as entered into a form within the app
- last_name: last name as entered into a form within the app
- email_address: email address
Location:
- postal_code: postal code either as entered into a form or extracted from GPS location
- gps_coordinates: GPS coordinates
- city: city either as entered into a form or extracted from GPS location
Identifiers:
- AAID: Android Advertising ID
- unique_identifier: any unique identifier that can be set and shared across apps
- cookies: any cookies set/received
- local_ip: local IP of the device
Fingerprinting:
- platform: platform of the device (e.g. "Android")
- os_version: operating system (Android) version
- os_build_version: build version of the operating system
- device_make: device brand
- timezone: time zone
- device_free_storage: how much free storage remains on the device
- device_total_storage: how much total storage the device has
- external_free_storage: how much free external storage remains
- external_total_storage: how much total external storage the device has
- device_free_memory: how much free memory (RAM) the device has
- device_total_memory: how much total memory (RAM) the device has
- device_language: language of the device
- accelerometer_data: accelerometer data
- rotation_data: rotation of the device
- device_orientation: orientation of the device
- device_screen_density: density of the device screen
- device_volume: current volume
- device_connectivity: connectivity status
- wifi_ssid: WiFi network name
- device_charging_status: is the device charging or not
- device_battery_level: battery level of the device
- cpu_data: CPU usage of the device
- app_name: name of an installed app
- install_date: installation date of the app
- device_name: device name
- device_font_size: font size of the device
- screen_brightness: screen brightness
If you are techinical, you may view their Github.