From 9357cb33aca71fa48046dd5dceea9dfe310264d6 Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期四, 11 四月 2024 13:50:15 +0800 Subject: [PATCH] OnPro文本替换1 --- HDL-ON_Android/SplashActivity.cs | 9 +++------ 1 files changed, 3 insertions(+), 6 deletions(-) diff --git a/HDL-ON_Android/SplashActivity.cs b/HDL-ON_Android/SplashActivity.cs index 0d6e150..a11db62 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) @@ -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