Hi,
I'm trying to upload a file form Android to Server (PHP)
Open the file using Intent -> GetRealPathFromURI (get file path) from GetDataUri(intentData). It work on Android 12 but doesn't on Android 15 (return empty string).
Whats wrong? is there any change permission in Android 15?