I'm making a training project, in which there is a process of saving the configuration to storage
I found an obstacle in entering permissions to read and write in storage
in the code I have written code to provide storage access, but when I check in the application manager, access permission is not there
is there something wrong?
I could not run your project because you are missing some file. But, looking at your code, you are requesting permission on File.DirInternal. . No permission is required for File.DirInternal. If you want permission you have to save in defaultexternal of rootexternal . See RunTImePermissions literature.
I could not run your project because you are missing some file. But, looking at your code, you are requesting permission on File.DirInternal. . No permission is required for File.DirInternal. If you want permission you have to save in defaultexternal of rootexternal . See RunTImePermissions literature.