New file |
| | |
| | | <?xml version="1.0" encoding="utf-8"?> |
| | | <manifest |
| | | xmlns:android="http://schemas.android.com/apk/res/android" |
| | | android:versionCode="202404121" |
| | | android:versionName="2.4.4" |
| | | android:compileSdkVersion="29" |
| | | android:compileSdkVersionCodename="10" |
| | | package="com.hdl.onpro" |
| | | platformBuildVersionCode="29" |
| | | platformBuildVersionName="10"> |
| | | |
| | | <uses-sdk |
| | | android:minSdkVersion="26" |
| | | android:targetSdkVersion="29" /> |
| | | |
| | | <uses-permission |
| | | android:name="android.permission.RECEIVE_SMS" /> |
| | | |
| | | <uses-permission |
| | | android:name="android.permission.USE_CREDENTIALS" /> |
| | | |
| | | <uses-permission |
| | | android:name="android.permission.FLASHLIGHT" /> |
| | | |
| | | <uses-permission |
| | | android:name="android.permission.MODIFY_AUDIO_SETTINGS" /> |
| | | |
| | | <uses-permission |
| | | android:name="android.permission.CHANGE_WIFI_STATE" /> |
| | | |
| | | <uses-permission |
| | | android:name="android.permission.READ_SETTINGS" /> |
| | | |
| | | <uses-permission |
| | | android:name="android.permission.ACCESS_LOCATION_EXTRA_COMMANDS" /> |
| | | |
| | | <uses-permission |
| | | android:name="android.permission.REQUEST_INSTALL_PACKAGES" /> |
| | | |
| | | <uses-permission |
| | | android:name="android.permission.VIBRATE" /> |
| | | |
| | | <uses-permission |
| | | android:name="android.permission.CAMERA" /> |
| | | |
| | | <uses-feature |
| | | android:name="android.hardware.camera" /> |
| | | |
| | | <uses-feature |
| | | android:name="android.hardware.camera.autofocus" /> |
| | | |
| | | <uses-permission |
| | | android:name="android.permission.INTERNET" /> |
| | | |
| | | <uses-permission |
| | | android:name="android.permission.CHANGE_NETWORK_STATE" /> |
| | | |
| | | <uses-permission |
| | | android:name="android.permission.ACCESS_NETWORK_STATE" /> |
| | | |
| | | <uses-permission |
| | | android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> |
| | | |
| | | <uses-permission |
| | | android:name="android.permission.RECORD_AUDIO" /> |
| | | |
| | | <uses-permission |
| | | android:name="android.permission.SYSTEM_ALERT_WINDOW" /> |
| | | |
| | | <uses-permission |
| | | android:name="android.permission.ACCESS_FINE_LOCATION" /> |
| | | |
| | | <uses-permission |
| | | android:name="android.permission.ACCESS_COARSE_LOCATION" /> |
| | | |
| | | <uses-permission |
| | | android:name="android.permission.READ_EXTERNAL_STORAGE" /> |
| | | |
| | | <uses-permission |
| | | android:name="android.permission.FOREGROUND_SERVICE" /> |
| | | |
| | | <uses-permission |
| | | android:name="android.permission.CHANGE_WIFI_MULTICAST_STATE" /> |
| | | |
| | | <permission |
| | | android:name="com.hdl.onpro.permission.JPUSH_MESSAGE" |
| | | android:protectionLevel="0x2" /> |
| | | |
| | | <uses-permission |
| | | android:name="com.hdl.onpro.permission.JPUSH_MESSAGE" /> |
| | | |
| | | <uses-permission |
| | | android:name="android.permission.RECEIVE_USER_PRESENT" /> |
| | | |
| | | <uses-permission |
| | | android:name="android.permission.READ_PHONE_STATE" /> |
| | | |
| | | <uses-permission |
| | | android:name="android.permission.MOUNT_UNMOUNT_FILESYSTEMS" /> |
| | | |
| | | <uses-permission |
| | | android:name="android.permission.ACCESS_WIFI_STATE" /> |
| | | |
| | | <uses-permission |
| | | android:name="android.permission.READ_LOGS" /> |
| | | |
| | | <application |
| | | android:theme="@ref/0x7f1000bf" |
| | | android:label="On Pro" |
| | | android:icon="@ref/0x7f080229" |
| | | android:name="crc64a361f3362083484c.Application" |
| | | android:debuggable="false" |
| | | android:allowBackup="true" |
| | | android:largeHeap="true" |
| | | android:extractNativeLibs="true" |
| | | android:networkSecurityConfig="@ref/0x7f120003" |
| | | android:requestLegacyExternalStorage="true"> |
| | | |
| | | <provider |
| | | android:name="android.support.v4.content.FileProvider" |
| | | android:exported="false" |
| | | android:authorities="com.hdl.onpro.fileProvider" |
| | | android:grantUriPermissions="true"> |
| | | |
| | | <meta-data |
| | | android:name="android.support.FILE_PROVIDER_PATHS" |
| | | android:resource="@ref/0x7f120000" /> |
| | | </provider> |
| | | |
| | | <provider |
| | | android:name="Shared.Droid.JPush.HmsContentProvider" |
| | | android:exported="false" |
| | | android:authorities="com.hdl.onpro.hmspushprovider" /> |
| | | |
| | | <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" /> |
| | | |
| | | <action |
| | | android:name="cn.jpush.android.intent.PushService" /> |
| | | |
| | | <action |
| | | android:name="cn.jpush.android.intent.PUSH_TIME" /> |
| | | </intent-filter> |
| | | </service> |
| | | |
| | | <provider |
| | | android:name="cn.jpush.android.service.DataProvider" |
| | | android:exported="true" |
| | | android:authorities="com.hdl.onpro.DataProvider" /> |
| | | |
| | | <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" /> |
| | | </intent-filter> |
| | | </service> |
| | | |
| | | <provider |
| | | android:name="cn.jpush.android.service.DownloadProvider" |
| | | android:exported="true" |
| | | android:authorities="com.hdl.onpro.DownloadProvider" /> |
| | | |
| | | <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" /> |
| | | </intent-filter> |
| | | |
| | | <intent-filter> |
| | | |
| | | <action |
| | | android:name="android.intent.action.USER_PRESENT" /> |
| | | |
| | | <action |
| | | android:name="android.net.conn.CONNECTIVITY_CHANGE" /> |
| | | </intent-filter> |
| | | |
| | | <intent-filter> |
| | | |
| | | <action |
| | | android:name="android.intent.action.PACKAGE_ADDED" /> |
| | | |
| | | <action |
| | | android:name="android.intent.action.PACKAGE_REMOVED" /> |
| | | |
| | | <data |
| | | android:scheme="package" /> |
| | | </intent-filter> |
| | | </receiver> |
| | | |
| | | <activity |
| | | android:theme="@ref/0x01030006" |
| | | android:name="cn.jpush.android.ui.PushActivity" |
| | | android:exported="false" |
| | | android:configChanges="0xa0"> |
| | | |
| | | <intent-filter> |
| | | |
| | | <action |
| | | android:name="cn.jpush.android.ui.PushActivity" /> |
| | | |
| | | <category |
| | | android:name="android.intent.category.DEFAULT" /> |
| | | |
| | | <category |
| | | android:name="com.hdl.onpro" /> |
| | | </intent-filter> |
| | | </activity> |
| | | |
| | | <activity |
| | | android:theme="@ref/0x7f1000be" |
| | | android:name="cn.jpush.android.ui.PopWinActivity" |
| | | android:exported="false" |
| | | android:configChanges="0xa0"> |
| | | |
| | | <intent-filter> |
| | | |
| | | <category |
| | | android:name="android.intent.category.DEFAULT" /> |
| | | |
| | | <category |
| | | android:name="com.hdl.onpro" /> |
| | | </intent-filter> |
| | | </activity> |
| | | |
| | | <activity |
| | | android:theme="@ref/0x01030010" |
| | | android:name="cn.jpush.android.service.DActivity" |
| | | android:enabled="true" |
| | | android:exported="true" |
| | | android:taskAffinity="jpush.custom"> |
| | | |
| | | <intent-filter> |
| | | |
| | | <action |
| | | android:name="cn.jpush.android.intent.DActivity" /> |
| | | |
| | | <category |
| | | android:name="com.hdl.onpro" /> |
| | | </intent-filter> |
| | | </activity> |
| | | |
| | | <receiver |
| | | android:name="cn.jpush.android.service.AlarmReceiver" /> |
| | | |
| | | <receiver |
| | | android:name="cn.jpush.android.service.SchedulerReceiver" |
| | | android:exported="false" /> |
| | | |
| | | <activity |
| | | android:theme="@ref/0x01030010" |
| | | android:name="cn.jpush.android.service.JNotifyActivity" |
| | | android:exported="true" |
| | | android:taskAffinity="jpush.custom"> |
| | | |
| | | <intent-filter> |
| | | |
| | | <action |
| | | android:name="cn.jpush.android.intent.JNotifyActivity" /> |
| | | |
| | | <category |
| | | android:name="com.hdl.onpro" /> |
| | | </intent-filter> |
| | | </activity> |
| | | |
| | | <meta-data |
| | | android:name="JPUSH_CHANNEL" |
| | | android:value="developer-default" /> |
| | | |
| | | <meta-data |
| | | android:name="JPUSH_APPKEY" |
| | | android:value="cbd90743ac45cbca06c8118b" /> |
| | | |
| | | <meta-data |
| | | android:name="XIAOMI_APPKEY" |
| | | android:value="MI-5871892343860" /> |
| | | |
| | | <meta-data |
| | | android:name="XIAOMI_APPID" |
| | | android:value="MI-2882303761518923860" /> |
| | | |
| | | <meta-data |
| | | android:name="OPPO_APPKEY" |
| | | android:value="OP-e942dafe77cf4b9f868d5421d701655a" /> |
| | | |
| | | <meta-data |
| | | android:name="OPPO_APPID" |
| | | android:value="OP-30619979" /> |
| | | |
| | | <meta-data |
| | | android:name="OPPO_APPSECRET" |
| | | android:value="OP-11d511c42f654cafac99588322681003" /> |
| | | |
| | | <meta-data |
| | | android:name="com.amap.api.v2.apikey" |
| | | android:value="9901dd06e30b229efdd4c5bf5e076224" /> |
| | | |
| | | <receiver |
| | | android:name="com.hdl.onpro.JPushFirmBroadcast" |
| | | android:enabled="true" |
| | | android:exported="false"> |
| | | |
| | | <intent-filter> |
| | | |
| | | <action |
| | | android:name="com.hdl.onpro.jpush.firm.NOTIFICATION_OPENED" /> |
| | | |
| | | <category |
| | | android:name="android.intent.category.DEFAULT" /> |
| | | </intent-filter> |
| | | </receiver> |
| | | |
| | | <activity |
| | | android:theme="@ref/0x01030010" |
| | | android:name="com.hdl.onpro.JPushOpenClickActivity" |
| | | android:enabled="true" |
| | | android:exported="true"> |
| | | |
| | | <intent-filter> |
| | | |
| | | <action |
| | | android:name="com.hdl.onpro.JPushOpenClickActivity" /> |
| | | |
| | | <action |
| | | android:name="android.intent.action.VIEW" /> |
| | | |
| | | <category |
| | | android:name="com.hdl.onpro" /> |
| | | |
| | | <category |
| | | android:name="android.intent.category.DEFAULT" /> |
| | | </intent-filter> |
| | | </activity> |
| | | |
| | | <activity |
| | | android:theme="@ref/0x7f1000dd" |
| | | android:name="com.hdl.onpro.SplashActivity" |
| | | android:exported="true" |
| | | android:launchMode="2" |
| | | android:screenOrientation="1"> |
| | | |
| | | <intent-filter> |
| | | |
| | | <action |
| | | android:name="android.intent.action.MAIN" /> |
| | | |
| | | <category |
| | | android:name="android.intent.category.LAUNCHER" /> |
| | | </intent-filter> |
| | | |
| | | <intent-filter> |
| | | |
| | | <action |
| | | android:name="com.hdl.onpro.SplashActivity" /> |
| | | |
| | | <action |
| | | android:name="android.intent.action.VIEW" /> |
| | | </intent-filter> |
| | | </activity> |
| | | |
| | | <receiver |
| | | android:name="crc64a361f3362083484c.JPushReceiver" |
| | | android:enabled="true" |
| | | android:exported="false"> |
| | | |
| | | <intent-filter> |
| | | |
| | | <action |
| | | android:name="cn.jpush.android.intent.RECEIVE_MESSAGE" /> |
| | | |
| | | <category |
| | | android:name="com.hdl.onpro" /> |
| | | </intent-filter> |
| | | </receiver> |
| | | |
| | | <service |
| | | android:name="crc64a361f3362083484c.JPushService" |
| | | android:enabled="true" |
| | | android:exported="false" |
| | | android:process=":pushcore"> |
| | | |
| | | <intent-filter> |
| | | |
| | | <action |
| | | android:name="cn.jiguang.user.service.action" /> |
| | | </intent-filter> |
| | | </service> |
| | | |
| | | <activity |
| | | android:theme="@ref/0x7f1000c0" |
| | | android:label="VideoActivity" |
| | | android:name="crc64a361f3362083484c.VideoActivity" |
| | | android:launchMode="3" |
| | | android:screenOrientation="1" |
| | | android:configChanges="0x24b4" |
| | | android:windowSoftInputMode="0x10" /> |
| | | |
| | | <activity |
| | | android:theme="@ref/0x7f1000c0" |
| | | android:label="LeChengVideoActivity" |
| | | android:name="crc64a361f3362083484c.LeChengVideoActivity" |
| | | android:launchMode="3" |
| | | android:screenOrientation="1" |
| | | android:configChanges="0x24b4" |
| | | android:windowSoftInputMode="0x10" /> |
| | | |
| | | <activity |
| | | android:theme="@ref/0x7f1000c0" |
| | | android:label="WebviewActivity" |
| | | android:name="crc64a361f3362083484c.WebviewActivity" /> |
| | | |
| | | <activity |
| | | android:theme="@ref/0x7f1000c0" |
| | | android:label="AgreementActivity" |
| | | android:name="crc64a361f3362083484c.AgreementActivity" |
| | | android:screenOrientation="1" /> |
| | | |
| | | <activity |
| | | android:theme="@ref/0x7f1000c0" |
| | | android:label="CustomCaptureActivity" |
| | | android:name="crc64a361f3362083484c.CustomCaptureActivity" |
| | | android:screenOrientation="1" /> |
| | | |
| | | <activity |
| | | android:label="ScanActivity" |
| | | android:name="crc64a361f3362083484c.ScanActivity" /> |
| | | |
| | | <activity |
| | | android:theme="@ref/0x01030007" |
| | | android:name="crc6468d826ada19e2599.CameraActivity" /> |
| | | |
| | | <activity |
| | | android:name="crc6468d826ada19e2599.BaseActivity" |
| | | android:launchMode="2" |
| | | android:screenOrientation="1" |
| | | android:configChanges="0x24b4" |
| | | android:windowSoftInputMode="0x10" /> |
| | | |
| | | <service |
| | | android:name="crc6468d826ada19e2599.GPSLocationService" /> |
| | | |
| | | <service |
| | | android:name="crc640a749fedc412b87d.MusicService" /> |
| | | |
| | | <service |
| | | android:name="crc64a98abb514ffad9f1.KeepAliveService" /> |
| | | |
| | | <activity |
| | | android:label="Scanner" |
| | | android:name="crc6480997b3ef81bf9b2.ZxingActivity" |
| | | android:configChanges="0x1a0" /> |
| | | |
| | | <provider |
| | | android:name="mono.MonoRuntimeProvider" |
| | | android:exported="false" |
| | | android:authorities="com.hdl.onpro.mono.MonoRuntimeProvider.__mono_init__" |
| | | android:initOrder="1999999999" /> |
| | | |
| | | <provider |
| | | android:name="mono.MonoRuntimeProvider_1" |
| | | android:exported="false" |
| | | android:process=":pushcore" |
| | | android:authorities="com.hdl.onpro.mono.MonoRuntimeProvider_1.__mono_init__" |
| | | android:initOrder="1999999998" /> |
| | | |
| | | <meta-data |
| | | android:name="android.support.VERSION" |
| | | android:value="26.1.0" /> |
| | | |
| | | <activity |
| | | android:theme="@ref/0x7f100009" |
| | | android:name="com.lechange.demo.ui.EnvGuideActivity" |
| | | android:launchMode="1" |
| | | android:screenOrientation="1" |
| | | android:configChanges="0x4a4" /> |
| | | |
| | | <activity |
| | | android:theme="@ref/0x7f100009" |
| | | android:name="com.lechange.demo.ui.DeviceListActivity" |
| | | android:exported="false" |
| | | android:launchMode="1" |
| | | android:screenOrientation="1" |
| | | android:configChanges="0x4a4" /> |
| | | |
| | | <activity |
| | | android:theme="@ref/0x7f100009" |
| | | android:name="com.lechange.demo.ui.DeviceDetailActivity" |
| | | android:exported="false" |
| | | android:launchMode="1" |
| | | android:screenOrientation="1" |
| | | android:configChanges="0x4a4" /> |
| | | |
| | | <activity |
| | | android:theme="@ref/0x7f100009" |
| | | android:name="com.lechange.demo.ui.DeviceOnlineMediaPlayActivity" |
| | | android:exported="false" |
| | | android:launchMode="1" |
| | | android:screenOrientation="1" |
| | | android:configChanges="0x4a4" /> |
| | | |
| | | <activity |
| | | android:theme="@ref/0x7f100009" |
| | | android:name="com.lechange.demo.ui.DeviceRecordListActivity" |
| | | android:exported="false" |
| | | android:launchMode="1" |
| | | android:screenOrientation="1" |
| | | android:configChanges="0x4a4" /> |
| | | |
| | | <activity |
| | | android:theme="@ref/0x7f100009" |
| | | android:name="com.lechange.demo.ui.DeviceRecordPlayActivity" |
| | | android:exported="false" |
| | | android:launchMode="1" |
| | | android:screenOrientation="1" |
| | | android:configChanges="0x4a4" /> |
| | | |
| | | <service |
| | | android:name="com.mm.android.deviceaddmodule.services.TimeFilterService" /> |
| | | |
| | | <receiver |
| | | android:name="com.mm.android.deviceaddmodule.receiver.SucceedClickReceiver" /> |
| | | |
| | | <receiver |
| | | android:name="com.mm.android.deviceaddmodule.receiver.TimeoutClickReceiver" /> |
| | | |
| | | <activity |
| | | android:theme="@ref/0x7f10000b" |
| | | android:label="@ref/0x7f0f02e7" |
| | | android:name="com.mm.android.deviceaddmodule.DeviceAddActivity" |
| | | android:exported="false" |
| | | android:screenOrientation="1" |
| | | android:configChanges="0x4a4" |
| | | android:windowSoftInputMode="0x22" /> |
| | | |
| | | <activity |
| | | android:theme="@ref/0x7f10000b" |
| | | android:name="com.mm.android.deviceaddmodule.device_wifi.DeviceWifiListActivity" |
| | | android:exported="false" |
| | | android:screenOrientation="1" |
| | | android:configChanges="0x4a4" |
| | | android:windowSoftInputMode="0x22" /> |
| | | |
| | | <activity |
| | | android:theme="@ref/0x7f10000b" |
| | | android:name="com.mm.android.deviceaddmodule.device_wifi.DeviceWifiPasswordActivity" |
| | | android:exported="false" |
| | | android:screenOrientation="1" |
| | | android:configChanges="0x4a4" |
| | | android:windowSoftInputMode="0x22" /> |
| | | |
| | | <activity |
| | | android:theme="@ref/0x7f10000b" |
| | | android:name="com.mm.android.deviceaddmodule.device_wifi.ErrorTipActivity" |
| | | android:exported="false" |
| | | android:screenOrientation="1" |
| | | android:configChanges="0x4a4" |
| | | android:windowSoftInputMode="0x22" /> |
| | | |
| | | <activity |
| | | android:theme="@ref/0x7f10000b" |
| | | android:name="com.mm.android.deviceaddmodule.device_wifi.HiddenWifiActivity" |
| | | android:exported="false" |
| | | android:screenOrientation="1" |
| | | android:configChanges="0x4a4" |
| | | android:windowSoftInputMode="0x22" /> |
| | | |
| | | <service |
| | | android:name="com.mm.android.deviceaddmodule.SeachDeviceService" /> |
| | | |
| | | <meta-data |
| | | android:name="meta-data4type" |
| | | android:value="@ref/0x7f0f0151" /> |
| | | |
| | | <meta-data |
| | | android:name="meta-data4host" |
| | | android:value="@ref/0x7f0f0248" /> |
| | | |
| | | <meta-data |
| | | android:name="meta-ishttps" |
| | | android:value="false" /> |
| | | |
| | | <provider |
| | | android:name="android.support.v4.content.FileProvider" |
| | | android:exported="false" |
| | | android:authorities="com.hdl.onpro.fileprovider" |
| | | android:grantUriPermissions="true"> |
| | | |
| | | <meta-data |
| | | android:name="android.support.FILE_PROVIDER_PATHS" |
| | | android:resource="@ref/0x7f120000" /> |
| | | </provider> |
| | | |
| | | <activity |
| | | android:theme="@ref/0x7f1001c9" |
| | | android:name="com.mm.android.deviceaddmodule.mobilecommon.base.ProgressActivity" |
| | | android:exported="false" |
| | | android:launchMode="3" |
| | | android:screenOrientation="1" |
| | | android:configChanges="0x4a4" /> |
| | | |
| | | <activity |
| | | android:name="com.widget.jlcountrycode.JLCountryCodeActivity" /> |
| | | |
| | | <activity |
| | | android:name="com.widget.jlcountrycode.JLSortSelectionActivity" /> |
| | | |
| | | <meta-data |
| | | android:name="android.arch.lifecycle.VERSION" |
| | | android:value="27.0.0-SNAPSHOT" /> |
| | | |
| | | <service |
| | | android:name="com.hdl.on.jpush.androidjpush.JPushService" |
| | | android:exported="false" |
| | | android:process=":pushcore"> |
| | | |
| | | <intent-filter> |
| | | |
| | | <action |
| | | android:name="cn.jiguang.user.service.action" /> |
| | | </intent-filter> |
| | | </service> |
| | | |
| | | <activity |
| | | android:theme="@ref/0x7f1000be" |
| | | android:name="cn.jpush.android.ui.PopWinActivity" |
| | | android:exported="true"> |
| | | |
| | | <intent-filter> |
| | | |
| | | <category |
| | | android:name="android.intent.category.DEFAULT" /> |
| | | |
| | | <action |
| | | android:name="cn.jpush.android.ui.PopWinActivity" /> |
| | | |
| | | <category |
| | | android:name="${JPUSH_PKGNAME}" /> |
| | | </intent-filter> |
| | | </activity> |
| | | |
| | | <activity |
| | | android:theme="@ref/0x01030006" |
| | | android:name="cn.jpush.android.ui.PushActivity" |
| | | android:exported="true" |
| | | android:configChanges="0xa0"> |
| | | |
| | | <intent-filter> |
| | | |
| | | <action |
| | | android:name="cn.jpush.android.ui.PushActivity" /> |
| | | |
| | | <category |
| | | android:name="android.intent.category.DEFAULT" /> |
| | | |
| | | <category |
| | | android:name="${JPUSH_PKGNAME}" /> |
| | | </intent-filter> |
| | | </activity> |
| | | |
| | | <provider |
| | | android:name="cn.jpush.android.service.DataProvider" |
| | | android:exported="false" |
| | | android:process=":pushcore" |
| | | android:authorities="${JPUSH_PKGNAME}.DataProvider" /> |
| | | |
| | | <provider |
| | | android:name="cn.jpush.android.service.DownloadProvider" |
| | | android:exported="true" |
| | | android:authorities="${JPUSH_PKGNAME}.DownloadProvider" /> |
| | | |
| | | <activity |
| | | android:theme="@ref/0x7f1000ba" |
| | | android:name="cn.jpush.android.service.JNotifyActivity" |
| | | android:exported="true" |
| | | android:taskAffinity="@string/0x29"> |
| | | |
| | | <intent-filter> |
| | | |
| | | <action |
| | | android:name="cn.jpush.android.intent.JNotifyActivity" /> |
| | | |
| | | <category |
| | | android:name="android.intent.category.DEFAULT" /> |
| | | |
| | | <category |
| | | android:name="com.hdl.onpro" /> |
| | | </intent-filter> |
| | | </activity> |
| | | |
| | | <activity |
| | | android:theme="@ref/0x7f1000ba" |
| | | android:name="cn.android.service.JTransitActivity" |
| | | android:exported="true" |
| | | android:taskAffinity="@string/0x29"> |
| | | |
| | | <intent-filter> |
| | | |
| | | <action |
| | | android:name="cn.android.service.JTransitActivity" /> |
| | | |
| | | <category |
| | | android:name="android.intent.category.DEFAULT" /> |
| | | |
| | | <category |
| | | android:name="com.hdl.onpro" /> |
| | | </intent-filter> |
| | | </activity> |
| | | |
| | | <receiver |
| | | android:name="cn.jpush.android.asus.AsusPushMessageReceiver" |
| | | android:exported="false" /> |
| | | |
| | | <service |
| | | android:name="cn.jpush.android.service.PushService" |
| | | android:enabled="true" |
| | | android:exported="false" |
| | | android:process=":pushcore"> |
| | | |
| | | <intent-filter> |
| | | |
| | | <action |
| | | android:name="cn.jpush.android.intent.REGISTER" /> |
| | | |
| | | <action |
| | | android:name="cn.jpush.android.intent.REPORT" /> |
| | | |
| | | <action |
| | | android:name="cn.jpush.android.intent.PushService" /> |
| | | |
| | | <action |
| | | android:name="cn.jpush.android.intent.PUSH_TIME" /> |
| | | </intent-filter> |
| | | </service> |
| | | |
| | | <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="${JPUSH_PKGNAME}" /> |
| | | </intent-filter> |
| | | </service> |
| | | |
| | | <activity |
| | | android:theme="@ref/0x01030010" |
| | | android:name="cn.jpush.android.service.DActivity" |
| | | android:enabled="true" |
| | | android:exported="true" |
| | | android:taskAffinity="@string/0x29"> |
| | | |
| | | <intent-filter> |
| | | |
| | | <action |
| | | android:name="cn.jpush.android.intent.DActivity" /> |
| | | |
| | | <category |
| | | android:name="${JPUSH_PKGNAME}" /> |
| | | </intent-filter> |
| | | |
| | | <intent-filter> |
| | | |
| | | <action |
| | | android:name="cn.jpush.android.intent.DActivity" /> |
| | | |
| | | <category |
| | | android:name="com.hdl.onpro" /> |
| | | </intent-filter> |
| | | </activity> |
| | | |
| | | <receiver |
| | | android:name="cn.jpush.android.service.PushReceiver" |
| | | android:enabled="true" |
| | | android:exported="false"> |
| | | |
| | | <intent-filter |
| | | android:priority="1000"> |
| | | |
| | | <action |
| | | android:name="cn.jpush.android.intent.NOTIFICATION_RECEIVED_PROXY" /> |
| | | |
| | | <category |
| | | android:name="${JPUSH_PKGNAME}" /> |
| | | </intent-filter> |
| | | |
| | | <intent-filter> |
| | | |
| | | <action |
| | | android:name="android.net.conn.CONNECTIVITY_CHANGE" /> |
| | | </intent-filter> |
| | | </receiver> |
| | | |
| | | <receiver |
| | | android:name="cn.jpush.android.service.AlarmReceiver" |
| | | android:exported="false" /> |
| | | |
| | | <service |
| | | android:name="com.xiaomi.push.service.XMJobService" |
| | | android:permission="android.permission.BIND_JOB_SERVICE" |
| | | android:enabled="true" |
| | | android:exported="false" |
| | | android:process=":pushcore" /> |
| | | |
| | | <service |
| | | android:name="com.xiaomi.push.service.XMPushService" |
| | | android:enabled="true" |
| | | android:process=":pushcore" /> |
| | | |
| | | <service |
| | | android:name="com.xiaomi.mipush.sdk.PushMessageHandler" |
| | | android:enabled="true" |
| | | android:exported="true" /> |
| | | |
| | | <service |
| | | android:name="com.xiaomi.mipush.sdk.MessageHandleService" |
| | | android:enabled="true" /> |
| | | |
| | | <receiver |
| | | android:name="com.xiaomi.push.service.receivers.PingReceiver" |
| | | android:exported="false" |
| | | android:process=":pushcore"> |
| | | |
| | | <intent-filter> |
| | | |
| | | <action |
| | | android:name="com.xiaomi.push.PING_TIMER" /> |
| | | </intent-filter> |
| | | </receiver> |
| | | |
| | | <receiver |
| | | android:name="cn.jpush.android.service.PluginXiaomiPlatformsReceiver" |
| | | android:exported="true"> |
| | | |
| | | <intent-filter> |
| | | |
| | | <action |
| | | android:name="com.xiaomi.mipush.RECEIVE_MESSAGE" /> |
| | | </intent-filter> |
| | | |
| | | <intent-filter> |
| | | |
| | | <action |
| | | android:name="com.xiaomi.mipush.MESSAGE_ARRIVED" /> |
| | | </intent-filter> |
| | | |
| | | <intent-filter> |
| | | |
| | | <action |
| | | android:name="com.xiaomi.mipush.ERROR" /> |
| | | </intent-filter> |
| | | </receiver> |
| | | |
| | | <activity |
| | | android:theme="@ref/0x01030010" |
| | | android:name="com.xiaomi.mipush.sdk.NotificationClickedActivity" |
| | | android:enabled="true" |
| | | android:exported="true" |
| | | android:excludeFromRecents="true" |
| | | android:launchMode="3"> |
| | | |
| | | <meta-data |
| | | android:name="supportStyle" |
| | | android:value="scene|voip" /> |
| | | </activity> |
| | | |
| | | <service |
| | | android:name="cn.jpush.android.service.PluginHuaweiPlatformsService" |
| | | android:exported="false"> |
| | | |
| | | <intent-filter> |
| | | |
| | | <action |
| | | android:name="com.huawei.push.action.MESSAGING_EVENT" /> |
| | | </intent-filter> |
| | | </service> |
| | | |
| | | <receiver |
| | | android:name="cn.jpush.android.service.PluginMeizuPlatformsReceiver" |
| | | android:permission="com.meizu.flyme.permission.PUSH" |
| | | android:exported="true"> |
| | | |
| | | <intent-filter> |
| | | |
| | | <action |
| | | android:name="com.meizu.flyme.push.intent.MESSAGE" /> |
| | | |
| | | <action |
| | | android:name="com.meizu.flyme.push.intent.REGISTER.FEEDBACK" /> |
| | | |
| | | <action |
| | | android:name="com.meizu.flyme.push.intent.UNREGISTER.FEEDBACK" /> |
| | | |
| | | <action |
| | | android:name="com.meizu.c2dm.intent.REGISTRATION" /> |
| | | |
| | | <action |
| | | android:name="com.meizu.c2dm.intent.RECEIVE" /> |
| | | |
| | | <category |
| | | android:name="com.hdl.onpro" /> |
| | | </intent-filter> |
| | | </receiver> |
| | | |
| | | <service |
| | | android:name="cn.jpush.android.service.PluginOppoPushService" |
| | | android:permission="com.coloros.mcs.permission.SEND_MCS_MESSAGE" |
| | | android:exported="true"> |
| | | |
| | | <intent-filter> |
| | | |
| | | <action |
| | | android:name="com.coloros.mcs.action.RECEIVE_MCS_MESSAGE" /> |
| | | </intent-filter> |
| | | </service> |
| | | |
| | | <service |
| | | android:name="com.heytap.msp.push.service.DataMessageCallbackService" |
| | | android:permission="com.heytap.mcs.permission.SEND_PUSH_MESSAGE" |
| | | android:exported="true"> |
| | | |
| | | <intent-filter> |
| | | |
| | | <action |
| | | android:name="com.heytap.mcs.action.RECEIVE_MCS_MESSAGE" /> |
| | | |
| | | <action |
| | | android:name="com.heytap.msp.push.RECEIVE_MCS_MESSAGE" /> |
| | | </intent-filter> |
| | | </service> |
| | | |
| | | <receiver |
| | | android:name="cn.jpush.android.service.PluginVivoMessageReceiver" |
| | | android:exported="false"> |
| | | |
| | | <intent-filter> |
| | | |
| | | <action |
| | | android:name="com.vivo.pushclient.action.RECEIVE" /> |
| | | </intent-filter> |
| | | </receiver> |
| | | |
| | | <service |
| | | android:name="com.vivo.push.sdk.service.CommandClientService" |
| | | android:permission="com.push.permission.UPSTAGESERVICE" |
| | | android:exported="true" /> |
| | | |
| | | <activity |
| | | android:theme="@ref/0x01030010" |
| | | android:name="com.vivo.push.sdk.LinkProxyClientActivity" |
| | | android:exported="false" |
| | | android:screenOrientation="1" /> |
| | | |
| | | <meta-data |
| | | android:name="JPUSH_APPKEY" |
| | | android:value="cbd90743ac45cbca06c8118b" /> |
| | | |
| | | <meta-data |
| | | android:name="sdkVersion" |
| | | android:value="3100" /> |
| | | |
| | | <meta-data |
| | | android:name="sdk_version_vivo" |
| | | android:value="484" /> |
| | | |
| | | <meta-data |
| | | android:name="local_iv" |
| | | android:value="MzMsMzQsMzUsMzYsMzcsMzgsMzksNDAsNDEsMzIsMzgsMzcsMzYsMzUsMzQsMzMsI0AzNCwzMiwzMywzNywzMywzNCwzMiwzMywzMywzMywzNCw0MSwzNSwzNSwzMiwzMiwjQDMzLDM0LDM1LDM2LDM3LDM4LDM5LDQwLDQxLDMyLDM4LDM3LDMzLDM1LDM0LDMzLCNAMzQsMzIsMzMsMzcsMzMsMzQsMzIsMzMsMzMsMzMsMzQsNDEsMzUsMzIsMzIsMzI" /> |
| | | |
| | | <receiver |
| | | android:name="com.huawei.hms.support.api.push.PushMsgReceiver" |
| | | android:permission="com.hdl.onpro.permission.PROCESS_PUSH_MSG" |
| | | android:exported="true" |
| | | android:directBootAware="true"> |
| | | |
| | | <intent-filter> |
| | | |
| | | <action |
| | | android:name="com.huawei.intent.action.PUSH_DELAY_NOTIFY" /> |
| | | |
| | | <action |
| | | android:name="com.huawei.intent.action.PUSH" /> |
| | | </intent-filter> |
| | | </receiver> |
| | | |
| | | <receiver |
| | | android:name="com.huawei.hms.support.api.push.PushReceiver" |
| | | android:permission="com.hdl.onpro.permission.PROCESS_PUSH_MSG" |
| | | android:exported="true" |
| | | android:directBootAware="true"> |
| | | |
| | | <intent-filter> |
| | | |
| | | <action |
| | | android:name="com.huawei.android.push.intent.REGISTRATION" /> |
| | | |
| | | <action |
| | | android:name="com.huawei.android.push.intent.RECEIVE" /> |
| | | </intent-filter> |
| | | </receiver> |
| | | |
| | | <service |
| | | android:name="com.huawei.hms.support.api.push.service.HmsMsgService" |
| | | android:enabled="true" |
| | | android:exported="true" |
| | | android:process=":pushservice" |
| | | android:directBootAware="true"> |
| | | |
| | | <intent-filter> |
| | | |
| | | <action |
| | | android:name="com.huawei.push.msg.NOTIFY_MSG" /> |
| | | |
| | | <action |
| | | android:name="com.huawei.push.msg.PASSBY_MSG" /> |
| | | </intent-filter> |
| | | </service> |
| | | |
| | | <provider |
| | | android:name="com.huawei.hms.support.api.push.PushProvider" |
| | | android:readPermission="com.hdl.onpro.permission.PUSH_PROVIDER" |
| | | android:writePermission="com.hdl.onpro.permission.PUSH_WRITE_PROVIDER" |
| | | android:exported="true" |
| | | android:authorities="com.hdl.onpro.huawei.push.provider" /> |
| | | |
| | | <meta-data |
| | | android:name="com.huawei.hms.client.service.name:push" |
| | | android:value="push:6.5.0.300" /> |
| | | |
| | | <meta-data |
| | | android:name="com.huawei.hms.min_api_level:push:push" |
| | | android:value="1" /> |
| | | |
| | | <activity |
| | | android:name="com.huawei.hms.support.api.push.TransActivity" |
| | | android:exported="false" /> |
| | | |
| | | <meta-data |
| | | android:name="JPUSH_CHANNEL" |
| | | android:value="${JPUSH_CHANNEL}" /> |
| | | |
| | | <provider |
| | | android:name="com.huawei.hms.aaid.InitProvider" |
| | | android:exported="false" |
| | | android:authorities="com.hdl.onpro.aaidinitprovider" |
| | | android:initOrder="500" /> |
| | | |
| | | <meta-data |
| | | android:name="com.huawei.hms.client.service.name:opendevice" |
| | | android:value="opendevice:6.3.0.305" /> |
| | | |
| | | <meta-data |
| | | android:name="com.huawei.hms.min_api_level:opendevice:push" |
| | | android:value="1" /> |
| | | |
| | | <meta-data |
| | | android:name="com.huawei.hms.client.service.name:base" |
| | | android:value="base:6.5.0.300" /> |
| | | |
| | | <meta-data |
| | | android:name="com.huawei.hms.min_api_level:base:hmscore" |
| | | android:value="1" /> |
| | | |
| | | <meta-data |
| | | android:name="availableLoaded" |
| | | android:value="yes" /> |
| | | |
| | | <activity |
| | | android:theme="@ref/0x7f1000b0" |
| | | android:name="com.huawei.hms.activity.BridgeActivity" |
| | | android:exported="false" |
| | | android:excludeFromRecents="true" |
| | | android:screenOrientation="3" |
| | | android:configChanges="0x40002f84" |
| | | android:hardwareAccelerated="true"> |
| | | |
| | | <meta-data |
| | | android:name="hwc-theme" |
| | | android:value="androidhwext:style/Theme.Emui.Translucent" /> |
| | | </activity> |
| | | |
| | | <activity |
| | | android:name="com.huawei.hms.activity.EnableServiceActivity" |
| | | android:exported="false" |
| | | android:configChanges="0xda0" /> |
| | | |
| | | <provider |
| | | android:name="com.huawei.agconnect.core.provider.AGConnectInitializeProvider" |
| | | android:exported="false" |
| | | android:authorities="com.hdl.onpro.AGCInitializeProvider" /> |
| | | |
| | | <service |
| | | android:name="com.huawei.agconnect.core.ServiceDiscovery" |
| | | android:exported="false" /> |
| | | |
| | | <activity |
| | | android:theme="@ref/0x7f10000a" |
| | | android:name="com.zxing.qrcode.CaptureActivity" |
| | | android:exported="false" |
| | | android:screenOrientation="1" |
| | | android:configChanges="0x4a4" /> |
| | | |
| | | <activity |
| | | android:name="com.hdl.widget.cropimage.CheckPermissionsCropImageActivity" /> |
| | | |
| | | <activity |
| | | android:name="com.hdl.widget.cropimage.HDLCropImageActivity" /> |
| | | |
| | | <activity |
| | | android:name="com.hdl.widget.gdmapkit.GDGeoFenceRoundActivity" /> |
| | | |
| | | <activity |
| | | android:name="com.hdl.widget.gdmapkit.CheckPermissionsActivity" /> |
| | | |
| | | <activity |
| | | android:theme="@ref/0x7f1001cc" |
| | | android:name="com.journeyapps.barcodescanner.CaptureActivity" |
| | | android:clearTaskOnLaunch="true" |
| | | android:stateNotNeeded="true" |
| | | android:screenOrientation="6" |
| | | android:windowSoftInputMode="0x3" /> |
| | | |
| | | <activity |
| | | android:theme="@ref/0x7f1000b8" |
| | | android:name="com.videogo.devicemgt.EzDefenceOptionActivity" |
| | | android:exported="true" /> |
| | | |
| | | <activity |
| | | android:theme="@ref/0x7f1000b7" |
| | | android:name="com.videogo.ui.lock.HistoryImageActivity" /> |
| | | |
| | | <activity |
| | | android:theme="@ref/0x7f1000b8" |
| | | android:name="com.ezviz.demo.common.CollectDeviceInfoActivity" /> |
| | | |
| | | <activity |
| | | android:theme="@ref/0x7f1000b8" |
| | | android:name="com.ezviz.demo.streamctrl.RtpStreamPlayActivity" /> |
| | | |
| | | <activity |
| | | android:theme="@ref/0x7f1000b8" |
| | | android:name="com.ezviz.demo.common.MoreFeaturesEntranceActivity" /> |
| | | |
| | | <activity |
| | | android:theme="@ref/0x7f1000b8" |
| | | android:name="ezviz.ezopensdk.preview.MultiScreenPreviewActivity" /> |
| | | |
| | | <activity |
| | | android:theme="@ref/0x7f1000b8" |
| | | android:label="测试码流" |
| | | android:name="com.ezviz.demo.streamctrl.OriginStreamControlActivity" /> |
| | | |
| | | <activity |
| | | android:theme="@ref/0x7f1000b8" |
| | | android:name="com.videogo.MainActivity" |
| | | android:screenOrientation="1" |
| | | android:configChanges="0xa0" /> |
| | | |
| | | <activity |
| | | android:theme="@ref/0x7f1000b8" |
| | | android:name="ezviz.ezopensdk.debug.TestActivityForFullSdk" |
| | | android:screenOrientation="1" /> |
| | | |
| | | <activity |
| | | android:theme="@ref/0x7f1000b8" |
| | | android:name="ezviz.ezopensdk.add.AddDeviceToAccountActivity" |
| | | android:screenOrientation="1" /> |
| | | |
| | | <activity |
| | | android:theme="@ref/0x7f1000b8" |
| | | android:name="com.videogo.main.EzvizWebViewActivity" |
| | | android:screenOrientation="1" |
| | | android:configChanges="0xa0" /> |
| | | |
| | | <activity |
| | | android:theme="@ref/0x7f1000b8" |
| | | android:name="com.videogo.remoteplayback.list.EZPlayBackListActivity" |
| | | android:screenOrientation="5" |
| | | android:configChanges="0x4a0" /> |
| | | |
| | | <activity |
| | | android:theme="@ref/0x7f1000b8" |
| | | android:name="com.videogo.ui.cameralist.EZCameraListActivity" |
| | | android:screenOrientation="1" /> |
| | | |
| | | <activity |
| | | android:theme="@ref/0x7f1000b8" |
| | | android:name="com.videogo.ui.realplay.EZRealPlayActivity" |
| | | android:screenOrientation="1" |
| | | android:configChanges="0x4a0" /> |
| | | |
| | | <activity |
| | | android:theme="@ref/0x7f1000b8" |
| | | android:name="com.videogo.ui.message.EZMessageImageActivity2" |
| | | android:screenOrientation="1" /> |
| | | |
| | | <activity |
| | | android:theme="@ref/0x7f1000b8" |
| | | android:name="com.videogo.ui.message.EZMessageActivity2" |
| | | android:screenOrientation="1" /> |
| | | |
| | | <activity |
| | | android:theme="@ref/0x7f1000b8" |
| | | android:name="com.videogo.ui.lock.TempPasswordActivity" |
| | | android:screenOrientation="1" /> |
| | | |
| | | <activity |
| | | android:theme="@ref/0x7f1000b8" |
| | | android:name="com.videogo.ui.lock.AddTempPasswordActivity" |
| | | android:screenOrientation="1" /> |
| | | |
| | | <activity |
| | | android:theme="@ref/0x7f1000b8" |
| | | android:name="com.videogo.ui.lock.AddUserActivity" |
| | | android:screenOrientation="1" /> |
| | | |
| | | <activity |
| | | android:theme="@ref/0x7f1000b8" |
| | | android:name="com.videogo.ui.lock.AddUseTimesActivity" |
| | | android:screenOrientation="1" /> |
| | | |
| | | <activity |
| | | android:theme="@ref/0x7f1000b8" |
| | | android:name="com.videogo.ui.lock.TempPasswordDetailActivity" |
| | | android:screenOrientation="1" /> |
| | | |
| | | <activity |
| | | android:theme="@ref/0x7f1000b8" |
| | | android:name="com.videogo.ui.lock.LockHistoryActivity" |
| | | android:screenOrientation="1" /> |
| | | |
| | | <activity |
| | | android:theme="@ref/0x7f1000b8" |
| | | android:name="com.videogo.ui.remoteplayback.EZRemotePlayBackActivity" |
| | | android:screenOrientation="1" |
| | | android:configChanges="0x4a0" /> |
| | | |
| | | <activity |
| | | android:theme="@ref/0x7f1000b8" |
| | | android:name="com.videogo.devicemgt.EZDeviceSettingActivity" |
| | | android:screenOrientation="1" /> |
| | | |
| | | <activity |
| | | android:theme="@ref/0x7f1000b8" |
| | | android:name="com.videogo.devicemgt.ModifyDeviceNameActivity" |
| | | android:screenOrientation="1" /> |
| | | |
| | | <activity |
| | | android:theme="@ref/0x7f1000b8" |
| | | android:name="com.videogo.scan.main.CaptureActivity" |
| | | android:screenOrientation="1" /> |
| | | |
| | | <activity |
| | | android:theme="@ref/0x7f1000b8" |
| | | android:name="com.videogo.ui.devicelist.SeriesNumSearchActivity" |
| | | android:launchMode="2" |
| | | android:screenOrientation="1" |
| | | android:windowSoftInputMode="0x10" /> |
| | | |
| | | <activity |
| | | android:theme="@ref/0x7f1000b8" |
| | | android:name="com.videogo.ui.devicelist.AutoWifiConnectingActivity" |
| | | android:screenOrientation="1" /> |
| | | |
| | | <activity |
| | | android:theme="@ref/0x7f1000b8" |
| | | android:label="@ref/0x7f0f0428" |
| | | android:name="com.videogo.devicemgt.EZUpgradeDeviceActivity" /> |
| | | |
| | | <activity |
| | | android:theme="@ref/0x7f1000b8" |
| | | android:name="com.videogo.ui.LanDevice.LanDeviceActivity" |
| | | android:screenOrientation="1" /> |
| | | |
| | | <activity |
| | | android:theme="@ref/0x7f1000b8" |
| | | android:name="com.videogo.ui.LanDevice.LanDevicePlayActivity" |
| | | android:screenOrientation="1" /> |
| | | |
| | | <activity |
| | | android:theme="@ref/0x7f1000b8" |
| | | android:name="com.videogo.ui.LanDevice.LanDeviceActivateActivity" |
| | | android:screenOrientation="1" /> |
| | | |
| | | <activity |
| | | android:theme="@ref/0x7f1000b8" |
| | | android:name="com.videogo.SelectDeviceList" |
| | | android:screenOrientation="1" /> |
| | | |
| | | <activity |
| | | android:theme="@ref/0x7f1000b8" |
| | | android:name="com.videogo.ui.ddns.EZDDNSListActivity" |
| | | android:screenOrientation="1" /> |
| | | |
| | | <activity |
| | | android:theme="@ref/0x7f1000b8" |
| | | android:name="com.videogo.OptionActivity" |
| | | android:screenOrientation="1" /> |
| | | |
| | | <activity |
| | | android:theme="@ref/0x7f1000b8" |
| | | android:name="com.videogo.SupportActivity" |
| | | android:screenOrientation="1" /> |
| | | |
| | | <activity |
| | | android:theme="@ref/0x7f1000b8" |
| | | android:name="com.ezviz.demo.videotalk.SafetyHatTalkActivity" |
| | | android:screenOrientation="1" /> |
| | | |
| | | <activity |
| | | android:theme="@ref/0x7f1000b8" |
| | | android:name="com.ezviz.demo.videotalk.WatchVideoTalkActivity" |
| | | android:screenOrientation="1" /> |
| | | |
| | | <activity |
| | | android:theme="@ref/0x7f1000b8" |
| | | android:name="com.ezviz.demo.videotalk.MultiTestActivity" |
| | | android:screenOrientation="1" /> |
| | | |
| | | <activity |
| | | android:theme="@ref/0x7f1000b8" |
| | | android:name="com.ezviz.demo.videotalk.MultiVideoTalkActivity" |
| | | android:screenOrientation="1" /> |
| | | |
| | | <activity |
| | | android:theme="@ref/0x7f1000b8" |
| | | android:name="ezviz.ezopensdkcommon.configwifi.ManualChooseConfigWifiWayActivity" |
| | | android:screenOrientation="1" /> |
| | | |
| | | <activity |
| | | android:theme="@ref/0x7f1000b8" |
| | | android:name="ezviz.ezopensdkcommon.configwifi.ManualInputDeviceHotspotInfoActivity" |
| | | android:screenOrientation="1" /> |
| | | |
| | | <activity |
| | | android:theme="@ref/0x7f1000b8" |
| | | android:name="ezviz.ezopensdkcommon.configwifi.AutoWifiPrepareStepOneActivity" |
| | | android:screenOrientation="1" /> |
| | | |
| | | <activity |
| | | android:theme="@ref/0x7f1000b8" |
| | | android:name="ezviz.ezopensdkcommon.configwifi.AutoWifiNetConfigActivity" |
| | | android:screenOrientation="1" /> |
| | | |
| | | <activity |
| | | android:theme="@ref/0x7f1000b8" |
| | | android:name="ezviz.ezopensdkcommon.configwifi.AutoWifiResetActivity" |
| | | android:screenOrientation="1" /> |
| | | |
| | | <activity |
| | | android:theme="@ref/0x7f1000b8" |
| | | android:name="ezviz.ezopensdkcommon.configwifi.ManualConnectDeviceHotspotActivity" |
| | | android:screenOrientation="1" /> |
| | | |
| | | <activity |
| | | android:theme="@ref/0x7f1000b8" |
| | | android:name="ezviz.ezopensdkcommon.configwifi.ConfigWifiExecutingActivity" |
| | | android:screenOrientation="1" /> |
| | | |
| | | <receiver |
| | | android:name="com.videogo.ui.cameralist.EZCameraListActivity$NotificationReceiver" /> |
| | | |
| | | <receiver |
| | | android:name="com.videogo.hdl.CloudBroadcast" |
| | | android:enabled="true" |
| | | android:exported="true"> |
| | | |
| | | <intent-filter> |
| | | |
| | | <action |
| | | android:name="hdl.link.broadcast.intent.action" /> |
| | | |
| | | <category |
| | | android:name="android.intent.category.DEFAULT" /> |
| | | </intent-filter> |
| | | </receiver> |
| | | |
| | | <activity |
| | | android:name="com.hdl.hdllinphonesdk.activity.HDLLinphoneReverseCallActivity"> |
| | | |
| | | <intent-filter> |
| | | |
| | | <action |
| | | android:name="android.intent.action.MAIN" /> |
| | | </intent-filter> |
| | | </activity> |
| | | |
| | | <activity |
| | | android:name="com.hdl.hdllinphonesdk.activity.HDLLinphoneMonitorActivity" /> |
| | | |
| | | <activity |
| | | android:name="com.hdl.hdllinphonesdk.activity.HDLLinphoneIntercomActivity" /> |
| | | |
| | | <service |
| | | android:name="com.hdl.hdllinphonesdk.core.service.HDLLinphoneService" /> |
| | | |
| | | <service |
| | | android:name="com.tencent.tinker.lib.service.TinkerPatchService" |
| | | android:exported="false" |
| | | android:process=":patch" /> |
| | | |
| | | <service |
| | | android:name="com.tencent.tinker.lib.service.TinkerPatchService$InnerService" |
| | | android:exported="false" |
| | | android:process=":patch" /> |
| | | |
| | | <service |
| | | android:name="com.tencent.tinker.lib.service.DefaultTinkerResultService" |
| | | android:exported="false" /> |
| | | </application> |
| | | |
| | | <uses-permission |
| | | android:name="android.permission.USE_FINGERPRINT" /> |
| | | |
| | | <uses-permission |
| | | android:name="android.permission.USE_BIOMETRIC" /> |
| | | |
| | | <uses-permission |
| | | android:name="android.permission.BLUETOOTH" /> |
| | | |
| | | <uses-permission |
| | | android:name="android.permission.BLUETOOTH_ADMIN" /> |
| | | |
| | | <uses-permission |
| | | android:name="android.permission.POST_NOTIFICATIONS" /> |
| | | |
| | | <uses-permission |
| | | android:name="com.huawei.android.launcher.permission.CHANGE_BADGE" /> |
| | | |
| | | <uses-permission |
| | | android:name="com.vivo.notification.permission.BADGE_ICON" /> |
| | | |
| | | <uses-permission |
| | | android:name="com.hihonor.android.launcher.permission.CHANGE_BADGE" /> |
| | | |
| | | <uses-permission |
| | | android:name="android.permission.GET_TASKS" /> |
| | | |
| | | <permission |
| | | android:name="com.hdl.onpro.permission.MIPUSH_RECEIVE" |
| | | android:protectionLevel="0x2" /> |
| | | |
| | | <uses-permission |
| | | android:name="com.hdl.onpro.permission.MIPUSH_RECEIVE" /> |
| | | |
| | | <uses-permission |
| | | android:name="com.coloros.mcs.permission.RECIEVE_MCS_MESSAGE" /> |
| | | |
| | | <uses-permission |
| | | android:name="com.heytap.mcs.permission.RECIEVE_MCS_MESSAGE" /> |
| | | |
| | | <permission |
| | | android:name="com.hdl.onpro.permission.PROCESS_PUSH_MSG" |
| | | android:protectionLevel="0x2" /> |
| | | |
| | | <permission |
| | | android:name="com.hdl.onpro.permission.PUSH_PROVIDER" |
| | | android:protectionLevel="0x2" /> |
| | | |
| | | <permission |
| | | android:name="com.hdl.onpro.permission.PUSH_WRITE_PROVIDER" |
| | | android:protectionLevel="0x2" /> |
| | | |
| | | <uses-permission |
| | | android:name="com.hdl.onpro.permission.PROCESS_PUSH_MSG" /> |
| | | |
| | | <uses-permission |
| | | android:name="com.hdl.onpro.permission.PUSH_PROVIDER" /> |
| | | |
| | | <uses-permission |
| | | android:name="android.permission.ACCESS_BACKGROUND_LOCATION" /> |
| | | |
| | | <uses-permission |
| | | android:name="android.permission.QUERY_ALL_PACKAGES" /> |
| | | |
| | | <queries> |
| | | |
| | | <intent> |
| | | |
| | | <action |
| | | android:name="com.huawei.hms.core.aidlservice" /> |
| | | </intent> |
| | | |
| | | <intent> |
| | | |
| | | <action |
| | | android:name="com.huawei.hms.core" /> |
| | | </intent> |
| | | </queries> |
| | | |
| | | <uses-permission |
| | | android:name="android.permission.CHANGE_CONFIGURATION" /> |
| | | |
| | | <uses-permission |
| | | android:name="android.permission.WAKE_LOCK" /> |
| | | |
| | | <uses-permission |
| | | android:name="android.permission.WRITE_SETTINGS" /> |
| | | |
| | | <uses-feature |
| | | android:name="android.hardware.camera.front" |
| | | android:required="false" /> |
| | | |
| | | <uses-feature |
| | | android:name="android.hardware.camera.flash" |
| | | android:required="false" /> |
| | | |
| | | <uses-feature |
| | | android:name="android.hardware.screen.landscape" |
| | | android:required="false" /> |
| | | |
| | | <uses-feature |
| | | android:name="android.hardware.wifi" |
| | | android:required="false" /> |
| | | |
| | | <permission |
| | | android:name="com.hdl.onpro.push.sdk.permission.EZVIZ_MESSAGE" |
| | | android:protectionLevel="0x2" /> |
| | | |
| | | <permission |
| | | android:name="com.hdl.onpro.permission.C2D_MESSAGE" |
| | | android:protectionLevel="0x2" /> |
| | | |
| | | <uses-permission |
| | | android:name="android.permission.RECEIVE_BOOT_COMPLETED" /> |
| | | |
| | | <uses-permission |
| | | android:name="com.hdl.onpro.push.sdk.permission.EZVIZ_MESSAGE" /> |
| | | |
| | | <uses-permission |
| | | android:name="com.hdl.onpro.permission.C2D_MESSAGE" /> |
| | | |
| | | <uses-permission |
| | | android:name="com.google.android.c2dm.permission.RECEIVE" /> |
| | | |
| | | <uses-permission |
| | | android:name="android.permission.GET_ACCOUNTS" /> |
| | | </manifest> |