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

Version Path
rhodes-7.6.0 lib/extensions/gcm-push/ext/android/ApplicationManifestAdds.erb
rhodes-7.5.1 lib/extensions/gcm-push/ext/android/ApplicationManifestAdds.erb
rhodes-7.4.1 lib/extensions/gcm-push/ext/android/ApplicationManifestAdds.erb
rhodes-7.1.17 lib/extensions/gcm-push/ext/android/ApplicationManifestAdds.erb
rhodes-6.2.0 lib/extensions/gcm-push/ext/android/ApplicationManifestAdds.erb
rhodes-6.0.11 lib/extensions/gcm-push/ext/android/ApplicationManifestAdds.erb
rhodes-5.5.18 lib/extensions/gcm-push/ext/android/ApplicationManifestAdds.erb
rhodes-5.5.17 lib/extensions/gcm-push/ext/android/ApplicationManifestAdds.erb
rhodes-5.5.15 lib/extensions/gcm-push/ext/android/ApplicationManifestAdds.erb
rhodes-5.5.0.22 lib/extensions/gcm-push/ext/android/ApplicationManifestAdds.erb
rhodes-5.5.2 lib/extensions/gcm-push/ext/android/ApplicationManifestAdds.erb
rhodes-5.5.0.7 lib/extensions/gcm-push/ext/android/ApplicationManifestAdds.erb
rhodes-5.5.0.3 lib/extensions/gcm-push/ext/android/ApplicationManifestAdds.erb
rhodes-5.5.0 lib/extensions/gcm-push/ext/android/ApplicationManifestAdds.erb
tauplatform-1.0.3 lib/extensions/gcm-push/ext/android/ApplicationManifestAdds.erb
tauplatform-1.0.2 lib/extensions/gcm-push/ext/android/ApplicationManifestAdds.erb
tauplatform-1.0.1 lib/extensions/gcm-push/ext/android/ApplicationManifestAdds.erb
rhodes-3.5.1.12 lib/extensions/gcm-push/ext/android/ApplicationManifestAdds.erb