wxr
2024-04-16 1ef5d4c4dc6c31ab83a072ef6f639ab9d6c3f6f0
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 ;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="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 -->