File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
Examples/Eclipse/OneSignalExample Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 93
93
<meta-data android : name =" onesignal_app_id"
94
94
android : value =" b2f7f966-d8cc-11e4-bed1-df8f05be55ba" />
95
95
96
+ <receiver android : name =" com.onesignal.GcmBroadcastReceiver"
97
+ android : permission =" com.google.android.c2dm.permission.SEND" >
98
+ <!-- High priority so OneSignal payloads can be filtered from other GCM receivers if filterOtherGCMReceivers is enabled. -->
99
+ <intent-filter android : priority =" 999" >
100
+ <action android : name =" com.google.android.c2dm.intent.RECEIVE" />
101
+ <category android : name =" com.onesignal.example" />
102
+ </intent-filter >
103
+ </receiver >
104
+
96
105
<receiver android : name =" com.onesignal.NotificationOpenedReceiver" />
97
106
98
107
<service android : name =" com.onesignal.GcmIntentService" />
You can’t perform that action at this time.
0 commit comments