示例#1
0
        protected override void OnCreate(Bundle bundle)
        {
            base.OnCreate(bundle);

            if (!PushClient.IsRegistered(this))
            {
                PushClient.Register(this, PushHandlerBroadcastReceiver.SENDER_IDS);
            }

            global::Xamarin.Forms.Forms.Init(this, bundle);
            LoadApplication(new GroeneTeam.App());
        }