From c5cb6840bd986bbd71a9ebc232bbf44ed0e1fc3d Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期四, 23 五月 2024 17:43:11 +0800 Subject: [PATCH] jpush更新完成 --- HDL-ON_Android/Properties/AndroidManifest.xml | 18 +++--------------- 1 files changed, 3 insertions(+), 15 deletions(-) diff --git a/HDL-ON_Android/Properties/AndroidManifest.xml b/HDL-ON_Android/Properties/AndroidManifest.xml index e1766c9..703a751 100644 --- a/HDL-ON_Android/Properties/AndroidManifest.xml +++ b/HDL-ON_Android/Properties/AndroidManifest.xml @@ -31,19 +31,8 @@ <uses-permission android:name="android.permission.ACCESS_WIFI_STATE" /> <uses-permission android:name="android.permission.READ_LOGS" /> <!-- 鏋佸厜鎺ㄩ�佺粨鏉� --> - <application - android:allowBackup="true" - android:supportsRtl="true" - tools:replace="android:allowBackup,android:label,android:supportsRtl" - android:debuggable="false" - android:icon="@drawable/Icon" - android:requestLegacyExternalStorage="true" - android:networkSecurityConfig="@xml/network_security_config" - android:largeHeap="true" - android:label="On Pro"> - <provider - tools:replace="android:authorities" - android:name="android.support.v4.content.FileProvider" android:authorities="com.hdl.onpro.fileProvider" android:grantUriPermissions="true" android:exported="false"> + <application android:allowBackup="true" android:supportsRtl="true" tools:replace="android:allowBackup,android:label,android:supportsRtl" android:debuggable="false" android:icon="@drawable/Icon" android:requestLegacyExternalStorage="true" android:networkSecurityConfig="@xml/network_security_config" android:largeHeap="true" android:label="On Pro"> + <provider tools:replace="android:authorities" android:name="android.support.v4.content.FileProvider" android:authorities="com.hdl.onpro.fileProvider" android:grantUriPermissions="true" android:exported="false"> <meta-data android:name="android.support.FILE_PROVIDER_PATHS" android:resource="@xml/file_paths" /> </provider> <!--鏋佸厜鎺ㄩ��--> @@ -70,8 +59,7 @@ <!-- since 3.1.0 Required SDK 鏍稿績鍔熻兘--> <provider android:authorities="com.hdl.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" - android:exported="true"> + <receiver android:name="cn.jpush.android.service.PushReceiver" android:enabled="true" android:exported="true"> <intent-filter android:priority="1000"> <action android:name="cn.jpush.android.intent.NOTIFICATION_RECEIVED_PROXY" /> <category android:name="com.hdl.onpro" /> -- Gitblit v1.8.0