Skip to content
Snippets Groups Projects
Commit 65fae394 authored by Benoit Lavenier's avatar Benoit Lavenier
Browse files

[fix] Fix secured storage (use a fixed SecureStorage.java file, waiting for...

[fix] Fix secured storage (use a fixed SecureStorage.java file, waiting for issue https://github.com/Sotam/cordova-plugin-secure-storage-android10/issues/6  to be solved)
parent bd92e40d
No related branches found
No related tags found
No related merge requests found
...@@ -20,10 +20,6 @@ ...@@ -20,10 +20,6 @@
<param name="onload" value="true" /> <param name="onload" value="true" />
</feature> </feature>
<allow-navigation href="cdvfile:*" /> <allow-navigation href="cdvfile:*" />
<feature name="MiniSodium">
<param name="android-package" value="me.lockate.plugins.MiniSodium" />
<param name="onload" value="true" />
</feature>
<feature name="NetworkStatus"> <feature name="NetworkStatus">
<param name="android-package" value="org.apache.cordova.networkinformation.NetworkManager" /> <param name="android-package" value="org.apache.cordova.networkinformation.NetworkManager" />
</feature> </feature>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment