gautam714 / gcm

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

I want GCMBroadcastReceiver add API #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. new GCMCustomBroadcastReceiver extend 'GCMBroadcastReceiver' class
2. override 'getGCMIntentServiceClassName' method (change GCMIntentService 
class name or package name)
3. send broadcast 'com.google.android.gcm.intent.RETRY'

What is the expected output? What do you see instead?
GCMRegistrar.setRetryBroadcastReceiver method is new GCMBroadcastReceiver(), 
this is not define my AndroidMenifest.xml file

What version of the product are you using? On what operating system?
gcm 1.0.1 version and running under OS X - 10.7.4

Please provide any additional information below.

this problem solve
1. Add setter GCMBroadcastReceiver class(setGCMIntentServiceClassName method)
2. this is my git clone url : http://code.google.com/r/erkasraim-gcm/

Original issue reported on code.google.com by erkasr...@gmail.com on 23 Jul 2012 at 3:32

GoogleCodeExporter commented 9 years ago
The com.google.android.gcm.intent.RETRY is an internal intent and its meant to 
be handled transparently by the framework, so the apps do not need to worry 
about retrying.

Original comment by felip...@android.com on 23 Jul 2012 at 7:45