| | |
| | | <?xml version="1.0" encoding="utf-8"?> |
| | | <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.hdl.home" android:versionCode="2020041301" android:installLocation="auto" android:versionName="1.0.20041301"> |
| | | <uses-sdk android:minSdkVersion="23" android:targetSdkVersion="26" /> |
| | | <permission android:name="com.hdl.home.permission.JPUSH_MESSAGE" android:protectionLevel="signature" /> |
| | | <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.evoyo.home" android:versionCode="0122082601" android:installLocation="auto" android:versionName="1.1.0122082601"> |
| | | <uses-sdk android:minSdkVersion="21" android:targetSdkVersion="26" /> |
| | | <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" /> |
| | |
| | | <uses-permission android:name="android.permission.READ_LOGS" /> |
| | | <uses-permission android:name="android.permission.WRITE_OWNER_DATA" /> |
| | | <uses-permission android:name="android.permission.RECORD_AUDIO" /> |
| | | <!-- 蓝牙权限 --> |
| | | <uses-permission android:name="android.permission.BLUETOOTH" /> |
| | | <uses-permission android:name="android.permission.BLUETOOTH_ADMIN" /> |
| | | <!-- elian --> |
| | | <uses-permission android:name="android.permission.NET_ADMIN" /> |
| | | <uses-permission android:name="android.permission.CHANGE_WIFI_STATE" /> |
| | |
| | | <uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES" /> |
| | | <!--极光推送 Required 一些系统要求的权限,如访问网络等--> |
| | | <!-- Required 一些系统要求的权限,如访问网络等--> |
| | | <uses-permission android:name="com.hdl.home.permission.JPUSH_MESSAGE" /> |
| | | <uses-permission android:name="com.evoyo.home.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" /> |
| | |
| | | <uses-permission android:name="android.permission.ACCESS_LOCATION_EXTRA_COMMANDS" /> |
| | | <uses-permission android:name="android.permission.CHANGE_NETWORK_STATE" /> |
| | | <uses-permission android:name="android.permission.GET_TASKS" /> |
| | | <uses-permission android:name="android.permission.AUTHENTICATE_ACCOUNTS" /> |
| | | <!-- 极光推送结束 --> |
| | | <application android:allowBackup="true" android:largeHeap="true" android:persistent="true" android:label="HDL Home" android:icon="@drawable/Icon"> |
| | | <application android:allowBackup="true" android:largeHeap="true" android:persistent="true" android:label="Evoyo Home" android:icon="@drawable/Icon" android:networkSecurityConfig="@xml/network_security_config"> |
| | | <!-- 自动更新 --> |
| | | <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> |
| | | <!--自动更新结束--> |
| | | <!-- 设置高德地图key --> |
| | | <meta-data android:name="com.amap.api.v2.apikey" android:value="9901dd06e30b229efdd4c5bf5e076224" /> |
| | | <!-- </>值来自开发者平台取得的AppKey--> |
| | | <!-- 设置高德地图key --> |
| | | <meta-data android:name="com.amap.api.v2.apikey" android:value="f78f951092602db3962811e736758559" /> |
| | | <!--极光推送--> |
| | | <activity android:name="cn.jpush.android.ui.PopWinActivity" android:exported="false" /> |
| | | <activity android:name="cn.jpush.android.ui.PushActivity" android:configChanges="orientation|keyboardHidden" android:theme="@android:style/Theme.NoTitleBar" android:exported="false"> |
| | | <intent-filter> |
| | | <action android:name="cn.jpush.android.ui.PushActivity" /> |
| | | <category android:name="android.intent.category.DEFAULT" /> |
| | | <category android:name="com.hdl.home" /> |
| | | </intent-filter> |
| | | </activity> |
| | | <service android:name="cn.jpush.android.service.PushService" android:process=":mult"> |
| | | <provider android:name="Shared.Droid.JPush.HmsContentProvider" android:authorities="${applicationId}.hmspushprovider" android:exported="false"></provider> |
| | | <!-- Required SDK 核心功能--> |
| | | <!-- 可配置 android:process 参数将 PushService 放在其他进程中 --> |
| | | <service android:name="cn.jpush.android.service.PushService" android:enabled="true" android:exported="false"> |
| | | <intent-filter> |
| | | <action android:name="cn.jpush.android.intent.REGISTER" /> |
| | | <action android:name="cn.jpush.android.intent.REPORT" /> |
| | |
| | | </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" /> |
| | | <service android:name="cn.jpush.android.service.DaemonService" android:enabled="true" android:exported="true"> |
| | | <provider android:authorities="com.evoyo.home.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.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" /> |
| | | <!-- 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.home" /> |
| | | <category android:name="com.evoyo.home" /> |
| | | </intent-filter> |
| | | <intent-filter> |
| | | <action android:name="android.intent.action.USER_PRESENT" /> |
| | |
| | | <data android:scheme="package" /> |
| | | </intent-filter> |
| | | </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"> |
| | | <!-- Required SDK 核心功能--> |
| | | <!-- 若您的业务中有使用极光富媒体功能,或者极光早上好功能,需要把此 Activity 的 exported 设置成 true。 --> |
| | | <activity android:name="cn.jpush.android.ui.PushActivity" android:configChanges="orientation|keyboardHidden" android:theme="@android:style/Theme.NoTitleBar" android:exported="false"> |
| | | <intent-filter> |
| | | <action android:name="cn.jpush.android.intent.REGISTRATION" /> |
| | | <!--Required 用户注册SDK的intent--> |
| | | <action android:name="cn.jpush.android.intent.MESSAGE_RECEIVED" /> |
| | | <!--Required 用户接收SDK消息的intent--> |
| | | <action android:name="cn.jpush.android.intent.NOTIFICATION_RECEIVED" /> |
| | | <!--Required 用户接收SDK通知栏信息的intent--> |
| | | <action android:name="cn.jpush.android.intent.NOTIFICATION_OPENED" /> |
| | | <!--Required 用户打开自定义通知栏的intent--> |
| | | <action android:name="cn.jpush.android.intent.CONNECTION" /> |
| | | <!-- 接收网络变化 连接/断开 since 1.6.3 --> |
| | | <category android:name="com.hdl.home" /> |
| | | <action android:name="cn.jpush.android.ui.PushActivity" /> |
| | | <category android:name="android.intent.category.DEFAULT" /> |
| | | <category android:name="com.evoyo.home" /> |
| | | </intent-filter> |
| | | </receiver> |
| | | <!-- Required . Enable it you can get statistics data with channel --> |
| | | </activity> |
| | | <!-- SDK 核心功能--> |
| | | <!-- 若您的业务中有使用极光富媒体功能,或者极光早上好功能,需要把此 Activity 的 exported 设置成 true。 --> |
| | | <activity android:name="cn.jpush.android.ui.PopWinActivity" android:configChanges="orientation|keyboardHidden" android:exported="false" android:theme="@style/DialogTheme"> |
| | | <intent-filter> |
| | | <category android:name="android.intent.category.DEFAULT" /> |
| | | <category android:name="com.evoyo.home" /> |
| | | </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.evoyo.home" /> |
| | | </intent-filter> |
| | | </activity> |
| | | <!-- Required SDK 核心功能--> |
| | | <receiver android:name="cn.jpush.android.service.AlarmReceiver" /> |
| | | <!-- 3.5.0新增,用于定时展示功能 --> |
| | | <receiver android:name="cn.jpush.android.service.SchedulerReceiver" android:exported="false" /> |
| | | <!--Required SDK核心功能 since 3.3.0--> |
| | | <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.evoyo.home" /> |
| | | </intent-filter> |
| | | </activity> |
| | | <!-- Required. For publish channel feature --> |
| | | <!-- JPUSH_CHANNEL 是为了方便开发者统计 APK 分发渠道。--> |
| | | <!-- 例如: --> |
| | | <!-- 发到 Google Play 的 APK 可以设置为 google-play; --> |
| | | <!-- 发到其他市场的 APK 可以设置为 xxx-market。 --> |
| | | <meta-data android:name="JPUSH_CHANNEL" android:value="developer-default" /> |
| | | <meta-data android:name="JPUSH_APPKEY" android:value="f4a3322fbc45e58d04c85191" /> |
| | | <!-- </>值来自开发者平台取得的AppKey--> |
| | | <!-- Required. AppKey copied from Portal --> |
| | | <meta-data android:name="JPUSH_APPKEY" android:value="07cfd3177490173e7c072f49" /> |
| | | <!--小米--> |
| | | <meta-data android:name="XIAOMI_APPID" android:value="MI-2882303761518736008" /> |
| | | <meta-data android:name="XIAOMI_APPKEY" android:value="MI-5261873610008" /> |
| | | <meta-data android:name="XIAOMI_AppSecret" android:value="MI-mlKUjKABHKs0P7SZsRggiQ==" /> |
| | | <!--OPPO--> |
| | | <meta-data android:name="OPPO_APPID" android:value="OP-30396771" /> |
| | | <meta-data android:name="OPPO_APPSECRET" android:value="OP-b7d4d96584164fda88dc53c5aaa58132" /> |
| | | <meta-data android:name="OPPO_APPKEY" android:value="OP-c75e887071964eb3967fc9b3a0e4fab9" /> |
| | | <meta-data android:name="OPPO_MasterSecret" android:value="ffde26276e604358a5c605d2d06b7ce3" /> |
| | | <!-- 极光推送结束 --> |
| | | <!-- 设置高德地图key --> |
| | | <meta-data android:name="com.amap.api.v2.apikey" android:value="1f753413955012c9594c5df69eaa0aff" /> |
| | | </application> |
| | | </manifest> |