From 85ea6e4d86345d4d23acb2d86bb71cc5a8591d48 Mon Sep 17 00:00:00 2001 From: 陈嘉乐 <cjl@hdlchina.com.cn> Date: 星期三, 12 八月 2020 16:15:24 +0800 Subject: [PATCH] 2020-08-12-1 --- ZigbeeApp/GateWay.Droid/Properties/AndroidManifest.xml | 20 ++++++++++---------- 1 files changed, 10 insertions(+), 10 deletions(-) diff --git a/ZigbeeApp/GateWay.Droid/Properties/AndroidManifest.xml b/ZigbeeApp/GateWay.Droid/Properties/AndroidManifest.xml index 487523c..5b0d71d 100644 --- a/ZigbeeApp/GateWay.Droid/Properties/AndroidManifest.xml +++ b/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鐨刬ntent--> @@ -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 --> -- Gitblit v1.8.0