You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the introduction of Android 13, Google rolled out a new photo picker that is backported to devices running Android 11 and 12. This new picker is automatically used whenever an intent with Intent.ACTION_GET_CONTENT is called (when we attach images from a device). The new picker enhances privacy by removing sensitive metadata, including GPS location from photos, which affects apps relying on this data.
This behavior may change in the future, as many developers have reported issues and are requesting a way to retain location data. For now, we should document how the current system works.
See more: getodk/collect#6009
The text was updated successfully, but these errors were encountered:
With the introduction of Android 13, Google rolled out a new photo picker that is backported to devices running Android 11 and 12. This new picker is automatically used whenever an intent with Intent.ACTION_GET_CONTENT is called (when we attach images from a device). The new picker enhances privacy by removing sensitive metadata, including GPS location from photos, which affects apps relying on this data.
This behavior may change in the future, as many developers have reported issues and are requesting a way to retain location data. For now, we should document how the current system works.
See more: getodk/collect#6009
The text was updated successfully, but these errors were encountered: