wxr
2021-07-01 43b0d5870d528f23ecd6aeceb6cfd4325188b46f
HDL-ON_Android/Application.cs
@@ -104,8 +104,6 @@
                {
                    Language.CurrentLanguage = "English";
                }
                Language.CurrentLanguage = "English";
                //获取极光推送ID
                GetJPushRegistrationID(activity);
@@ -230,9 +228,9 @@
        {
            //手机名称 Android.OS.Build.Manufacturer;
            //OnAppConfig.Instance.PhoneName = Android.OS.Build.Manufacturer;
#if DEBUG
            CN.Jpush.Android.Api.JPushInterface.SetDebugMode(true);
#endif
//#if DEBUG
            //CN.Jpush.Android.Api.JPushInterface.SetDebugMode(true);
//#endif
            CN.Jpush.Android.Api.JPushInterface.Init(this);
        }