diff options
| author | Jules Laplace <jules@okfoc.us> | 2017-02-19 04:22:43 +0100 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2017-02-19 04:22:43 +0100 |
| commit | 8f03316d04ba3a51ce16d90ffe94d7611c013652 (patch) | |
| tree | 1e1282bafc0cf5ec1f9df8f79323fb3ad7388637 /StoneIsland/platforms/android/android.json | |
| parent | ed12781e91bb9df05d9b0f927f867d5d3c658f6d (diff) | |
get rid of old parse plugin
Diffstat (limited to 'StoneIsland/platforms/android/android.json')
| -rwxr-xr-x | StoneIsland/platforms/android/android.json | 65 |
1 files changed, 3 insertions, 62 deletions
diff --git a/StoneIsland/platforms/android/android.json b/StoneIsland/platforms/android/android.json index d345c65d..e93b27be 100755 --- a/StoneIsland/platforms/android/android.json +++ b/StoneIsland/platforms/android/android.json @@ -9,10 +9,6 @@ "parents": { "/*": [ { - "xml": "<feature name=\"ParsePlugin\"><param name=\"android-package\" value=\"org.apache.cordova.core.ParsePlugin\" /></feature>", - "count": 1 - }, - { "xml": "<feature name=\"InAppBrowser\"><param name=\"android-package\" value=\"org.apache.cordova.inappbrowser.InAppBrowser\" /></feature>", "count": 1 }, @@ -63,22 +59,6 @@ "parents": { "/manifest/application": [ { - "xml": "<service android:name=\"com.parse.PushService\" />", - "count": 1 - }, - { - "xml": "<receiver android:name=\"com.parse.ParseBroadcastReceiver\"><intent-filter><action android:name=\"android.intent.action.BOOT_COMPLETED\" /><action android:name=\"android.intent.action.USER_PRESENT\" /></intent-filter></receiver>", - "count": 1 - }, - { - "xml": "<receiver android:exported=\"false\" android:name=\"org.apache.cordova.core.ParsePluginReceiver\"><intent-filter><action android:name=\"com.parse.push.intent.RECEIVE\" /><action android:name=\"com.parse.push.intent.DELETE\" /><action android:name=\"com.parse.push.intent.OPEN\" /></intent-filter></receiver>", - "count": 1 - }, - { - "xml": "<receiver android:name=\"com.parse.GcmBroadcastReceiver\" 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=\"us.okfoc.stoneisland\" /></intent-filter></receiver>", - "count": 1 - }, - { "xml": "<activity android:exported=\"true\" android:name=\"com.adobe.phonegap.push.PushHandlerActivity\" android:permission=\"${applicationId}.permission.PushHandlerActivity\" />", "count": 1 }, @@ -106,38 +86,22 @@ "/manifest": [ { "xml": "<uses-permission android:name=\"android.permission.INTERNET\" />", - "count": 2 + "count": 1 }, { "xml": "<uses-permission android:name=\"android.permission.ACCESS_NETWORK_STATE\" />", - "count": 2 + "count": 1 }, { "xml": "<uses-permission android:name=\"android.permission.WAKE_LOCK\" />", - "count": 2 - }, - { - "xml": "<uses-permission android:name=\"android.permission.RECEIVE_BOOT_COMPLETED\" />", "count": 1 }, { "xml": "<uses-permission android:name=\"android.permission.VIBRATE\" />", - "count": 2 - }, - { - "xml": "<uses-permission android:name=\"android.permission.GET_ACCOUNTS\" />", "count": 1 }, { "xml": "<uses-permission android:name=\"com.google.android.c2dm.permission.RECEIVE\" />", - "count": 2 - }, - { - "xml": "<permission android:name=\"us.okfoc.stoneisland.permission.C2D_MESSAGE\" android:protectionLevel=\"signature\" />", - "count": 1 - }, - { - "xml": "<uses-permission android:name=\"us.okfoc.stoneisland.permission.C2D_MESSAGE\" />", "count": 1 }, { @@ -194,16 +158,7 @@ }, "res/values/parseplugin.xml": { "parents": { - "/*": [ - { - "xml": "<string name=\"parse_app_id\">GS82ZxpN8Mecpc53rsyu6aLLGK0W4CKi42J25DLB</string>", - "count": 1 - }, - { - "xml": "<string name=\"parse_client_key\">hQRtQfsgimYnX5PMivtcdXCG9eZhESeyTr0Rd8Sv</string>", - "count": 1 - } - ] + "/*": [] } }, "res/values/strings.xml": { @@ -219,11 +174,6 @@ } }, "installed_plugins": { - "com.parse.cordova.core.pushplugin": { - "APP_ID": "GS82ZxpN8Mecpc53rsyu6aLLGK0W4CKi42J25DLB", - "CLIENT_KEY": "hQRtQfsgimYnX5PMivtcdXCG9eZhESeyTr0Rd8Sv", - "PACKAGE_NAME": "us.okfoc.stoneisland" - }, "cordova-plugin-inappbrowser": { "PACKAGE_NAME": "us.okfoc.stoneisland" }, @@ -272,14 +222,6 @@ "dependent_plugins": {}, "modules": [ { - "file": "plugins/com.parse.cordova.core.pushplugin/www/cdv-plugin-parse.js", - "id": "com.parse.cordova.core.pushplugin.ParsePlugin", - "pluginId": "com.parse.cordova.core.pushplugin", - "clobbers": [ - "window.parsePlugin" - ] - }, - { "file": "plugins/cordova-plugin-inappbrowser/www/inappbrowser.js", "id": "cordova-plugin-inappbrowser.inappbrowser", "pluginId": "cordova-plugin-inappbrowser", @@ -386,7 +328,6 @@ } ], "plugin_metadata": { - "com.parse.cordova.core.pushplugin": "0.1.0", "cordova-plugin-inappbrowser": "1.5.0", "cordova-plugin-x-socialsharing": "5.1.3", "cordova-plugin-customurlscheme": "4.2.0", |
