[android-developers] Re: Access Problem External SD-Card Android 6.01

2016-07-02 Thread gjs
See https://developer.android.com/training/basics/data-storage/files.html and https://developer.android.com/reference/android/content/Context.html#getExternalFilesDir(java.lang.String) On Saturday, July 2, 2016 at 1:09:35 AM UTC+10, Susanne wrote: > > Hello, > > > > Thanks a lot for your

[android-developers] Re: Access Problem External SD-Card Android 6.01

2016-07-01 Thread Paolo Turatti
Hello, did you check your app permissions? In Android 6 many things have changed on permissions, go under android settings, applications, select you app, select rights, give the applications the right to read and write external storage, then on the top right corner, all permissions. Open you