Do you need any permission to read data from an sdcard? I found the write permission but nothing for read.
Do not forget to add
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
to your manifest file
If you are using android version 4.1 (Jelly Bean), you have to insert the following permission into your application's manifest file:
READ_EXTERNAL_STORAGE
http://developer.android.com/reference/android/Manifest.permission.html#READ_EXTERNAL_STORAGE
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With