BLTowsen commented on issue #301:
URL: 
https://github.com/apache/cordova-plugin-media/issues/301#issuecomment-806691593


   Hi guys not sure if this might help the android guys but worked for me
   
   Go into the android project `AndroidManifest.xml` file.
   Place the following tag: `android:requestLegacyExternalStorage="true"`
   
   Like so inside the application tag:
   
   ```
       <application
           android:allowBackup="true"
           android:icon="@mipmap/ic_launcher"
           android:label="@string/app_name"
           android:roundIcon="@mipmap/ic_launcher_round"
           android:supportsRtl="true"
           android:theme="@style/AppTheme"
           android:usesCleartextTraffic="true"
           android:requestLegacyExternalStorage="true">
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to