I have tried to write the file into "/mnt/sdcard" path its return error. Code on JNI layer(C++) using normal fopen("new.txt","w")
And also tried the same with "/mnt/sdcard/Android/data/" even failed.
Device: Android Q Beta4
fopen("/mnt/sdcard/new.txt","w") fopen("/mnt/sdcard/Android/data/new.txt","w")
We already Refer the storage restriction in Android Developer page for Android Q.
Which path used for store the public information?