breautek commented on a change in pull request #417:
URL: 
https://github.com/apache/cordova-plugin-file/pull/417#discussion_r488058027



##########
File path: plugin.xml
##########
@@ -132,7 +132,9 @@ to config.xml in order for the application to find 
previously stored files.
             </feature>
             <allow-navigation href="cdvfile:*" />
         </config-file>
-
+       <edit-config file="app/src/main/AndroidManifest.xml" mode="merge" 
target="/manifest/application">
+           <application android:requestLegacyExternalStorage="true" />
+       </edit-config>

Review comment:
       Sometimes I'm lazy and do the changes in vim instead of VS code and 
forget that it doesn't deal with whitespace/tabs appropriately :see_no_evil: 




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