Back to project page holoreader.
The source code is released under:
GNU General Public License
If you think the Android project holoreader listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package de.hdodenhof.holoreader.gcm; // w w w . j av a 2 s .co m import android.content.Context; import com.google.android.gcm.GCMBroadcastReceiver; public class GCMReceiver extends GCMBroadcastReceiver { @Override protected String getGCMIntentServiceClassName(Context context) { return "de.hdodenhof.holoreader.gcm.GCMIntentService"; } }