diff options
Diffstat (limited to 'StoneIsland/platforms/android/android.json')
| -rwxr-xr-x | StoneIsland/platforms/android/android.json | 108 |
1 files changed, 15 insertions, 93 deletions
diff --git a/StoneIsland/platforms/android/android.json b/StoneIsland/platforms/android/android.json index 11c3ca04..d0e21212 100755 --- a/StoneIsland/platforms/android/android.json +++ b/StoneIsland/platforms/android/android.json @@ -49,15 +49,11 @@ "count": 1 }, { - "xml": "<feature name=\"PushNotification\"><param name=\"android-package\" value=\"com.adobe.phonegap.push.PushPlugin\" /></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=\"FirebasePlugin\"><param name=\"android-package\" value=\"org.apache.cordova.firebase.FirebasePlugin\" /><param name=\"onload\" value=\"true\" /></feature>", + "xml": "<feature name=\"PushNotification\"><param name=\"android-package\" value=\"com.adobe.phonegap.push.PushPlugin\" /></feature>", "count": 1 } ] @@ -75,35 +71,15 @@ "count": 1 }, { - "xml": "<receiver android:exported=\"true\" android:name=\"com.google.android.gms.gcm.GcmReceiver\" android:permission=\"com.google.android.c2dm.permission.SEND\"><intent-filter><action android:name=\"com.google.android.c2dm.intent.RECEIVE\" /><category android:name=\"${applicationId}\" /></intent-filter></receiver>", + "xml": "<receiver android:name=\"com.adobe.phonegap.push.PushDismissedHandler\" />", "count": 1 }, { - "xml": "<service android:exported=\"false\" android:name=\"com.adobe.phonegap.push.GCMIntentService\"><intent-filter><action android:name=\"com.google.android.c2dm.intent.RECEIVE\" /></intent-filter></service>", + "xml": "<service android:name=\"com.adobe.phonegap.push.FCMService\"><intent-filter><action android:name=\"com.google.firebase.MESSAGING_EVENT\" /></intent-filter></service>", "count": 1 }, { - "xml": "<service android:exported=\"false\" android:name=\"com.adobe.phonegap.push.PushInstanceIDListenerService\"><intent-filter><action android:name=\"com.google.android.gms.iid.InstanceID\" /></intent-filter></service>", - "count": 1 - }, - { - "xml": "<service android:exported=\"false\" android:name=\"com.adobe.phonegap.push.RegistrationIntentService\" />", - "count": 1 - }, - { - "xml": "<service android:enabled=\"true\" android:exported=\"false\" android:name=\"com.google.android.gms.measurement.AppMeasurementService\" />", - "count": 1 - }, - { - "xml": "<service android:name=\"org.apache.cordova.firebase.FirebasePluginMessagingService\"><intent-filter><action android:name=\"com.google.firebase.MESSAGING_EVENT\" /></intent-filter></service>", - "count": 1 - }, - { - "xml": "<service android:name=\"org.apache.cordova.firebase.FirebasePluginInstanceIDService\"><intent-filter><action android:name=\"com.google.firebase.INSTANCE_ID_EVENT\" /></intent-filter></service>", - "count": 1 - }, - { - "xml": "<receiver android:name=\"org.apache.cordova.firebase.OnNotificationOpenReceiver\" />", + "xml": "<service android:name=\"com.adobe.phonegap.push.PushInstanceIDListenerService\"><intent-filter><action android:name=\"com.google.firebase.INSTANCE_ID_EVENT\" /></intent-filter></service>", "count": 1 } ], @@ -123,26 +99,6 @@ { "xml": "<uses-permission android:name=\"android.permission.VIBRATE\" />", "count": 1 - }, - { - "xml": "<uses-permission android:name=\"com.google.android.c2dm.permission.RECEIVE\" />", - "count": 1 - }, - { - "xml": "<uses-permission android:name=\"${applicationId}.permission.C2D_MESSAGE\" />", - "count": 1 - }, - { - "xml": "<uses-permission android:name=\"${applicationId}.permission.PushHandlerActivity\" />", - "count": 1 - }, - { - "xml": "<permission android:name=\"${applicationId}.permission.C2D_MESSAGE\" android:protectionLevel=\"signature\" />", - "count": 1 - }, - { - "xml": "<permission android:name=\"${applicationId}.permission.PushHandlerActivity\" android:protectionLevel=\"signature\" />", - "count": 1 } ], "/*/application/activity": [], @@ -153,7 +109,7 @@ }, { "xml": "<uses-permission android:name=\"android.permission.ACCESS_NETWORK_STATE\" />", - "count": 2 + "count": 1 }, { "xml": "<uses-permission android:name=\"android.permission.ACCESS_COARSE_LOCATION\" />", @@ -166,14 +122,6 @@ { "xml": "<uses-feature android:name=\"android.hardware.location.gps\" />", "count": 1 - }, - { - "xml": "<uses-permission android:name=\"android.permission.INTERNET\" />", - "count": 1 - }, - { - "xml": "<uses-permission android:name=\"android.permission.WAKE_LOCK\" />", - "count": 1 } ], "/manifest/application/activity": [ @@ -195,20 +143,7 @@ }, "res/values/strings.xml": { "parents": { - "/resources": [ - { - "xml": "<string name=\"google_app_id\">XXXXXXX</string>", - "count": 1 - }, - { - "xml": "<string name=\"google_app_id\">@string/google_app_id</string>", - "count": 1 - }, - { - "xml": "<string name=\"google_api_key\">@string/google_api_key</string>", - "count": 1 - } - ] + "/resources": [] } }, "config.xml": { @@ -264,19 +199,15 @@ "ionic-plugin-keyboard": { "PACKAGE_NAME": "us.okfoc.stoneisland" }, - "phonegap-plugin-push": { - "SENDER_ID": "XXXXXXX", - "PACKAGE_NAME": "us.okfoc.stoneisland" - }, "cordova-plugin-statusbar": { "PACKAGE_NAME": "us.okfoc.stoneisland" }, - "cordova-plugin-firebase": { - "PACKAGE_NAME": "us.okfoc.stoneisland" - }, "cordova-plugin-app-name": { "APP_NAME": "Stone Island", "PACKAGE_NAME": "us.okfoc.stoneisland" + }, + "phonegap-plugin-push": { + "PACKAGE_NAME": "us.okfoc.stoneisland" } }, "dependent_plugins": {}, @@ -379,14 +310,6 @@ "runs": true }, { - "id": "phonegap-plugin-push.PushNotification", - "file": "plugins/phonegap-plugin-push/www/push.js", - "pluginId": "phonegap-plugin-push", - "clobbers": [ - "PushNotification" - ] - }, - { "id": "cordova-plugin-statusbar.statusbar", "file": "plugins/cordova-plugin-statusbar/www/statusbar.js", "pluginId": "cordova-plugin-statusbar", @@ -395,11 +318,11 @@ ] }, { - "id": "cordova-plugin-firebase.FirebasePlugin", - "file": "plugins/cordova-plugin-firebase/www/firebase.js", - "pluginId": "cordova-plugin-firebase", + "id": "phonegap-plugin-push.PushNotification", + "file": "plugins/phonegap-plugin-push/www/push.js", + "pluginId": "phonegap-plugin-push", "clobbers": [ - "FirebasePlugin" + "PushNotification" ] } ], @@ -416,9 +339,8 @@ "cordova-plugin-compat": "1.1.0", "cordova-plugin-geolocation": "2.4.0", "ionic-plugin-keyboard": "2.2.1", - "phonegap-plugin-push": "1.9.2", "cordova-plugin-statusbar": "2.2.3", - "cordova-plugin-firebase": "0.1.24", - "cordova-plugin-app-name": "1.0.4" + "cordova-plugin-app-name": "1.0.4", + "phonegap-plugin-push": "2.0.0" } }
\ No newline at end of file |
