Sha256: 18d55cb6c35baea83dfa56e2c76ce4a68cfe38c250c621c5b2b5730e247a8dc1
Contents?: true
Size: 511 Bytes
Versions: 18
Compression:
Stored size: 511 Bytes
Contents
<receiver android:name="com.rhomobile.rhodes.gcm.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="<%=@appPackageName%>" /> </intent-filter> </receiver> <service android:name="com.rhomobile.rhodes.gcm.GCMIntentService" />
Version data entries
18 entries across 18 versions & 2 rubygems