Unable To Write Files In Android P
I couldn’t write files in Android P Memory Card. The same code is working fine in Android O. new File(file.getParent()).mkdirs(); output = new ObjectOutputStream(new FileOutputSt
Solution 1:
Used DocumentContract and DocumentFile to create files and folders using URI.
Post a Comment for "Unable To Write Files In Android P"