Remove WRITE_EXTERNAL_STORAGE permission

pull/1722/head
Alex Baker 2 years ago
parent 62598ac86f
commit 59673e3975

@ -3,6 +3,7 @@
* New bottom app bar
* Improve privacy and security by removing RECORD_AUDIO permission
* Attaching an audio note will launch your device's audio recorder
* Remove WRITE_EXTERNAL_STORAGE permission
* Translation updates
* Dutch - @mm4c
* German - @qwerty287

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

Loading…
Cancel
Save