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



##########
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" />

Review comment:
       Can you fix the tabbing here? Thanks
   
   ```suggestion
                <edit-config file="app/src/main/AndroidManifest.xml" 
mode="merge" target="/manifest/application">
                    <application 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