wxr
2024-05-23 c5cb6840bd986bbd71a9ebc232bbf44ed0e1fc3d
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" />