Reputation: 216
I can't read the files in my internal phone's directory i.e. /sdcard/Android/data/com.proj.p/files/FILENAME ..please tell me how to read the files from there..?
Upvotes: 0
Views: 313
Reputation: 3846
the sdcard directory is NOT internal storage. it's external. make sure your manifest has the EXTERNAL_STORAGE permission.
Upvotes: 2