using CN.Jpush.Android.Service; namespace HDL_ON_Android { [Android.App.Service(Enabled =true,Exported =false,Process = ":pushcore")] [Android.App.IntentFilter(new string[] { "cn.jiguang.user.service.action" })] public class JPushService: JCommonService { } }