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



##########
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:
       ```suggestion
       <edit-config file="app/src/main/AndroidManifest.xml" mode="merge" 
target="/manifest/application">
           <application android:requestLegacyExternalStorage="true" />
       </edit-config>
   ```
   
   Indentation is tabs, the rest of the file are spaces. Sorry for being 
nitpicky here, but can you please correct those? 🙈 




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