wxr
2024-04-11 9357cb33aca71fa48046dd5dceea9dfe310264d6
HDL-ON_Android/Properties/AndroidManifest.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="4.1" package="com.santan.smartcontrol" xmlns:tools="http://schemas.android.com/tools" android:versionCode="202401311">
   <uses-sdk android:minSdkVersion="26" android:targetSdkVersion="29" />
   <uses-sdk android:minSdkVersion="26" android:targetSdkVersion="31" />
   <uses-permission android:name="android.permission.RECEIVE_SMS" />
   <!--程序可以读取设备外部存储空间(内置SDcard和外置SDCard)的文件,我的文件等-->
   <uses-permission android:name="android.permission.USE_CREDENTIALS" />
@@ -42,9 +42,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="Application.GetRealHeight(74).permission.JPUSH_MESSAGE" android:protectionLevel="signature" />
   <!-- Required -->
   <uses-permission android:name="com.hdl.onpro.permission.JPUSH_MESSAGE" />
   <uses-permission android:name="Application.GetRealHeight(74).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="com.hdl.onpro.fileProvider" android:grantUriPermissions="true" android:exported="false">
      <provider android:name="android.support.v4.content.FileProvider" android:authorities="Application.GetRealHeight(74).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="com.hdl.onpro.DataProvider" android:name="cn.jpush.android.service.DataProvider" android:exported="true" />
      <provider android:authorities="Application.GetRealHeight(74).DataProvider" android:name="cn.jpush.android.service.DataProvider" android:exported="true" />
      <!-- since 1.8.0 option 可选项。用于同一设备中不同应用的 JPush 服务相互拉起的功能。 -->
      <!-- 若不启用该功能可删除该组件,或把 enabled 设置成 false ;App 不会被其他 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="Application.GetRealHeight(74)" />
         </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="Application.GetRealHeight(74).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="Application.GetRealHeight(74)" />
         </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="com.hdl.onpro" />
            <category android:name="Application.GetRealHeight(74)" />
         </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="com.hdl.onpro" />
            <category android:name="Application.GetRealHeight(74)" />
         </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="Application.GetRealHeight(74)" />
         </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="com.hdl.onpro" />
            <category android:name="Application.GetRealHeight(74)" />
         </intent-filter>
      </activity>
      <!-- Required. For publish channel feature -->
@@ -142,9 +142,7 @@
      <!-- 发到其他市场的 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="JPUSH_APPKEY" android:value="de27248c1b364917fc20d82e" />
      <!-- 极光推送结束 -->
      <!-- 设置高德地图key -->
      <meta-data android:name="com.amap.api.v2.apikey" android:value="9901dd06e30b229efdd4c5bf5e076224" />
   </application>
</manifest>