In android 6, to access external storage you need to add additional permission
Asked
Active
Viewed 360 times
1 Answers
1
After lots of R&D i got key answer
just add below code into config.xml
set AndroidSDK version to 22.
<preference name="android-targetSdkVersion" value="22"/>

Maheshvirus
- 6,749
- 2
- 38
- 40