I am making a app which create a file (.txt or any other) from different data.
I want to create data in the sdcard or any other user directories in
android >= 11.
I tried creating directory with usual code but it gives error permission denied
I already have permission of WRITE_EXTERNAL_STORAGE, READ_EXTERNAL_STORAGE
both in python file and buildzer spec file.
This code works fine for lower android version files android <= 10.
I spend days to find the answer but no luck. Tried to ask chatgpt and it gives weird answer which is not even the part of kivy library.