wjc
2022-12-07 681e990f8c3e51672ad1e37440f35d960f9f56c1
HDL-ON_Android/AgreementActivity.cs
@@ -37,7 +37,7 @@
            {
                Intent i = new Intent(this, typeof(WebviewActivity));
                i.PutExtra("url", "https://developer.hdlcontrol.com/HDLOnPlusPrivacyPolicy.html");
                i.PutExtra("url", HDL_ON.Constant.URL_PRIVACYPOLICY);
                StartActivity(i);
                Intent data = new Intent();
                data.PutExtra("data", "disagree");
@@ -47,7 +47,7 @@
            {
                Intent i = new Intent(this, typeof(WebviewActivity));
                i.PutExtra("url", "https://developer.hdlcontrol.com/HDLOnPlusUserAgreement.html");
                i.PutExtra("url",HDL_ON.Constant.URL_USERAGREEMENT);
                StartActivity(i);
                Intent data = new Intent();