Published
- 1 min read
WRITE_EXTERNAL_STORAGE no longer provides write access when targeting Android 10+
The solution for this is noted below
WRITE_EXTERNAL_STORAGE no longer provides write access when targeting Android 10+
Solution
<uses-permission
android:name="android.permission.WRITE_EXTERNAL_STORAGE"
android:maxSdkVersion="28"
tools:ignore="ScopedStorage" />
Try other methods by searching on the site. That is if this doesn’t work