Mobile Privacy
Mobile Device Privacy
What a phone knows that a laptop does not, which platform settings matter, and the limits of user control.
A phone is the most capable tracking device most people own, because it is a camera, a microphone, a location beacon, an account for payment, and a radio that is identifiable by design. It is also usually the device you cannot replace without losing your life for a few weeks.
What the platform already does
Both platforms encrypt the device at rest by default, with keys bound to the secure element. See full-disk encryption.
Sockets are protected. Modern mobile networks identify subscribers with temporary identifiers that rotate, which is a genuine improvement on the permanent identifiers telephony once required. It also means your carrier can still correlate your activity over time.
Advertising identifiers exist and are resettable. Resetting is worthwhile, but Kune et al. show that mobile networks themselves leak location over the GSM air interface, in unencrypted signalling. An identifier you can reset does not help if the network is publishing where you are anyway.
Settings worth changing
- Location: “While Using” or “Never”, per app, not system-wide. Most apps do not need background location.
- Disable ad personalisation and the advertising identifier where the platform offers it.
- Revoke permissions you have never seen used. Camera, microphone, contacts, and photos are the usual over-requests.
- Turn on app tracking permission prompts — see App Tracking Transparency.
- Review cloud backup contents. A backup can be the least protected copy of everything.
- Set a short screen-lock timeout, and require biometrics for the payment app specifically.
- Check for an IMEI or advertising exposure setting where your jurisdiction requires one to exist; the setting being present is a sign of the law, not of a technical protection.
What you cannot fix from settings
- Preinstalled software, which is a privileged position the user cannot audit on most devices. This is a structural problem, not a settings problem.
- Advertising in free operating systems. Some of it is funded by data, and App Tracking Transparency and the equivalent Android controls exist because the default is otherwise opt-out.
- Hardware identifiers at the radio layer. IMEI, MAC addresses, and nearby Bluetooth beacons exist to make the network function. They are the reason a phone cannot be made anonymous by configuration.
- App behaviour that changes after installation. Permissions are a snapshot; an app update can change what it does with them.
- Someone else’s phone. A large fraction of location data comes from a handset you do not control.
Reducing the concentration of risk
- Keep a second, older device that you do not use for banking or as a second factor. A device used only for travel is a real containment measure.
- Use a hardware key or a passkey for the accounts that matter, so the phone is not the only thing that can authorise a login. See passkeys.
- Keep a written record of which accounts use the phone as a second factor, so a lost or replaced device is a known problem rather than a surprise.
Sources
- Apple: App Tracking Transparency — the framework and the permission prompt, in the vendor’s own documentation.
- Apple: Controlling access to information in your apps — current permission settings.
- Google: App permissions — the Android permission model and the “special access” list that is easy to miss.
- Kune et al., Location Leaks over the GSM Air Interface — NDSS Symposium 2012. The air-interface signalling leak, independent of app identifiers.
Topics
Sources
- App Tracking Transparency Accessed
- Apple: Controlling access to information in your apps Accessed
- Android: App permissions Accessed
- Location Leaks over the GSM Air Interface Kune, Koelndorfer, Hopper and Kim, NDSS Symposium 2012: mobile networks broadcast subscriber locations over unencrypted signalling, so location is exposed independently of any resettable app-level identifier. Replaces a citation to a paper and DOI that could not be found in the NDSS 2012 proceedings. Accessed
Related guides
-
Guide Introductory
Metadata Explained (Guide)
A worked primer on data about data: what leaks even with perfect encryption, and the measures that actually reduce it.
-
Guide Intermediate
Operating System Hardening Basics (Guide)
A short, durable hardening routine: updates, permissions, encryption, telemetry, and what to leave alone.
-
Guide Intermediate
Browser Fingerprinting (Guide)
How a device gets identified from the shape of its requests, what resists it, and what a fingerprint is worth.
-
Guide Intermediate
Passkeys (Guide)
What public-key credentials change, where they currently hurt, and whether to adopt them now.