diff options
Diffstat (limited to 'plugins/android.json')
| -rw-r--r-- | plugins/android.json | 279 |
1 files changed, 0 insertions, 279 deletions
diff --git a/plugins/android.json b/plugins/android.json deleted file mode 100644 index 95e0c7fd..00000000 --- a/plugins/android.json +++ /dev/null @@ -1,279 +0,0 @@ -{ - "prepare_queue": { - "installed": [], - "uninstalled": [] - }, - "config_munge": { - "files": { - "res/xml/config.xml": { - "parents": { - "/*": [ - { - "xml": "<feature name=\"Keyboard\"><param name=\"android-package\" value=\"com.ionic.keyboard.IonicKeyboard\" /><param name=\"onload\" value=\"true\" /></feature>", - "count": 1 - }, - { - "xml": "<feature name=\"OrientationLock\"><param name=\"android-package\" value=\"com.plugin.phonegap.OrientationLock\" /></feature>", - "count": 1 - }, - { - "xml": "<preference name=\"webView\" value=\"org.crosswalk.engine.XWalkWebViewEngine\" />", - "count": 1 - }, - { - "xml": "<preference default=\"14+\" name=\"xwalkVersion\" />", - "count": 1 - }, - { - "xml": "<preference default=\"--disable-pull-to-refresh-effect\" name=\"xwalkCommandLine\" />", - "count": 1 - }, - { - "xml": "<preference default=\"embedded\" name=\"xwalkMode\" />", - "count": 1 - }, - { - "xml": "<feature name=\"File\"><param name=\"android-package\" value=\"org.apache.cordova.file.FileUtils\" /><param name=\"onload\" value=\"true\" /></feature>", - "count": 1 - }, - { - "xml": "<feature name=\"InAppBrowser\"><param name=\"android-package\" value=\"org.apache.cordova.inappbrowser.InAppBrowser\" /></feature>", - "count": 1 - }, - { - "xml": "<feature name=\"SplashScreen\"><param name=\"android-package\" value=\"org.apache.cordova.splashscreen.SplashScreen\" /><param name=\"onload\" value=\"true\" /></feature>", - "count": 1 - }, - { - "xml": "<feature name=\"WebSocket\"><param name=\"android-package\" value=\"com.knowledgecode.cordova.websocket.WebSocket\" /></feature>", - "count": 1 - }, - { - "xml": "<feature name=\"Whitelist\"><param name=\"android-package\" value=\"org.apache.cordova.whitelist.WhitelistPlugin\" /><param name=\"onload\" value=\"true\" /></feature>", - "count": 1 - }, - { - "xml": "<feature name=\"Badge\"><param name=\"android-package\" value=\"de.appplant.cordova.plugin.badge.Badge\" /></feature>", - "count": 1 - }, - { - "xml": "<feature name=\"EmailComposer\"><param name=\"android-package\" value=\"de.appplant.cordova.emailcomposer.EmailComposer\" /></feature>", - "count": 1 - }, - { - "xml": "<feature name=\"Device\"><param name=\"android-package\" value=\"org.apache.cordova.device.Device\" /></feature>", - "count": 1 - }, - { - "xml": "<feature name=\"LocalNotification\"><param name=\"android-package\" value=\"de.appplant.cordova.plugin.localnotification.LocalNotification\" /></feature>", - "count": 1 - }, - { - "xml": "<feature name=\"PinDialog\"><param name=\"android-package\" value=\"hu.dpal.phonegap.plugins.PinDialog\" /></feature>", - "count": 1 - }, - { - "xml": "<feature name=\"Insomnia\"><param name=\"android-package\" value=\"nl.xservices.plugins.Insomnia\" /></feature>", - "count": 1 - }, - { - "xml": "<feature name=\"StatusBar\"><param name=\"android-package\" value=\"org.apache.cordova.statusbar.StatusBar\" /><param name=\"onload\" value=\"true\" /></feature>", - "count": 1 - }, - { - "xml": "<feature name=\"Canvas2ImagePlugin\"><param name=\"android-package\" value=\"org.devgeeks.Canvas2ImagePlugin.Canvas2ImagePlugin\" /></feature>", - "count": 1 - }, - { - "xml": "<feature name=\"PushNotification\"><param name=\"android-package\" value=\"com.adobe.phonegap.push.PushPlugin\" /></feature>", - "count": 1 - }, - { - "xml": "<feature name=\"AppVersion\"><param name=\"android-package\" value=\"uk.co.whiteoctober.cordova.AppVersion\" /></feature>", - "count": 1 - }, - { - "xml": "<feature name=\"Media\"><param name=\"android-package\" value=\"org.apache.cordova.media.AudioHandler\" /></feature>", - "count": 1 - } - ] - } - }, - "AndroidManifest.xml": { - "parents": { - "/*": [ - { - "xml": "<uses-permission android:name=\"android.permission.ACCESS_NETWORK_STATE\" />", - "count": 1 - }, - { - "xml": "<uses-permission android:name=\"android.permission.ACCESS_WIFI_STATE\" />", - "count": 1 - }, - { - "xml": "<uses-permission android:name=\"android.permission.WRITE_EXTERNAL_STORAGE\" />", - "count": 2 - }, - { - "xml": "<uses-permission android:name=\"android.permission.INTERNET\" />", - "count": 1 - } - ], - "/manifest/application": [ - { - "xml": "<activity android:exported=\"false\" android:launchMode=\"singleInstance\" android:name=\"de.appplant.cordova.plugin.badge.LaunchActivity\" android:theme=\"@android:style/Theme.Black.NoTitleBar\" />", - "count": 1 - }, - { - "xml": "<receiver android:exported=\"false\" android:name=\"de.appplant.cordova.plugin.localnotification.TriggerReceiver\" />", - "count": 1 - }, - { - "xml": "<receiver android:exported=\"false\" android:name=\"de.appplant.cordova.plugin.localnotification.ClearReceiver\" />", - "count": 1 - }, - { - "xml": "<activity android:exported=\"false\" android:launchMode=\"singleInstance\" android:name=\"de.appplant.cordova.plugin.localnotification.ClickActivity\" android:theme=\"@android:style/Theme.NoDisplay\" />", - "count": 1 - }, - { - "xml": "<receiver android:exported=\"false\" android:name=\"de.appplant.cordova.plugin.notification.TriggerReceiver\" />", - "count": 1 - }, - { - "xml": "<receiver android:exported=\"false\" android:name=\"de.appplant.cordova.plugin.notification.ClearReceiver\" />", - "count": 1 - }, - { - "xml": "<receiver android:exported=\"false\" android:name=\"de.appplant.cordova.plugin.localnotification.RestoreReceiver\"><intent-filter><action android:name=\"android.intent.action.BOOT_COMPLETED\" /></intent-filter></receiver>", - "count": 1 - }, - { - "xml": "<activity android:exported=\"false\" android:launchMode=\"singleInstance\" android:name=\"de.appplant.cordova.plugin.notification.ClickActivity\" android:theme=\"@android:style/Theme.NoDisplay\" />", - "count": 1 - }, - { - "xml": "<activity android:exported=\"true\" android:name=\"com.adobe.phonegap.push.PushHandlerActivity\" />", - "count": 1 - }, - { - "xml": "<receiver android:name=\"com.adobe.phonegap.push.CordovaGCMBroadcastReceiver\" android:permission=\"com.google.android.c2dm.permission.SEND\"><intent-filter><action android:name=\"com.google.android.c2dm.intent.RECEIVE\" /><action android:name=\"com.google.android.c2dm.intent.REGISTRATION\" /><category android:name=\"com.pliablepixels.zmninja\" /></intent-filter></receiver>", - "count": 1 - }, - { - "xml": "<service android:name=\"com.adobe.phonegap.push.GCMIntentService\" />", - "count": 1 - } - ], - "/manifest": [ - { - "xml": "<uses-permission android:name=\"android.permission.RECEIVE_BOOT_COMPLETED\" />", - "count": 1 - }, - { - "xml": "<uses-permission android:name=\"android.permission.WRITE_EXTERNAL_STORAGE\" />", - "count": 1 - }, - { - "xml": "<uses-permission android:name=\"android.permission.ACCESS_NETWORK_STATE\" />", - "count": 1 - }, - { - "xml": "<uses-permission android:name=\"android.permission.WAKE_LOCK\" />", - "count": 1 - }, - { - "xml": "<uses-permission android:name=\"android.permission.VIBRATE\" />", - "count": 1 - }, - { - "xml": "<uses-permission android:name=\"com.google.android.c2dm.permission.RECEIVE\" />", - "count": 1 - }, - { - "xml": "<permission android:name=\"com.pliablepixels.zmninja.permission.C2D_MESSAGE\" android:protectionLevel=\"signature\" />", - "count": 1 - }, - { - "xml": "<uses-permission android:name=\"com.pliablepixels.zmninja.permission.C2D_MESSAGE\" />", - "count": 1 - } - ] - } - } - } - }, - "installed_plugins": { - "com.ionic.keyboard": { - "PACKAGE_NAME": "com.pliablepixels.zmninja" - }, - "com.phonegap.plugins.OrientationLock": { - "PACKAGE_NAME": "com.pliablepixels.zmninja" - }, - "cordova-plugin-crosswalk-webview": { - "PACKAGE_NAME": "com.pliablepixels.zmninja" - }, - "cordova-plugin-file": { - "PACKAGE_NAME": "com.pliablepixels.zmninja" - }, - "cordova-plugin-inappbrowser": { - "PACKAGE_NAME": "com.pliablepixels.zmninja" - }, - "cordova-plugin-ios-longpress-fix": { - "PACKAGE_NAME": "com.pliablepixels.zmninja" - }, - "cordova-plugin-splashscreen": { - "PACKAGE_NAME": "com.pliablepixels.zmninja" - }, - "cordova-plugin-touchid": { - "PACKAGE_NAME": "com.pliablepixels.zmninja" - }, - "cordova-plugin-websocket": { - "PACKAGE_NAME": "com.pliablepixels.zmninja" - }, - "cordova-plugin-whitelist": { - "PACKAGE_NAME": "com.pliablepixels.zmninja" - }, - "de.appplant.cordova.common.registerusernotificationsettings": { - "PACKAGE_NAME": "com.pliablepixels.zmninja" - }, - "de.appplant.cordova.plugin.badge": { - "PACKAGE_NAME": "com.pliablepixels.zmninja" - }, - "de.appplant.cordova.plugin.email-composer": { - "PACKAGE_NAME": "com.pliablepixels.zmninja" - }, - "de.appplant.cordova.plugin.local-notification": { - "PACKAGE_NAME": "com.pliablepixels.zmninja" - }, - "hu.dpal.phonegap.plugins.PinDialog": { - "PACKAGE_NAME": "com.pliablepixels.zmninja" - }, - "nl.x-services.plugins.insomnia": { - "PACKAGE_NAME": "com.pliablepixels.zmninja" - }, - "org.apache.cordova.console": { - "PACKAGE_NAME": "com.pliablepixels.zmninja" - }, - "org.apache.cordova.statusbar": { - "PACKAGE_NAME": "com.pliablepixels.zmninja" - }, - "org.devgeeks.Canvas2ImagePlugin": { - "PACKAGE_NAME": "com.pliablepixels.zmninja" - }, - "phonegap-plugin-push": { - "PACKAGE_NAME": "com.pliablepixels.zmninja" - }, - "uk.co.whiteoctober.cordova.appversion": { - "PACKAGE_NAME": "com.pliablepixels.zmninja" - }, - "org.apache.cordova.media": { - "PACKAGE_NAME": "com.pliablepixels.zmninja" - } - }, - "dependent_plugins": { - "org.apache.cordova.device": { - "PACKAGE_NAME": "com.pliablepixels.zmninja" - } - } -}
\ No newline at end of file |
