maddy
maddy

Reputation: 216

Can't read files from internal storage..?

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

Answers (1)

toadzky
toadzky

Reputation: 3846

the sdcard directory is NOT internal storage. it's external. make sure your manifest has the EXTERNAL_STORAGE permission.

Upvotes: 2

Related Questions