android - Must GCMIntentService always be in the base package? -


in manifest, have package com.business.project, base package of app. there have other packages such com.business.project.activities , com.business.project.utils. anyway, have class public class gcmintentservice extends gcmbaseintentservice android push notification. rather not have in base package, when move push notification not work. requirement class exist in base package?

you can put in package need, make sure define correct path in manifest follows ,

 <service android:name="com.business.project.<util / activities >.gcmintentservice " /> 

Popular posts from this blog