Replaced plug-in ID by 'cordova-plugin-file-opener2'. Otherwise 'ionic state save' will store the old ID, which is not managed in Cordova's plug-in registry. Doing 'ionic state restore' at another place will therefore not re-install the plug-in and fail silently.

This commit is contained in:
Stefan Schindler 2015-09-23 15:57:22 +02:00
parent 01c0900696
commit ee09951929

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" ?> <?xml version="1.0" encoding="UTF-8" ?>
<plugin xmlns="http://www.phonegap.com/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android" id="io.github.pwlin.cordova.plugins.fileopener2" version="1.0.11"> <plugin xmlns="http://www.phonegap.com/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android" id="cordova-plugin-file-opener2" version="1.0.11">
<name>File Opener2</name> <name>File Opener2</name>
<description>A File Opener Plugin for Cordova. (The Original Version)</description> <description>A File Opener Plugin for Cordova. (The Original Version)</description>