From 19b4abbebede2255b8d9f286105c7bf41d254429 Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期五, 29 十二月 2023 09:44:58 +0800 Subject: [PATCH] 金路备份 --- HDL-ON_Android/Properties/AndroidManifest.xml | 34 +++++++++++++++------------------- 1 files changed, 15 insertions(+), 19 deletions(-) diff --git a/HDL-ON_Android/Properties/AndroidManifest.xml b/HDL-ON_Android/Properties/AndroidManifest.xml index 77b3d90..4572ad0 100644 --- a/HDL-ON_Android/Properties/AndroidManifest.xml +++ b/HDL-ON_Android/Properties/AndroidManifest.xml @@ -1,5 +1,5 @@ 锘�<?xml version="1.0" encoding="utf-8"?> -<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="2.4.3" package="com.hdl.onpro" xmlns:tools="http://schemas.android.com/tools" android:versionCode="202312251"> +<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="1.0.0" package="com.jinlu.onpro" xmlns:tools="http://schemas.android.com/tools" android:versionCode="202312271"> <uses-sdk android:minSdkVersion="26" android:targetSdkVersion="29" /> <uses-permission android:name="android.permission.RECEIVE_SMS" /> <!--鍙嬬洘--> @@ -76,9 +76,9 @@ <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /> <!--鏋佸厜鎺ㄩ�� Required 涓�浜涚郴缁熻姹傜殑鏉冮檺锛屽璁块棶缃戠粶绛�--> <!-- Required 涓�浜涚郴缁熻姹傜殑鏉冮檺锛屽璁块棶缃戠粶绛�--> - <permission android:name="com.hdl.onpro.permission.JPUSH_MESSAGE" android:protectionLevel="signature" /> + <permission android:name="com.jinlu.onpro.permission.JPUSH_MESSAGE" android:protectionLevel="signature" /> <!-- Required --> - <uses-permission android:name="com.hdl.onpro.permission.JPUSH_MESSAGE" /> + <uses-permission android:name="com.jinlu.onpro.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" /> @@ -89,7 +89,7 @@ <uses-permission android:name="android.permission.ACCESS_WIFI_STATE" /> <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="On Pro"> + <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="浼樻暟鍏昏��"> <!--/鎵弿浜岀淮鐮乤ctivity--> <!--<activity android:name="com.journeyapps.barcodescanner.CaptureActivity" @@ -100,7 +100,7 @@ android:name=".CustomCaptureActivity" android:screenOrientation="portrait" tools:replace="screenOrientation" />--> - <provider android:name="android.support.v4.content.FileProvider" android:authorities="com.hdl.onpro.fileProvider" android:grantUriPermissions="true" android:exported="false"> + <provider android:name="android.support.v4.content.FileProvider" android:authorities="com.jinlu.onpro.fileProvider" android:grantUriPermissions="true" android:exported="false"> <meta-data android:name="android.support.FILE_PROVIDER_PATHS" android:resource="@xml/file_paths" /> </provider> <!--鏋佸厜鎺ㄩ��--> @@ -116,22 +116,22 @@ </intent-filter> </service> <!-- since 3.0.9 Required SDK 鏍稿績鍔熻兘--> - <provider android:authorities="com.hdl.onpro.DataProvider" android:name="cn.jpush.android.service.DataProvider" android:exported="true" /> + <provider android:authorities="com.jinlu.onpro.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="com.hdl.onpro" /> + <category android:name="com.jinlu.onpro" /> </intent-filter> </service> <!-- since 3.1.0 Required SDK 鏍稿績鍔熻兘--> - <provider android:authorities="com.hdl.onpro.DownloadProvider" android:name="cn.jpush.android.service.DownloadProvider" android:exported="true" /> + <provider android:authorities="com.jinlu.onpro.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="com.hdl.onpro" /> + <category android:name="com.jinlu.onpro" /> </intent-filter> <intent-filter> <action android:name="android.intent.action.USER_PRESENT" /> @@ -150,7 +150,7 @@ <intent-filter> <action android:name="cn.jpush.android.ui.PushActivity" /> <category android:name="android.intent.category.DEFAULT" /> - <category android:name="com.hdl.onpro" /> + <category android:name="com.jinlu.onpro" /> </intent-filter> </activity> <!-- SDK 鏍稿績鍔熻兘--> @@ -158,14 +158,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="com.hdl.onpro" /> + <category android:name="com.jinlu.onpro" /> </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="com.hdl.onpro" /> + <category android:name="com.jinlu.onpro" /> </intent-filter> </activity> <!-- Required SDK 鏍稿績鍔熻兘--> @@ -176,7 +176,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="com.hdl.onpro" /> + <category android:name="com.jinlu.onpro" /> </intent-filter> </activity> <!-- Required. For publish channel feature --> @@ -186,12 +186,8 @@ <!-- 鍙戝埌鍏朵粬甯傚満鐨� APK 鍙互璁剧疆涓� xxx-market銆� --> <meta-data android:name="JPUSH_CHANNEL" android:value="developer-default" /> <!-- Required. AppKey copied from Portal --> - <meta-data android:name="JPUSH_APPKEY" android:value="cbd90743ac45cbca06c8118b" /> - <meta-data android:name="XIAOMI_APPKEY" android:value="MI-5871892343860" /> - <meta-data android:name="XIAOMI_APPID" android:value="MI-2882303761518923860" /> - <meta-data android:name="OPPO_APPKEY" android:value="OP-e942dafe77cf4b9f868d5421d701655a" /> - <meta-data android:name="OPPO_APPID" android:value="OP-30619979" /> - <meta-data android:name="OPPO_APPSECRET" android:value="OP-11d511c42f654cafac99588322681003" /> + <meta-data android:name="JPUSH_APPKEY" android:value="55d229c2e34c2ed2acf14a04" /> + <meta-data android:name="JPUSH_PKGNAME" android:value="com.jinlu.onpro" /> <!-- 鏋佸厜鎺ㄩ�佺粨鏉� --> <!-- 璁剧疆楂樺痉鍦板浘key --> <meta-data android:name="com.amap.api.v2.apikey" android:value="9901dd06e30b229efdd4c5bf5e076224" /> -- Gitblit v1.8.0