kmac / mindfulnotifier

A simple mindfulness-based timer which displays a notification/reminder at user-defined intervals
GNU General Public License v3.0
47 stars 3 forks source link

Must remove external storage permissions #14

Closed kmac closed 3 years ago

kmac commented 3 years ago

Google is restricting external storage access in Android 11. Must remove the android:requestLegacyExternalStorage=true permission from the manifest before May 5th. This will affect backup/restore actions, but will hopefully be minor.

kmac commented 3 years ago

Fixed in 1.0.11+18