HDL Home App 第二版本 旧平台金堂用 正在使用
陈嘉乐
2020-08-12 85ea6e4d86345d4d23acb2d86bb71cc5a8591d48
ZigbeeApp/GateWay.Droid/Properties/AndroidManifest.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.hdl.home" android:versionCode="0120061702" android:installLocation="auto" android:versionName="1.1.0120061702">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.evoyo.home" android:versionCode="0120061702" android:installLocation="auto" android:versionName="1.1.0120061702">
   <uses-sdk android:minSdkVersion="23" android:targetSdkVersion="26" />
   <permission android:name="com.hdl.home.permission.JPUSH_MESSAGE" android:protectionLevel="signature" />
   <permission android:name="com.evoyo.home.permission.JPUSH_MESSAGE" android:protectionLevel="signature" />
   <uses-permission android:name="android.permission.WAKE_LOCK" />
   <!--8.0权限-->
   <uses-permission android:name="android.permission.GET_TASKS" />
@@ -91,7 +91,7 @@
   <!-- 极光推送结束 -->
   <application android:allowBackup="true" android:largeHeap="true" android:persistent="true" android:label="HDL Home" android:icon="@drawable/Icon">
      <!-- 自动更新 -->
      <provider android:name="android.support.v4.content.FileProvider" android:authorities="com.hdl.home.fileProvider" android:grantUriPermissions="true" android:exported="false">
      <provider android:name="android.support.v4.content.FileProvider" android:authorities="com.evoyo.home.fileProvider" android:grantUriPermissions="true" android:exported="false">
         <meta-data android:name="android.support.FILE_PROVIDER_PATHS" android:resource="@xml/file_paths" />
      </provider>
      <!--自动更新结束-->
@@ -101,7 +101,7 @@
         <intent-filter>
            <action android:name="cn.jpush.android.ui.PushActivity" />
            <category android:name="android.intent.category.DEFAULT" />
            <category android:name="com.hdl.home" />
            <category android:name="com.evoyo.home" />
         </intent-filter>
      </activity>
      <service android:name="cn.jpush.android.service.PushService" android:process=":mult">
@@ -113,19 +113,19 @@
         </intent-filter>
      </service>
      <!-- since 3.0.9 Required SDK 核心功能-->
      <provider android:authorities="com.hdl.home.DataProvider" android:name="cn.jpush.android.service.DataProvider" android:process=":pushcore" android:exported="false" />
      <provider android:authorities="com.evoyo.home.DataProvider" android:name="cn.jpush.android.service.DataProvider" android:process=":pushcore" android:exported="false" />
      <service android:name="cn.jpush.android.service.DaemonService" android:enabled="true" android:exported="true">
         <intent-filter>
            <action android:name="cn.jpush.android.intent.DaemonService" />
            <category android:name="com.hdl.home" />
            <category android:name="com.evoyo.home" />
         </intent-filter>
      </service>
      <!-- since 3.1.0 Required SDK 核心功能-->
      <provider android:authorities="com.hdl.home.DownloadProvider" android:name="cn.jpush.android.service.DownloadProvider" android:exported="true" />
      <provider android:authorities="com.evoyo.home.DownloadProvider" android:name="cn.jpush.android.service.DownloadProvider" android:exported="true" />
      <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.home" />
            <category android:name="com.evoyo.home" />
         </intent-filter>
         <intent-filter>
            <action android:name="android.intent.action.USER_PRESENT" />
@@ -140,7 +140,7 @@
      </receiver>
      <receiver android:name="cn.jpush.android.service.AlarmReceiver" android:exported="false" />
      <!-- User defined.  For test only  用户自定义的广播接收器-->
      <receiver android:name="com.hdl.home.JpushNotificationReceiver" android:exported="false" android:enabled="true">
      <receiver android:name="com.evoyo.home.JpushNotificationReceiver" android:exported="false" android:enabled="true">
         <intent-filter>
            <action android:name="cn.jpush.android.intent.REGISTRATION" />
            <!--Required  用户注册SDK的intent-->
@@ -152,7 +152,7 @@
            <!--Required  用户打开自定义通知栏的intent-->
            <action android:name="cn.jpush.android.intent.CONNECTION" />
            <!-- 接收网络变化 连接/断开 since 1.6.3 -->
            <category android:name="com.hdl.home" />
            <category android:name="com.evoyo.home" />
         </intent-filter>
      </receiver>
      <!-- Required  . Enable it you can get statistics data with channel -->