You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Writing to this path requires the WRITE_EXTERNAL_STORAGE permission.
Starting in KITKAT, if your application only needs to store internal data, consider using getExternalFilesDir(String), getExternalCacheDir(), or getExternalMediaDirs(), which require no permissions to read or write.
Writing to this path requires the WRITE_EXTERNAL_STORAGE permission.
Starting in KITKAT, if your application only needs to store internal data, consider using getExternalFilesDir(String), getExternalCacheDir(), or getExternalMediaDirs(), which require no permissions to read or write.
Source:
http://developer.android.com/intl/es/reference/android/os/Environment.html#getExternalStorageDirectory()
The text was updated successfully, but these errors were encountered: