- 0 Posts
- 3 Comments
Joined 2 months ago
Cake day: June 4th, 2025
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
muzzle@lemmy.zipto Programming@programming.dev•Cursed knowledge we have learned as a result of building Immich that we wish we never knew.512·8 days agoSome phones will silently strip GPS data from images when apps without location permission try to access them.
This is quite reasonable.
In modern android you do not open files, you use an OS service to get an image, which may or may not come from a file on the device. If you want to open files you need a different permission.
You could argue that android should have a permission level for apps that need image geolocation but not GPS.