yes...
therefore the permission should be defined like this
<uses-permission
android:name="android.permission.WRITE_EXTERNAL_STORAGE"
android:maxSdkVersion="28" />
see also @Anke's tests, for example this one
Taifun
yes...
therefore the permission should be defined like this
<uses-permission
android:name="android.permission.WRITE_EXTERNAL_STORAGE"
android:maxSdkVersion="28" />
see also @Anke's tests, for example this one
Taifun