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