APK逆向工程 - “AI换脸宝 v2.0.6” 源代码分析


源码分析说明


当前分析文件:AI换脸宝 v2.0.6 -- AndroidManifest.xml

本分析报告仅用于安全研究目的,禁止用于任何非法用途。所有操作均需遵守当地法律法规。


<?xml version="1.0" encoding="utf-8"?>
<manifest android:versionCode="2060" android:versionName="2.0.6" android:compileSdkVersion="35" android:compileSdkVersionCodename="15" package="com.ysyk.hlb" platformBuildVersionCode="35" platformBuildVersionName="15"
  xmlns:android="http://schemas.android.com/apk/res/android">
    <uses-sdk android:minSdkVersion="23" android:targetSdkVersion="30" />
    <supports-screens android:anyDensity="true" android:smallScreens="true" android:normalScreens="true" android:largeScreens="true" android:resizeable="true" />
    <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
    <uses-permission android:name="android.permission.READ_PHONE_STATE" />
    <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
    <queries>
        <package android:name="com.tencent.mm" />
        <intent>
            <action android:name="android.intent.action.MAIN" />
        </intent>
        <intent>
            <action android:name="android.intent.action.VIEW" />
            <category android:name="android.intent.category.DEFAULT" />
        </intent>
        <package android:name="com.eg.android.AlipayGphone" />
        <package android:name="hk.alipay.wallet" />
        <intent>
            <action android:name="com.huawei.hms.core.aidlservice" />
        </intent>
        <intent>
            <action android:name="com.huawei.hms.core" />
        </intent>
        <package android:name="com.skyui.mscoreservice" />
        <intent>
            <action android:name="com.hihonor.push.action.BIND_PUSH_SERVICE" />
        </intent>
        <intent>
            <action android:name="*" />
            <data android:scheme="tbopen" />
        </intent>
        <package android:name="com.eg.android.AlipayGphoneRC" />
    </queries>
    <uses-permission android:name="android.permission.READ_MEDIA_IMAGES" />
    <uses-permission android:name="android.permission.READ_MEDIA_VIDEO" />
    <uses-permission android:name="android.permission.READ_MEDIA_VISUAL_USER_SELECTED" />
    <uses-permission android:name="android.permission.INTERNET" />
    <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
    <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.asus.msa.SupplementaryDID.ACCESS" />
    <uses-permission android:name="android.permission.CAMERA" />
    <uses-permission android:name="android.permission.POST_NOTIFICATIONS" />
    <uses-permission android:name="android.permission.WAKE_LOCK" />
    <uses-permission android:name="com.google.android.c2dm.permission.RECEIVE" />
    <uses-permission android:name="com.hihonor.push.permission.READ_PUSH_NOTIFICATION_INFO" />
    <uses-permission android:name="com.skyui.launcher.permission.UPDATE_BADGE" />
    <uses-permission android:name="com.meizu.flyme.permission.PUSH" />
    <permission android:name="com.ysyk.hlb.permission.JPUSH_MESSAGE" android:protectionLevel="signature" />
    <uses-permission android:name="com.ysyk.hlb.permission.JPUSH_MESSAGE" />
    <uses-permission android:name="com.hihonor.android.launcher.permission.CHANGE_BADGE" />
    <uses-permission android:name="android.permission.VIBRATE" />
    <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
    <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
    <uses-permission android:name="android.permission.ACCESS_BACKGROUND_LOCATION" />
    <uses-permission android:name="android.permission.QUERY_ALL_PACKAGES" />
    <uses-permission android:name="android.permission.GET_TASKS" />
    <uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
    <permission android:name="com.ysyk.hlb.permission.MIPUSH_RECEIVE" android:protectionLevel="signature" />
    <uses-permission android:name="com.ysyk.hlb.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.ysyk.hlb.permission.PROCESS_PUSH_MSG" android:protectionLevel="signature" />
    <permission android:name="com.ysyk.hlb.permission.PUSH_PROVIDER" android:protectionLevel="signature" />
    <permission android:name="com.ysyk.hlb.permission.PUSH_WRITE_PROVIDER" android:protectionLevel="signature" />
    <uses-permission android:name="com.ysyk.hlb.permission.PROCESS_PUSH_MSG" />
    <uses-permission android:name="com.ysyk.hlb.permission.PUSH_PROVIDER" />
    <permission android:name="com.ysyk.hlb.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION" android:protectionLevel="signature" />
    <uses-permission android:name="com.ysyk.hlb.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION" />
    <uses-permission android:name="android.permission.INSTALL_PACKAGES" />
    <uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES" />
    <uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES" />
    <uses-permission android:name="android.permission.CHANGE_NETWORK_STATE" />
    <uses-permission android:name="android.permission.MOUNT_UNMOUNT_FILESYSTEMS" />
    <uses-permission android:name="android.permission.READ_LOGS" />
    <uses-feature android:name="android.hardware.camera.autofocus" />
    <uses-permission android:name="android.permission.GET_ACCOUNTS" />
    <uses-permission android:name="android.permission.CHANGE_WIFI_STATE" />
    <uses-permission android:name="android.permission.FLASHLIGHT" />
    <uses-feature android:name="android.hardware.camera" />
    <uses-permission android:name="android.permission.WRITE_SETTINGS" />
    <application android:label="@string/app_name" android:icon="@drawable/icon" android:name="io.dcloud.application.DCloudApplication" android:allowClearUserData="true" android:debuggable="false" android:allowBackup="false" android:hardwareAccelerated="true" android:largeHeap="true" android:supportsRtl="true" android:extractNativeLibs="true" android:usesCleartextTraffic="true" android:appComponentFactory="androidx.core.app.CoreComponentFactory">
        <activity android:theme="@style/DCloudSplashTheme" android:label="@string/app_name" android:name="io.dcloud.PandoraEntry" android:exported="true" android:screenOrientation="portrait" android:configChanges="fontScale|keyboard|keyboardHidden|mcc|mnc|navigation|orientation|screenLayout|screenSize|smallestScreenSize" android:windowSoftInputMode="adjustResize" android:hardwareAccelerated="true">
            <intent-filter>
                <action android:name="android.intent.action.MAIN" />
                <category android:name="android.intent.category.LAUNCHER" />
            </intent-filter>
            <intent-filter>
                <action android:name="android.intent.action.VIEW" />
                <category android:name="android.intent.category.DEFAULT" />
                <category android:name="android.intent.category.BROWSABLE" />
                <data android:scheme="aihuanlianbao" />
            </intent-filter>
        </activity>
        <activity android:theme="@style/DCloudActivityWithSPlashTheme" android:label="@string/app_name" android:name="io.dcloud.PandoraEntryActivity" android:exported="false" android:launchMode="singleTask" android:screenOrientation="portrait" android:configChanges="fontScale|keyboard|keyboardHidden|mcc|mnc|navigation|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:windowSoftInputMode="adjustResize" android:hardwareAccelerated="true" />
        <meta-data android:name="DCLOUD_APP_DEFAULT_LANGUAGE" android:value="zh-Hans" />
        <meta-data android:name="DCLOUD_STREAMAPP_CHANNEL" android:value="com.ysyk.hlb|__UNI__DA0F5A9|125596180905|" />
        <meta-data android:name="JPUSH_APPKEY" android:value="250cc14ee3e69a89766fca15" />
        <meta-data android:name="JPUSH_CHANNEL" android:value="aihuanlianbao" />
        <meta-data android:name="OPPO_APPKEY" android:value="" />
        <meta-data android:name="OPPO_APPID" android:value="" />
        <meta-data android:name="OPPO_APPSECRET" android:value="" />
        <meta-data android:name="com.vivo.push.api_key" android:value="" />
        <meta-data android:name="com.vivo.push.app_id" android:value="" />
        <meta-data android:name="MEIZU_APPKEY" android:value="" />
        <meta-data android:name="MEIZU_APPID" android:value="" />
        <meta-data android:name="XIAOMI_APPKEY" android:value="" />
        <meta-data android:name="XIAOMI_APPID" android:value="" />
        <meta-data android:name="com.huawei.hms.client.appid" android:value="" />
        <meta-data android:name="com.hihonor.push.app_id" android:value="" />
        <meta-data android:name="nio_push_app_id" android:value="" />
        <meta-data android:name="google_api_key" android:value="" />
        <meta-data android:name="google_app_id" android:value="" />
        <meta-data android:name="gcm_defaultSenderId" android:value="" />
        <meta-data android:name="project_id" android:value="" />
        <meta-data android:name="google_storage_bucket" android:value="" />
        <meta-data android:name="dcloud_uninview_background" android:value="true" />
        <meta-data android:name="WX_SECRET" android:value="" />
        <meta-data android:name="WX_APPID" android:value="wx5312c713d7e6719e" />
        <activity android:theme="@android:style/Theme.Translucent.NoTitleBar" android:label="@string/app_name" android:name="com.ysyk.hlb.wxapi.WXEntryActivity" android:exported="true" android:launchMode="singleTop" />
        <activity android:theme="@style/ProjectDialogTheme" android:name="io.dcloud.feature.payment.weixin.WXPayProcessMeadiatorActivity" android:exported="false" android:excludeFromRecents="true" />
        <activity android:theme="@android:style/Theme.Translucent.NoTitleBar" android:name="com.ysyk.hlb.wxapi.WXPayEntryActivity" android:exported="true" android:launchMode="singleTop" />
        <meta-data android:name="android.notch_support" android:value="true" />
        <meta-data android:name="notch.config" android:value="portrait" />
        <meta-data android:name="android.max_aspect" android:value="2.5" />
        <receiver android:name="com.taobao.weex.WXGlobalEventReceiver" android:enabled="true" android:exported="false" />
        <activity android:theme="@style/DCloudTheme.Light" android:name="io.dcloud.feature.nativeObj.photoview.PhotoActivity" android:exported="false" android:screenOrientation="behind" android:configChanges="keyboardHidden|orientation" android:noHistory="false" />
        <activity android:theme="@style/DCloudTheme" android:label="@string/stream_my" android:icon="@drawable/dcloud_recent" android:name="io.dcloud.WebAppActivity" android:launchMode="singleTask" android:screenOrientation="portrait" android:configChanges="fontScale|keyboard|keyboardHidden|mcc|mnc|navigation|orientation|screenLayout|screenSize|smallestScreenSize" android:windowSoftInputMode="adjustResize" android:hardwareAccelerated="true" />
        <activity android:theme="@android:style/Theme.Translucent.NoTitleBar" android:name="io.dcloud.ProcessMediator" android:exported="false" android:excludeFromRecents="true" />
        <activity android:theme="@style/AppCompat.ThemeNoTitleBar" android:name="io.dcloud.WebviewActivity" android:exported="false" android:screenOrientation="portrait" android:windowSoftInputMode="adjustPan" />
        <activity android:theme="@style/DeviceDefault.Light" android:name="com.dmcbig.mediapicker.PickerActivity" android:exported="false" android:configChanges="orientation|screenSize" android:windowSoftInputMode="stateAlwaysHidden" />
        <activity android:theme="@style/DeviceDefault.Light" android:name="com.dmcbig.mediapicker.PreviewActivity" android:exported="false" android:configChanges="orientation|screenSize" android:windowSoftInputMode="stateAlwaysHidden" />
        <provider android:name="io.dcloud.common.util.DCloud_FileProvider" android:exported="false" android:authorities="com.ysyk.hlb.dc.fileprovider" android:grantUriPermissions="true">
            <meta-data android:name="android.support.FILE_PROVIDER_PATHS" android:resource="@xml/dcloud_file_provider" />
        </provider>
        <activity android:theme="@style/ImageEditTheme" android:name="io.dcloud.feature.gallery.imageedit.IMGEditActivity" android:exported="false" android:configChanges="keyboardHidden|orientation|screenSize" android:windowSoftInputMode="stateAlwaysHidden" />
        <activity android:theme="@style/ThemeNoTitleBar" android:name="io.dcloud.sdk.activity.WebViewActivity" android:exported="false" android:screenOrientation="portrait" android:windowSoftInputMode="adjustPan" />
        <service android:name="io.dcloud.sdk.base.service.DownloadService" android:permission="android.permission.BIND_JOB_SERVICE" android:exported="false" />
        <provider android:name="io.dcloud.sdk.base.service.provider.DCloudAdFileProvider" android:exported="false" android:authorities="com.ysyk.hlb.dc.fileprovider" android:grantUriPermissions="true">
            <meta-data android:name="android.support.FILE_PROVIDER_PATHS" android:resource="@xml/dcloud_gg_file_provider" />
        </provider>
        <activity android:theme="@android:style/Theme.Translucent.NoTitleBar.Fullscreen" android:name="uts.sdk.modules.DCloudUniMedia.SystemPickerActivity" android:exported="false" android:configChanges="keyboardHidden|orientation|screenSize" android:windowSoftInputMode="stateAlwaysHidden" />
        <meta-data android:name="com.google.android.gms.version" android:value="@integer/google_play_services_version" />
        <meta-data android:name="sdk_version_vivo" android:value="506" />
        <service android:name="com.vivo.push.sdk.service.CommandClientService" android:permission="com.push.permission.UPSTAGESERVICE" android:exported="true" />
        <meta-data android:name="local_iv" android:value="MzMsMzQsMzUsMzYsMzcsMzgsMzksNDAsNDEsMzIsMzgsMzcsMzYsMzUsMzQsMzMsI0AzNCwzMiwzMywzNywzMywzNCwzMiwzMywzMywzMywzNCw0MSwzNSwzNSwzMiwzMiwjQDMzLDM0LDM1LDM2LDM3LDM4LDM5LDQwLDQxLDMyLDM4LDM3LDMzLDM1LDM0LDMzLCNAMzQsMzIsMzMsMzcsMzMsMzQsMzIsMzMsMzMsMzMsMzQsNDEsMzUsMzIsMzIsMzI" />
        <meta-data android:name="com.vivo.push.support_monitor" android:value="1" />
        <receiver android:name="com.google.firebase.iid.FirebaseInstanceIdReceiver" android:permission="com.google.android.c2dm.permission.SEND" android:exported="true">
            <intent-filter>
                <action android:name="com.google.android.c2dm.intent.RECEIVE" />
            </intent-filter>
        </receiver>
        <service android:name="com.google.firebase.messaging.FirebaseMessagingService" android:exported="false" android:directBootAware="true">
            <intent-filter android:priority="-500">
                <action android:name="com.google.firebase.MESSAGING_EVENT" />
            </intent-filter>
        </service>
        <service android:name="com.google.firebase.components.ComponentDiscoveryService" android:exported="false" android:directBootAware="true">
            <meta-data android:name="com.google.firebase.components:com.google.firebase.messaging.FirebaseMessagingRegistrar" android:value="com.google.firebase.components.ComponentRegistrar" />
            <meta-data android:name="com.google.firebase.components:com.google.firebase.datatransport.TransportRegistrar" android:value="com.google.firebase.components.ComponentRegistrar" />
            <meta-data android:name="com.google.firebase.components:com.google.firebase.installations.FirebaseInstallationsRegistrar" android:value="com.google.firebase.components.ComponentRegistrar" />
        </service>
        <meta-data android:name="com.hihonor.push.sdk_version" android:value="8.0.12.307" />
        <receiver android:name="com.skyui.push.sdk.PushReceiver" android:permission="com.skyui.permission.PUSH_RECEIVE" android:exported="true">
            <intent-filter>
                <action android:name="com.skyui.action.RECEIVE_MESSAGE" />
                <action android:name="com.skyui.action.NOTIFY" />
            </intent-filter>
        </receiver>
        <meta-data android:name="availableLoaded" android:value="yes" />
        <service android:name="com.google.android.datatransport.runtime.scheduling.jobscheduling.JobInfoSchedulerService" android:permission="android.permission.BIND_JOB_SERVICE" android:exported="false" />
        <receiver android:name="com.google.android.datatransport.runtime.scheduling.jobscheduling.AlarmManagerSchedulerBroadcastReceiver" android:exported="false" />
        <service android:name="com.google.android.datatransport.runtime.backends.TransportBackendDiscovery" android:exported="false">
            <meta-data android:name="backend:com.google.android.datatransport.cct.CctBackendFactory" android:value="cct" />
        </service>
        <activity android:theme="@android:style/Theme.Translucent.NoTitleBar" android:name="com.google.android.gms.common.api.GoogleApiActivity" android:exported="false" />
        <provider android:name="com.huawei.hms.aaid.InitProvider" android:exported="false" android:authorities="com.ysyk.hlb.aaidinitprovider" android:initOrder="500" />
        <meta-data android:name="com.huawei.hms.client.service.name:opendevice" android:value="opendevice:6.11.0.300" />
        <meta-data android:name="com.huawei.hms.min_api_level:opendevice:push" android:value="1" />
        <receiver android:name="com.meizu.cloud.pushsdk.MzPushSystemReceiver" android:exported="false">
            <intent-filter>
                <action android:name="com.meizu.flyme.push.intent.PUSH_SYSTEM" />
            </intent-filter>
        </receiver>
        <provider android:name="com.huawei.agconnect.core.provider.AGConnectInitializeProvider" android:exported="false" android:authorities="com.ysyk.hlb.AGCInitializeProvider" />
        <service android:name="com.huawei.agconnect.core.ServiceDiscovery" android:exported="false" />
        <activity android:theme="@style/JPushDialogStyle" 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="com.ysyk.hlb" />
            </intent-filter>
        </activity>
        <activity android:theme="@android:style/Theme.NoTitleBar" android:name="cn.jpush.android.ui.PushActivity" android:exported="true" android:configChanges="keyboardHidden|orientation">
            <intent-filter>
                <action android:name="cn.jpush.android.ui.PushActivity" />
                <category android:name="android.intent.category.DEFAULT" />
                <category android:name="com.ysyk.hlb" />
            </intent-filter>
        </activity>
        <receiver android:name="cn.jpush.android.service.SchedulerReceiver" android:exported="false" />
        <service android:name="cn.jpush.android.service.MessagingIntentService" />
        <provider android:name="cn.jpush.android.service.DataProvider" android:exported="false" android:process=":pushcore" android:authorities="com.ysyk.hlb.DataProvider" />
        <activity android:theme="@style/JPushTheme" android:name="cn.jpush.android.service.JNotifyActivity" android:exported="true" android:taskAffinity="">
            <intent-filter>
                <action android:name="cn.jpush.android.intent.JNotifyActivity" />
                <category android:name="android.intent.category.DEFAULT" />
                <category android:name="com.ysyk.hlb" />
            </intent-filter>
        </activity>
        <receiver android:name="cn.jpush.android.asus.AsusPushMessageReceiver" />
        <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.JCommonService" android:enabled="true" android:exported="false" android:process=":pushcore">
            <intent-filter>
                <action android:name="cn.jiguang.user.service.action" />
            </intent-filter>
        </service>
        <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="com.ysyk.hlb" />
            </intent-filter>
        </receiver>
        <provider android:name="cn.jpush.android.service.InitProvider" android:readPermission="com.ysyk.hlb.permission.JPUSH_MESSAGE" android:writePermission="com.ysyk.hlb.permission.JPUSH_MESSAGE" android:exported="false" android:authorities="com.ysyk.hlb.jiguang.InitProvider" />
        <receiver android:name="cn.jiguang.uniplugin_jpush.receiver.JPushModuleReceiver" android:enabled="true" android:exported="false">
            <intent-filter>
                <action android:name="cn.jpush.android.intent.RECEIVER_MESSAGE" />
                <category android:name="com.ysyk.hlb" />
            </intent-filter>
        </receiver>
        <receiver android:name="cn.jiguang.uniplugin_jpush.receiver.JPushBroadcastReceiver" android:enabled="true" android:exported="false">
            <intent-filter>
                <action android:name="cn.jpush.android.intent.NOTIFICATION_OPENED" />
                <category android:name="com.ysyk.hlb" />
            </intent-filter>
        </receiver>
        <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>
        <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:permission="com.xiaomi.xmsf.permission.MIPUSH_RECEIVE" 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="@android:style/Theme.Translucent.NoTitleBar" android:name="com.xiaomi.mipush.sdk.NotificationClickedActivity" android:enabled="true" android:exported="true" android:excludeFromRecents="true" android:launchMode="singleInstance">
            <meta-data android:name="supportStyle" android:value="scene|voip" />
        </activity>
        <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.ysyk.hlb" />
            </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="cn.jpush.android.service.PluginFCMMessagingService" android:exported="false">
            <intent-filter>
                <action android:name="com.google.firebase.MESSAGING_EVENT" />
            </intent-filter>
        </service>
        <service android:name="cn.jpush.android.service.JHonorService" android:exported="false">
            <intent-filter>
                <action android:name="com.hihonor.push.action.MESSAGING_EVENT" />
            </intent-filter>
        </service>
        <activity android:name="cn.jiguang.uniplugin_jpush.OpenClickActivity" android:exported="true">
            <intent-filter>
                <action android:name="android.intent.action.VIEW" />
                <category android:name="android.intent.category.DEFAULT" />
                <action android:name="cn.jiguang.uniplugin_jpush.OpenClickActivity" />
            </intent-filter>
        </activity>
        <activity android:theme="@style/JPushTheme" android:name="cn.android.service.JTransitActivity" android:exported="true" android:taskAffinity="">
            <intent-filter>
                <action android:name="cn.android.service.JTransitActivity" />
                <category android:name="android.intent.category.DEFAULT" />
                <category android:name="com.ysyk.hlb" />
            </intent-filter>
        </activity>
        <provider android:name="com.google.firebase.provider.FirebaseInitProvider" android:exported="false" android:authorities="com.ysyk.hlb.firebaseinitprovider" android:initOrder="100" android:directBootAware="true" />
        <receiver android:name="com.huawei.hms.support.api.push.PushMsgReceiver" android:permission="com.ysyk.hlb.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.ysyk.hlb.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.ysyk.hlb.permission.PUSH_PROVIDER" android:writePermission="com.ysyk.hlb.permission.PUSH_WRITE_PROVIDER" android:exported="true" android:authorities="com.ysyk.hlb.huawei.push.provider" />
        <meta-data android:name="com.huawei.hms.client.service.name:push" android:value="push:6.11.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" />
        <activity android:theme="@style/Base_Translucent" android:name="com.huawei.hms.activity.BridgeActivity" android:exported="false" android:excludeFromRecents="true" android:screenOrientation="behind" android:configChanges="fontScale|layoutDirection|locale|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" 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="keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize" />
        <meta-data android:name="sdkVersion" android:value="3503" />
        <meta-data android:name="com.huawei.hms.client.service.name:base" android:value="base:6.9.0.300" />
        <meta-data android:name="com.huawei.hms.min_api_level:base:hmscore" android:value="1" />
        <provider android:name="androidx.startup.InitializationProvider" android:exported="false" android:authorities="com.ysyk.hlb.androidx-startup">
            <meta-data android:name="androidx.emoji2.text.EmojiCompatInitializer" android:value="androidx.startup" />
            <meta-data android:name="androidx.lifecycle.ProcessLifecycleInitializer" android:value="androidx.startup" />
            <meta-data android:name="androidx.profileinstaller.ProfileInstallerInitializer" android:value="androidx.startup" />
        </provider>
        <receiver android:name="androidx.profileinstaller.ProfileInstallReceiver" android:permission="android.permission.DUMP" android:enabled="true" android:exported="true" android:directBootAware="false">
            <intent-filter>
                <action android:name="androidx.profileinstaller.action.INSTALL_PROFILE" />
            </intent-filter>
            <intent-filter>
                <action android:name="androidx.profileinstaller.action.SKIP_FILE" />
            </intent-filter>
            <intent-filter>
                <action android:name="androidx.profileinstaller.action.SAVE_PROFILE" />
            </intent-filter>
            <intent-filter>
                <action android:name="androidx.profileinstaller.action.BENCHMARK_OPERATION" />
            </intent-filter>
        </receiver>
        <uses-library android:name="org.apache.http.legacy" android:required="false" />
        <activity android:theme="@android:style/Theme.NoTitleBar" android:name="com.alipay.sdk.app.H5PayActivity" android:exported="false" android:configChanges="density|fontScale|keyboard|keyboardHidden|layoutDirection|locale|navigation|orientation|screenLayout|screenSize|smallestScreenSize" />
        <activity android:theme="@android:style/Theme.NoTitleBar" android:name="com.alipay.sdk.app.H5AuthActivity" android:exported="false" android:configChanges="density|fontScale|keyboard|keyboardHidden|layoutDirection|locale|navigation|orientation|screenLayout|screenSize|smallestScreenSize" />
        <activity android:theme="@android:style/Theme.Translucent.NoTitleBar" android:name="com.alipay.sdk.app.PayResultActivity" android:exported="true" android:launchMode="singleInstance" android:configChanges="density|fontScale|keyboard|keyboardHidden|layoutDirection|locale|navigation|orientation|screenLayout|screenSize|smallestScreenSize" />
        <activity android:theme="@android:style/Theme.Translucent.NoTitleBar" android:name="com.alipay.sdk.app.AlipayResultActivity" android:exported="true" android:launchMode="singleTask" android:configChanges="density|fontScale|keyboard|keyboardHidden|layoutDirection|locale|navigation|orientation|screenLayout|screenSize|smallestScreenSize" />
        <activity android:name="com.alipay.sdk.app.H5OpenAuthActivity" android:exported="false" android:screenOrientation="behind" android:configChanges="density|fontScale|keyboard|keyboardHidden|layoutDirection|locale|navigation|orientation|screenLayout|screenSize|smallestScreenSize" android:windowSoftInputMode="adjustResize|stateHidden" />
        <activity android:theme="@android:style/Theme.Translucent.NoTitleBar" android:name="com.alipay.sdk.app.APayEntranceActivity" android:exported="false" android:configChanges="density|fontScale|keyboard|keyboardHidden|layoutDirection|locale|navigation|orientation|screenLayout|screenSize|smallestScreenSize" />
        <meta-data android:name="com.facebook.soloader.enabled" android:value="false" />
    </application>
</manifest>