From f16fd06aa226e9f97a27858624d4ea7cf8975d25 Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期二, 07 五月 2024 17:24:38 +0800 Subject: [PATCH] 增加了萤石摄像头 --- HDL-ON_Android/SplashActivity.cs | 11 ++++------- 1 files changed, 4 insertions(+), 7 deletions(-) diff --git a/HDL-ON_Android/SplashActivity.cs b/HDL-ON_Android/SplashActivity.cs index 0d6e150..c45307a 100644 --- a/HDL-ON_Android/SplashActivity.cs +++ b/HDL-ON_Android/SplashActivity.cs @@ -9,16 +9,13 @@ using Android.Support.V4.App; using Android.Support.V4.Content; using CN.Jpush.Android.Api; -//using Android.Widget; -using Com.Hdl.ON.Jpush.Androidjpush; using HDL_ON; -using Java.Util; using Shared; namespace HDL_ON_Android { - [Activity(Theme = "@style/SplashTheme", MainLauncher = true, LaunchMode = LaunchMode.SingleTask, Name = "com.hdl.onpro.SplashActivity", ScreenOrientation = ScreenOrientation.Portrait)] - [IntentFilter(new string[] { "com.hdl.onpro.SplashActivity", Intent.ActionView })] + [Activity(Theme = "@style/SplashTheme", MainLauncher = true, LaunchMode = LaunchMode.SingleTask, Name = "com.santan.smartcontrol.SplashActivity", ScreenOrientation = ScreenOrientation.Portrait)] + [IntentFilter(new string[] { "com.santan.smartcontrol.SplashActivity", Intent.ActionView })] public class SplashActivity : Activity { protected override void OnActivityResult(int requestCode, Result resultVal, Intent data) @@ -30,7 +27,7 @@ { if (!OnAppConfig.Instance.FirstRunApp) { - ////鎵撳紑baseActivity + //鎵撳紑baseActivity Intent i = new Intent(this, typeof(BaseActivity));//Intent intent=new Intent( 璧峰缁勪欢瀵硅薄 , 鐩爣 Service.class); StartActivityForResult(i, 1); OverridePendingTransition(0, 0); @@ -233,7 +230,7 @@ }; - HDLUtils.SetAuthoritiesName("com.hdl.onpro.fileProvider"); + HDLUtils.SetAuthoritiesName("com.santan.smartcontrol.fileProvider"); //Shared.Application.IsGpsEnable = true; //bool isfirst = true; -- Gitblit v1.8.0