`/storage/emulated/legacy/` vs `/storage/emulated/0/` vs `data/data/myApp'
问题 I want to save in my app an imageFile I want "Google+ cropper app" to use it. But the later opens another image. I guess it's permissions issue. In my code i save here: Is this external storage? Environment.getExternalStorageDirectory().getAbsolutePath() which returns: /storage/emulated/0/myApp/file1.tmp using adb shell is see the file is actually saved in: /storage/emulated/legacy/myApp/file1.tmp why is the difference? should i use this place instead? Is this external storage? getAppContext(