Remix.run Logo
ajifurai 2 hours ago

In my testing, when sharing from apps that use MediaStore like Google Photos or Fossify Gallery (using a `content://media/` URI), the GPS location was stripped even via Bluetooth. This seems to be the default behavior from Android 10 onwards.

https://developer.android.com/training/data-storage/shared/m...

> Photographs > If your app uses scoped storage, the system hides location information by default

When sharing via FileProvider from file managers like MiXplorer or Total Commander, the raw file is sent as is, and the GPS location stays intact.

1970-01-01 31 minutes ago | parent [-]

You're doing it wrong then. I again verified on Android 16 using native Bluetooth sharing.