| | |
| | | using Android.OS; |
| | | using CN.Jpush.Android.Api; |
| | | //using Android.Widget; |
| | | using Com.Hdl.ON.Jpush.Androidjpush; |
| | | using HDL_ON; |
| | | using Java.Util; |
| | | using Microsoft.AppCenter; |
| | | using Microsoft.AppCenter.Analytics; |
| | | using Microsoft.AppCenter.Crashes; |
| | | using Shared; |
| | | |
| | | |
| | | namespace HDL_ON_Android |
| | |
| | | { |
| | | 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"); |
| | |
| | | { |
| | | 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(); |
| | |
| | | Finish(); |
| | | }; |
| | | } |
| | | |
| | | |
| | | } |
| | | } |