lordi / tickmate

One bit journal
GNU General Public License v3.0
111 stars 34 forks source link

Disabled write/read external storage for API level 19 and above #76

Closed sebas86 closed 8 years ago

sebas86 commented 8 years ago

This change just reduce required permission to minimum. Without that some people can be confused why this application ask for accessing their private data (photos, etc.).

For better description of provided changes, I just use quote from official documentation: Starting in API level 19, this permission is not required to read/write files in your application-specific directories returned by getExternalFilesDir(String) and getExternalCacheDir().

http://developer.android.com/reference/android/Manifest.permission.html#WRITE_EXTERNAL_STORAGE

lordi commented 8 years ago

Wonderful, thanks!