ericberman / MyFlightbookAndroid

Android client app for MyFlightbook.com
http://myflightbook.com
GNU General Public License v3.0
21 stars 8 forks source link

Migrate to API 11, handle file access permissions. #226

Closed ericberman closed 3 years ago

ericberman commented 3 years ago

Apps that target Android 11+ and need to access external storage must comply with the All Files Access Permission policy, so users have more access control over their device storage. https://support.google.com/googleplay/android-developer/answer/10467955

ericberman commented 3 years ago

I think I'm OK with respect to this...