You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2021/12/16 15:00:48 UTC

[GitHub] [cordova-plugin-file] ragul02 commented on issue #508: Cannot read PDF, .Docx from Internal Storage using cordova.file.externalRootDirectory for Android 11

ragul02 commented on issue #508:
URL: https://github.com/apache/cordova-plugin-file/issues/508#issuecomment-995897019


   Included below in config.xml:
   ```xml
   <preference name="AndroidPersistentFileLocation" value="Internal" />
     <edit-config file="app/src/main/AndroidManifest.xml" mode="merge" target="/manifest/application" xmlns:android="http://schemas.android.com/apk/res/android">
               <application android:networkSecurityConfig="@xml/network_security_config" />
               <application android:requestLegacyExternalStorage="true" android:usesCleartextTraffic="true" />
           </edit-config>
   ```


-- 
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.

To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org