"WRITE_EXTERNAL_STORAGE
" is a permission we recommend to apply for, but it is not required. If there is any conflict with your application, you can choose to remove or modify it.
Please add the following code in Androidmanifest.xml according to your project requirements:
- remove
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" tools:node="replace"/>
- modify
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" android:maxSdkVersion="18" tools:node="remove"/>