when getContentResolver is called, through exception : Permission Denial: reading com.android.providers.media.MediaProvider uri content://media/external/images/media from pid=18708, uid=10127 requires android.permission.READ_EXTERNAL_STORAGE, or grantUriPermission().
Although I try to add :
"uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"
uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" "
to manifest but exception still the same.
when getContentResolver is called, through exception : Permission Denial: reading com.android.providers.media.MediaProvider uri content://media/external/images/media from pid=18708, uid=10127 requires android.permission.READ_EXTERNAL_STORAGE, or grantUriPermission(). Although I try to add : "uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" " to manifest but exception still the same.