From 1ef5d4c4dc6c31ab83a072ef6f639ab9d6c3f6f0 Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期二, 16 四月 2024 10:22:33 +0800 Subject: [PATCH] 图片更新 --- HDL-ON_Android/Properties/AndroidManifest.xml | 22 +++++++++++----------- 1 files changed, 11 insertions(+), 11 deletions(-) diff --git a/HDL-ON_Android/Properties/AndroidManifest.xml b/HDL-ON_Android/Properties/AndroidManifest.xml index cb5beb1..e2e64c7 100644 --- a/HDL-ON_Android/Properties/AndroidManifest.xml +++ b/HDL-ON_Android/Properties/AndroidManifest.xml @@ -42,9 +42,9 @@ <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /> <!--鏋佸厜鎺ㄩ�� Required 涓�浜涚郴缁熻姹傜殑鏉冮檺锛屽璁块棶缃戠粶绛�--> <!-- Required 涓�浜涚郴缁熻姹傜殑鏉冮檺锛屽璁块棶缃戠粶绛�--> - <permission android:name="Application.GetRealHeight(74).permission.JPUSH_MESSAGE" android:protectionLevel="signature" /> + <permission android:name="com.santan.smartcontrol.permission.JPUSH_MESSAGE" android:protectionLevel="signature" /> <!-- Required --> - <uses-permission android:name="Application.GetRealHeight(74).permission.JPUSH_MESSAGE" /> + <uses-permission android:name="com.santan.smartcontrol.permission.JPUSH_MESSAGE" /> <uses-permission android:name="android.permission.RECEIVE_USER_PRESENT" /> <uses-permission android:name="android.permission.INTERNET" /> <uses-permission android:name="android.permission.READ_PHONE_STATE" /> @@ -56,7 +56,7 @@ <uses-permission android:name="android.permission.READ_LOGS" /> <!-- 鏋佸厜鎺ㄩ�佺粨鏉� --> <application android:allowBackup="true" android:debuggable="false" android:icon="@drawable/Icon" android:requestLegacyExternalStorage="true" android:networkSecurityConfig="@xml/network_security_config" android:largeHeap="true" android:label="鎯冲ぉ鏅烘帶"> - <provider android:name="android.support.v4.content.FileProvider" android:authorities="Application.GetRealHeight(74).fileProvider" android:grantUriPermissions="true" android:exported="false"> + <provider android:name="android.support.v4.content.FileProvider" android:authorities="com.santan.smartcontrol.fileProvider" android:grantUriPermissions="true" android:exported="false"> <meta-data android:name="android.support.FILE_PROVIDER_PATHS" android:resource="@xml/file_paths" /> </provider> <!--鏋佸厜鎺ㄩ��--> @@ -72,22 +72,22 @@ </intent-filter> </service> <!-- since 3.0.9 Required SDK 鏍稿績鍔熻兘--> - <provider android:authorities="Application.GetRealHeight(74).DataProvider" android:name="cn.jpush.android.service.DataProvider" android:exported="true" /> + <provider android:authorities="com.santan.smartcontrol.DataProvider" android:name="cn.jpush.android.service.DataProvider" android:exported="true" /> <!-- since 1.8.0 option 鍙�夐」銆傜敤浜庡悓涓�璁惧涓笉鍚屽簲鐢ㄧ殑 JPush 鏈嶅姟鐩镐簰鎷夎捣鐨勫姛鑳姐�� --> <!-- 鑻ヤ笉鍚敤璇ュ姛鑳藉彲鍒犻櫎璇ョ粍浠讹紝鎴栨妸 enabled 璁剧疆鎴� false 锛汚pp 涓嶄細琚叾浠� App 鎷夎捣锛屼絾浼氭媺璧峰叾浠栫殑 App銆� --> <service android:name="cn.jpush.android.service.DaemonService" android:enabled="false" android:exported="true"> <intent-filter> <action android:name="cn.jpush.android.intent.DaemonService" /> - <category android:name="Application.GetRealHeight(74)" /> + <category android:name="com.santan.smartcontrol" /> </intent-filter> </service> <!-- since 3.1.0 Required SDK 鏍稿績鍔熻兘--> - <provider android:authorities="Application.GetRealHeight(74).DownloadProvider" android:name="cn.jpush.android.service.DownloadProvider" android:exported="true" /> + <provider android:authorities="com.santan.smartcontrol.DownloadProvider" android:name="cn.jpush.android.service.DownloadProvider" android:exported="true" /> <!-- Required SDK 鏍稿績鍔熻兘--> <receiver android:name="cn.jpush.android.service.PushReceiver" android:enabled="true"> <intent-filter android:priority="1000"> <action android:name="cn.jpush.android.intent.NOTIFICATION_RECEIVED_PROXY" /> - <category android:name="Application.GetRealHeight(74)" /> + <category android:name="com.santan.smartcontrol" /> </intent-filter> <intent-filter> <action android:name="android.intent.action.USER_PRESENT" /> @@ -106,7 +106,7 @@ <intent-filter> <action android:name="cn.jpush.android.ui.PushActivity" /> <category android:name="android.intent.category.DEFAULT" /> - <category android:name="Application.GetRealHeight(74)" /> + <category android:name="com.santan.smartcontrol" /> </intent-filter> </activity> <!-- SDK 鏍稿績鍔熻兘--> @@ -114,14 +114,14 @@ <activity android:name="cn.jpush.android.ui.PopWinActivity" android:configChanges="orientation|keyboardHidden" android:exported="false" android:theme="@style/MyDialogStyle"> <intent-filter> <category android:name="android.intent.category.DEFAULT" /> - <category android:name="Application.GetRealHeight(74)" /> + <category android:name="com.santan.smartcontrol" /> </intent-filter> </activity> <!-- since 3.6.0 --> <activity android:name="cn.jpush.android.service.DActivity" android:enabled="true" android:exported="true" android:theme="@android:style/Theme.Translucent.NoTitleBar" android:taskAffinity="jpush.custom"> <intent-filter> <action android:name="cn.jpush.android.intent.DActivity" /> - <category android:name="Application.GetRealHeight(74)" /> + <category android:name="com.santan.smartcontrol" /> </intent-filter> </activity> <!-- Required SDK 鏍稿績鍔熻兘--> @@ -132,7 +132,7 @@ <activity android:name="cn.jpush.android.service.JNotifyActivity" android:exported="true" android:taskAffinity="jpush.custom" android:theme="@android:style/Theme.Translucent.NoTitleBar"> <intent-filter> <action android:name="cn.jpush.android.intent.JNotifyActivity" /> - <category android:name="Application.GetRealHeight(74)" /> + <category android:name="com.santan.smartcontrol" /> </intent-filter> </activity> <!-- Required. For publish channel feature --> -- Gitblit v1.8.0