0

In android 6, to access external storage you need to add additional permission

Cœur
  • 37,241
  • 25
  • 195
  • 267
Maheshvirus
  • 6,749
  • 2
  • 38
  • 40

1 Answers1

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