11
11
xmlns : tools =" http://schemas.android.com/tools"
12
12
package =" com.onesignal" >
13
13
14
+ <!-- Removed to use the Firebase Cloud Message instead of GCM
14
15
<permission android:name="${tiapp.properties['id']}.permission.C2D_MESSAGE"
15
16
android:protectionLevel="signature" />
16
17
<uses-permission android:name="${tiapp.properties['id']}.permission.C2D_MESSAGE" />
18
+ -->
17
19
18
20
<!-- OneSignal SDK has runtime checks Android version. -->
19
21
<!-- <uses-sdk tools:overrideLibrary="android.support.customtabs"/>-->
83
85
84
86
<receiver android : name =" com.onesignal.NotificationOpenedReceiver" />
85
87
86
- <service android : name =" com.onesignal.GcmIntentService" />
87
- <service android : name =" com.onesignal.GcmIntentJobService"
88
- android : permission =" android.permission.BIND_JOB_SERVICE" />
89
-
90
88
<service android : name =" com.onesignal.RestoreJobService"
91
89
android : permission =" android.permission.BIND_JOB_SERVICE" />
92
90
113
111
<action android : name =" android.intent.action.MY_PACKAGE_REPLACED" />
114
112
</intent-filter >
115
113
</receiver >
114
+ <!-- Removed to use the Firebase Cloud Message instead of GCM
115
+ <service android:name="com.onesignal.GcmIntentService" />
116
+ <service android:name="com.onesignal.GcmIntentJobService"
117
+ android:permission="android.permission.BIND_JOB_SERVICE" />
118
+
116
119
<receiver android:name="com.onesignal.GcmBroadcastReceiver"
117
120
android:permission="com.google.android.c2dm.permission.SEND" >
118
121
<intent-filter android:priority="999">
119
122
<action android:name="com.google.android.c2dm.intent.RECEIVE" />
120
123
<category android:name="${tiapp.properties['id']}" />
121
124
</intent-filter>
122
125
</receiver>
126
+ -->
123
127
</application >
124
-
125
- <!-- NOTE: See release version for tags with placeholders -->
126
-
127
128
</manifest >
128
129
</android >
129
130
<mobileweb ></mobileweb >
130
131
<modules >
131
- <module platform =" android" >ti.playservices</module >
132
+ <module platform =" android" >firebase.core</module >
133
+ <module platform =" android" >firebase.cloudmessaging</module >
132
134
</modules >
133
135
</ti : module >
0 commit comments