Set maxSdkVersion=28 on WRITE_EXTERNAL_STORAGE

pull/1305/head
Alex Baker 5 years ago
parent f19de8d876
commit 4b0a85c43e

@ -44,7 +44,10 @@
<!-- this permission is no longer used, but -->
<!-- remains for legacy compatibility reasons -->
<!-- **************************************** -->
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
<uses-permission
android:name="android.permission.WRITE_EXTERNAL_STORAGE"
android:maxSdkVersion="28"
tools:ignore="ScopedStorage" />
<!-- ******************************************* -->
<!-- scheduling reminders after rebooting device -->

Loading…
Cancel
Save