Skip to content
Tech News
← Back to articles

Android now stops you sharing your location in photos

read original get Photo Location Privacy Protector → more articles
Why This Matters

Google's recent changes to Android significantly restrict users from sharing photos with embedded geolocation data, impacting privacy and complicating workflows for users who rely on location metadata. This move raises concerns about user privacy, data control, and the dominance of Google's ecosystem, potentially limiting transparency and user choice in photo sharing. Consumers and developers need to be aware of these restrictions as they affect how location data is managed and shared across platforms.

Key Takeaways

My wife and I run OpenBenches. It's a niche little site which lets people share photos of memorial benches and their locations. Most modern phones embed a geolocation within the photo's metadata, so we use that information to put the photos on a map.

Google's Android has now broken that.

On the web, we used to use:

⧉ HTML < input type ="file" accept ="image/jpeg">

That opened the phone's photo picker and let the use upload a geotagged photo. But a while ago Google deliberately broke that.

Instead, we were encourage to use the file picker:

⧉ HTML < input type ="file">

That opened the default file manager. This had the unfortunate side-effect of allowing the user to upload any file, rather than just photos. But it did allow the EXIF metadata through unmolested. Then Google broke that as well.

Using a "Progressive Web App" doesn't work either.

So, can users transfer their photos via Bluetooth or QuickShare? No. That's now broken as well.

... continue reading