Is it possible to have a folder writable to multiple app? seems RuntimePermissions.GetSafeDirDefaultExternal return folder to specific app which is not accessible for other apps.
android:targetSdkVersion="22"
I need my app working on android 4.4, 6, 12 devices.
Will it works on 4.4 Kitkat device if I set targetSdkVersion to 29?
What function to use and where should I locate this shared folder? File.DirRootExternal and create folder by my own? /storage/emulated/0/Android/data/share/files ?