Ukitakemalcom / gcm

Automatically exported from code.google.com/p/gcm
Apache License 2.0
0 stars 0 forks source link

Make GCMRegistrar.checkManifest() aware of Jelly Bean changes #6

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
If an app is targeted to Jelly Bean:

- The broadcast receiver does not need the category
- The C2D_MESSAGE is not required

GCMRegistrar.checkManifest() should take the version in account and disable 
these 2 checks when running on target 16.

Original issue reported on code.google.com by felip...@google.com on 7 Aug 2012 at 7:08