From 203c3a3ffde6259413d9743f6a723b95b1e7989c Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期四, 06 七月 2023 22:43:05 +0800 Subject: [PATCH] 门锁功能 --- HDL-ON_Android/AgreementActivity.cs | 6 ++---- 1 files changed, 2 insertions(+), 4 deletions(-) diff --git a/HDL-ON_Android/AgreementActivity.cs b/HDL-ON_Android/AgreementActivity.cs index c861be1..dc866b1 100644 --- a/HDL-ON_Android/AgreementActivity.cs +++ b/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(); @@ -71,7 +71,5 @@ Finish(); }; } - - } } \ No newline at end of file -- Gitblit v1.8.0