GCM with custom broadcastreceiver

后端 未结 4 383
隐瞒了意图╮
隐瞒了意图╮ 2020-12-28 11:14

I am implementing gcm notifications in my application. Because I use my code to generate lot of application with different package names I cannot use standard mypackage.GCMI

4条回答
  •  庸人自扰
    2020-12-28 11:42

    You should put GCMIntentService class into your root application package. Here org.rferl

    
    

    and receiver

       
                
    
                    
                    
                    
                    
    
                    
                
            
    

提交回复
热议问题