FileOpener working

This commit is contained in:
Eudes Inácio
2022-04-04 01:14:16 +01:00
parent 3d1c9efd81
commit 44d9de6a61
3 changed files with 7 additions and 4 deletions
+1 -1
View File
@@ -22,7 +22,7 @@
<preference name="SplashScreenDelay" value="3000" />
<platform name="android">
<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:networkSecurityConfig="@xml/network_security_config" />
</edit-config>
<resource-file src="resources/android/xml/network_security_config.xml" target="app/src/main/res/xml/network_security_config.xml" />
<resource-file src="google-services.json" target="google-services.json" />