ExifInterface.getLatLong() always returns false on Android 13
I have a method in my Android application that extracts the location (longitude and latitude) from a photo using ExifInterface. The code works fine on Android 10 but fails on Android 13. Here’s the method: