| | |
| | | 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 |
| | |
| | | public class AgreementActivity : Activity |
| | | { |
| | | protected override void OnCreate(Bundle savedInstanceState) |
| | | { |
| | | try |
| | | { |
| | | base.OnCreate(savedInstanceState); |
| | | |
| | |
| | | SetResult(Result.Ok, Intent); |
| | | Finish(); |
| | | }; |
| | | }catch(Exception ex) |
| | | { |
| | | Console.WriteLine("AgreementActivity----------------------------1"+ex.Message); |
| | | |
| | | } |
| | | } |
| | | } |
| | | } |