I just migrated my sourcecode to Androidx, since I did that my share function to share a sound is no longer working. the Logcat says:
Failed to save file: /s
I have been stuck for a long time and this worked fine for me
StrictMode.VmPolicy.Builder builder = new StrictMode.VmPolicy.Builder(); StrictMode.setVmPolicy(builder.build()); File = new File(filepath);
and don't forget to request legacy Storage in manifest file.