APK逆向工程 - "53快服 v3.3.26" 源代码分析


源码分析说明


当前分析文件:53快服 v3.3.26 -- AndroidManifest.xml

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


<?xml version="1.0" encoding="utf-8"?>
<manifest package="com.example.a53kf.android53" platformBuildVersionCode="33" platformBuildVersionName="13" android:versionCode="44" android:versionName="V3.3.26" android:compileSdkVersion="33" android:compileSdkVersionCodename="13"
  xmlns:android="http://schemas.android.com/apk/res/android">
    <uses-sdk android:minSdkVersion="23" android:targetSdkVersion="30" />
    <uses-permission android:name="android.permission.INTERNET" />
    <uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
    <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
    <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" android:maxSdkVersion="32" />
    <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
    <uses-permission android:name="android.permission.RECORD_AUDIO" />
    <uses-permission android:name="android.permission.CAMERA" />
    <uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES" />
    <uses-permission android:name="android.permission.CALL_PHONE" />
    <uses-permission android:name="android.permission.VIBRATE" />
    <permission android:name="com.example.a53kf.android53.permission.MIPUSH_RECEIVE" android:protectionLevel="signature" />
    <uses-permission android:name="com.example.a53kf.android53.permission.MIPUSH_RECEIVE" />
    <uses-permission android:name="com.meizu.flyme.push.permission.RECEIVE" />
    <permission android:name="com.example.a53kf.android53.push.permission.MESSAGE" android:protectionLevel="signature" />
    <uses-permission android:name="com.example.a53kf.android53.push.permission.MESSAGE" />
    <uses-permission android:name="com.meizu.c2dm.permission.RECEIVE" />
    <permission android:name="com.example.a53kf.android53.permission.C2D_MESSAGE" android:protectionLevel="signature" />
    <uses-permission android:name="com.example.a53kf.android53.permission.C2D_MESSAGE" />
    <uses-permission android:name="android.permission.WAKE_LOCK" />
    <uses-feature android:glEsVersion="0x00020000" android:required="false" />
    <queries>
        <intent>
            <action android:name="com.hihonor.push.action.BIND_PUSH_SERVICE" />
        </intent>
        <intent>
            <action android:name="android.support.customtabs.action.CustomTabsService" />
        </intent>
        <package android:name="com.tencent.mm" />
        <intent>
            <action android:name="android.media.browse.MediaBrowserService" />
        </intent>
        <intent>
            <action android:name="androidx.media2.session.MediaSessionService" />
        </intent>
        <intent>
            <action android:name="androidx.media2.session.MediaLibraryService" />
        </intent>
        <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_NETWORK_STATE" />
    <uses-permission android:name="android.permission.POST_NOTIFICATIONS" />
    <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_AUDIO" />
    <uses-permission android:name="android.permission.BLUETOOTH" />
    <uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS" />
    <permission android:name="com.example.a53kf.android53.permission.PROCESS_PUSH_MSG" android:protectionLevel="signature" />
    <permission android:name="com.example.a53kf.android53.permission.PUSH_PROVIDER" android:protectionLevel="signature" />
    <permission android:name="com.example.a53kf.android53.permission.PUSH_WRITE_PROVIDER" android:protectionLevel="signature" />
    <uses-permission android:name="com.example.a53kf.android53.permission.PROCESS_PUSH_MSG" />
    <uses-permission android:name="com.example.a53kf.android53.permission.PUSH_PROVIDER" />
    <uses-permission android:name="com.meizu.flyme.permission.PUSH" />
    <uses-permission android:name="com.hihonor.push.permission.READ_PUSH_NOTIFICATION_INFO" />
    <uses-feature android:name="android.hardware.camera" android:required="false" />
    <uses-feature android:name="android.hardware.camera.front" android:required="false" />
    <uses-feature android:name="android.hardware.camera.autofocus" 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" />
    <uses-permission android:name="com.sec.android.provider.badge.permission.READ" />
    <uses-permission android:name="com.sec.android.provider.badge.permission.WRITE" />
    <uses-permission android:name="com.htc.launcher.permission.READ_SETTINGS" />
    <uses-permission android:name="com.htc.launcher.permission.UPDATE_SHORTCUT" />
    <uses-permission android:name="com.sonyericsson.home.permission.BROADCAST_BADGE" />
    <uses-permission android:name="com.sonymobile.home.permission.PROVIDER_INSERT_BADGE" />
    <uses-permission android:name="com.anddoes.launcher.permission.UPDATE_COUNT" />
    <uses-permission android:name="com.majeur.launcher.permission.UPDATE_BADGE" />
    <uses-permission android:name="com.huawei.android.launcher.permission.CHANGE_BADGE" />
    <uses-permission android:name="com.huawei.android.launcher.permission.READ_SETTINGS" />
    <uses-permission android:name="com.huawei.android.launcher.permission.WRITE_SETTINGS" />
    <uses-permission android:name="android.permission.READ_APP_BADGE" />
    <uses-permission android:name="com.oppo.launcher.permission.READ_SETTINGS" />
    <uses-permission android:name="com.oppo.launcher.permission.WRITE_SETTINGS" />
    <uses-permission android:name="me.everything.badger.permission.BADGE_COUNT_READ" />
    <uses-permission android:name="me.everything.badger.permission.BADGE_COUNT_WRITE" />
    <application android:label="@string/app_name" android:icon="@mipmap/logo" android:name="com.sagittarius.v6.StubApplication" android:extractNativeLibs="true" android:usesCleartextTraffic="true" android:requestLegacyExternalStorage="true">
        <activity android:theme="@style/LaunchTheme" android:name="com.example.a53kf.android53.MainActivity" android:exported="true" android:launchMode="singleTop" android:screenOrientation="portrait" android:configChanges="density|fontScale|keyboard|keyboardHidden|layoutDirection|locale|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:windowSoftInputMode="adjustResize" android:hardwareAccelerated="true">
            <meta-data android:name="io.flutter.embedding.android.NormalTheme" android:resource="@style/NormalTheme" />
            <intent-filter>
                <action android:name="android.intent.action.MAIN" />
                <category android:name="android.intent.category.LAUNCHER" />
            </intent-filter>
        </activity>
        <activity android:theme="@style/BaseTheme" android:name="com.example.a53kf.android53.LogNewActivity" android:launchMode="singleTop" android:configChanges="orientation" android:windowSoftInputMode="stateHidden" />
        <activity android:theme="@style/Theme.AppCompat.Light.NoActionBar" android:name="com.yalantis.ucrop.UCropActivity" android:screenOrientation="portrait" />
        <meta-data android:name="flutterEmbedding" android:value="2" />
        <meta-data android:name="push_kit_auto_init_enabled" android:value="false" />
        <service android:name="com.example.a53kf.android53.push.KFHmsMessageService" android:exported="false">
            <intent-filter>
                <action android:name="com.huawei.push.action.MESSAGING_EVENT" />
            </intent-filter>
        </service>
        <meta-data android:name="com.hihonor.push.app_id" android:value="104428945" />
        <service android:name="com.example.a53kf.android53.push.KFHonorMessageService" android:exported="false">
            <intent-filter>
                <action android:name="com.hihonor.push.action.MESSAGING_EVENT" />
            </intent-filter>
        </service>
        <receiver android:name="com.example.a53kf.android53.push.MIPushReceiver" 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>
        <service android:name="com.heytap.msp.push.service.DataMessageCallbackService" android:permission="com.heytap.mcs.permission.SEND_PUSH_MESSAGE" android:exported="false">
            <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>
        <service android:name="com.heytap.msp.push.service.CompatibleDataMessageCallbackService" android:permission="com.coloros.mcs.permission.SEND_MCS_MESSAGE" android:exported="false">
            <intent-filter>
                <action android:name="com.coloros.mcs.action.RECEIVE_MCS_MESSAGE" />
            </intent-filter>
        </service>
        <meta-data android:name="com.vivo.push.api_key" android:value="ad68a1f8-6edc-4102-9c4f-84b0fa9094fa" />
        <meta-data android:name="com.vivo.push.app_id" android:value="16691" />
        <receiver android:name="com.example.a53kf.android53.push.VivoPushReceiver" android:exported="true">
            <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" />
        <meta-data android:name="sdk_version_vivo" android:value="483" />
        <receiver android:name="com.example.a53kf.android53.push.MZPushReceiver" 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.example.a53kf.android53" />
            </intent-filter>
        </receiver>
        <provider android:name="androidx.core.content.FileProvider" android:exported="false" android:authorities="com.example.a53kf.android53.fileProvider" android:grantUriPermissions="true">
            <meta-data android:name="android.support.FILE_PROVIDER_PATHS" android:resource="@xml/filepaths" />
        </provider>
        <provider android:name="com.example.a53kf.android53.InAppWebViewFileProvider" android:exported="false" android:authorities="com.example.a53kf.android53.flutter_inappwebview.fileprovider" android:grantUriPermissions="true">
            <meta-data android:name="android.support.FILE_PROVIDER_PATHS" android:resource="@xml/filepaths" />
        </provider>
        <activity android:theme="@style/UnicomOneLoginTheme" android:name="com.unicom.xiaowo.account.shield.ui.LoginActivity" android:launchMode="singleTop" android:screenOrientation="behind" android:configChanges="fontScale|keyboard|keyboardHidden|locale|mcc|mnc|navigation|orientation|screenLayout|screenSize|smallestScreenSize|touchscreen" />
        <activity android:theme="@style/UnicomOneLoginTheme" android:name="com.unicom.xiaowo.account.shield.ui.AgreeMentActivity" android:launchMode="singleTop" android:screenOrientation="behind" android:configChanges="fontScale|keyboard|keyboardHidden|locale|mcc|mnc|navigation|orientation|screenLayout|screenSize|smallestScreenSize|touchscreen" />
        <meta-data android:name="MIPUSH_SDK_VERSION_CODE" android:value="50708" />
        <meta-data android:name="MIPUSH_SDK_VERSION_NAME" android:value="5_7_8-C" />
        <service android:name="com.xiaomi.push.service.XMPushService" android:enabled="true" android:process=":pushservice" />
        <service android:name="com.xiaomi.push.service.XMJobService" android:permission="android.permission.BIND_JOB_SERVICE" android:enabled="true" android:exported="false" android:process=":pushservice" />
        <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=":pushservice">
            <intent-filter>
                <action android:name="com.xiaomi.push.PING_TIMER" />
            </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>
        <meta-data android:name="local_iv" android:value="MzMsMzQsMzUsMzYsMzcsMzgsMzksNDAsNDEsMzIsMzgsMzcsMzYsMzUsMzQsMzMsI0AzNCwzMiwzMywzNywzMywzNCwzMiwzMywzMywzMywzNCw0MSwzNSwzNSwzMiwzMiwjQDMzLDM0LDM1LDM2LDM3LDM4LDM5LDQwLDQxLDMyLDM4LDM3LDMzLDM1LDM0LDMzLCNAMzQsMzIsMzMsMzcsMzMsMzQsMzIsMzMsMzMsMzMsMzQsNDEsMzUsMzIsMzIsMzI" />
        <activity android:theme="@style/AppTheme" android:name="com.pichillilorenzo.flutter_inappwebview.in_app_browser.InAppBrowserActivity" android:exported="false" android:configChanges="density|fontScale|keyboard|keyboardHidden|layoutDirection|locale|orientation|screenLayout|screenSize" />
        <activity android:theme="@style/ThemeTransparent" android:name="com.pichillilorenzo.flutter_inappwebview.chrome_custom_tabs.ChromeCustomTabsActivity" android:exported="false" />
        <activity android:theme="@style/ThemeTransparent" android:name="com.pichillilorenzo.flutter_inappwebview.chrome_custom_tabs.TrustedWebActivity" android:exported="false" />
        <activity android:theme="@style/ThemeTransparent" android:name="com.pichillilorenzo.flutter_inappwebview.chrome_custom_tabs.ChromeCustomTabsActivitySingleInstance" android:exported="false" android:launchMode="singleInstance" />
        <activity android:theme="@style/ThemeTransparent" android:name="com.pichillilorenzo.flutter_inappwebview.chrome_custom_tabs.TrustedWebActivitySingleInstance" android:exported="false" android:launchMode="singleInstance" />
        <receiver android:name="com.pichillilorenzo.flutter_inappwebview.chrome_custom_tabs.ActionBroadcastReceiver" android:enabled="true" android:exported="false" />
        <meta-data android:name="io.flutter.embedded_views_preview" android:value="true" />
        <activity android:theme="@android:style/Theme.Translucent" android:name="com.tencent.bugly.beta.ui.BetaActivity" android:configChanges="keyboardHidden|locale|orientation|screenSize" />
        <provider android:name="com.tencent.bugly.beta.utils.BuglyFileProvider" android:exported="false" android:authorities="com.example.a53kf.android53.fileProvider" android:grantUriPermissions="true">
            <meta-data android:name="android.support.FILE_PROVIDER_PATHS" android:resource="@xml/provider_paths" />
        </provider>
        <activity android:theme="@android:style/Theme.NoTitleBar.Fullscreen" android:name="io.flutter.plugins.urllauncher.WebViewActivity" android:exported="false" />
        <activity android:theme="@style/wechat_kit.Theme.Transparent" android:name="io.github.v7lin.wechat_kit.WechatCallbackActivity" android:exported="true" android:taskAffinity="com.example.a53kf.android53" android:launchMode="singleTask" />
        <activity-alias android:theme="@style/wechat_kit.Theme.Transparent" android:name="com.example.a53kf.android53.wxapi.WXEntryActivity" android:exported="true" android:taskAffinity="com.example.a53kf.android53" android:launchMode="singleTask" android:targetActivity="io.github.v7lin.wechat_kit.WechatCallbackActivity" />
        <activity-alias android:theme="@style/wechat_kit.Theme.Transparent" android:name="com.example.a53kf.android53.wxapi.WXPayEntryActivity" android:exported="true" android:taskAffinity="com.example.a53kf.android53" android:launchMode="singleTask" android:targetActivity="io.github.v7lin.wechat_kit.WechatCallbackActivity" />
        <provider android:name="io.github.v7lin.wechat_kit.WechatFileProvider" android:exported="false" android:authorities="com.example.a53kf.android53.wechat_kit.WechatFileProvider" android:grantUriPermissions="true">
            <meta-data android:name="android.support.FILE_PROVIDER_PATHS" android:resource="@xml/wechat_kit_file_paths" />
        </provider>
        <provider android:name="com.crazecoder.openfile.FileProvider" android:exported="false" android:authorities="com.example.a53kf.android53.fileProvider.com.crazecoder.openfile" android:grantUriPermissions="true">
            <meta-data android:name="android.support.FILE_PROVIDER_PATHS" android:resource="@xml/filepaths" />
        </provider>
        <uses-library android:name="androidx.window.extensions" android:required="false" />
        <uses-library android:name="androidx.window.sidecar" android:required="false" />
        <receiver android:name="androidx.media.session.MediaButtonReceiver" android:exported="true">
            <intent-filter>
                <action android:name="android.intent.action.MEDIA_BUTTON" />
                <action android:name="android.media.AUDIO_BECOMING_NOISY" />
            </intent-filter>
        </receiver>
        <service android:name="com.dooboolab.TauEngine.FlautoBackgroundAudioService" android:exported="true">
            <intent-filter>
                <action android:name="android.intent.action.MEDIA_BUTTON" />
                <action android:name="android.media.AUDIO_BECOMING_NOISY" />
                <action android:name="android.media.browse.FlautoMediaBrowserService" />
            </intent-filter>
        </service>
        <meta-data android:name="sdkVersion" android:value="3000" />
        <receiver android:name="com.huawei.hms.support.api.push.PushMsgReceiver" android:permission="com.example.a53kf.android53.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.example.a53kf.android53.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.example.a53kf.android53.permission.PUSH_PROVIDER" android:writePermission="com.example.a53kf.android53.permission.PUSH_WRITE_PROVIDER" android:exported="true" android:authorities="com.example.a53kf.android53.huawei.push.provider" />
        <meta-data android:name="com.huawei.hms.client.service.name:push" android:value="push:6.7.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" />
        <service android:name="com.meizu.cloud.pushsdk.NotificationService" android:exported="true" />
        <receiver android:name="com.meizu.cloud.pushsdk.MzPushSystemReceiver" android:permission="com.meizu.flyme.permission.PUSH" android:exported="false">
            <intent-filter>
                <action android:name="com.meizu.flyme.push.intent.PUSH_SYSTEM" />
            </intent-filter>
        </receiver>
        <meta-data android:name="com.hihonor.push.sdk_version" android:value="7.0.61.303" />
        <service android:name="com.tencent.tinker.lib.service.TinkerPatchService$IntentServiceRunner" android:exported="false" android:process=":patch" />
        <service android:name="com.tencent.tinker.lib.service.TinkerPatchService$IntentServiceRunner$InnerService" android:exported="false" android:process=":patch" />
        <service android:name="com.tencent.tinker.lib.service.TinkerPatchService$JobServiceRunner" android:permission="android.permission.BIND_JOB_SERVICE" android:exported="false" android:process=":patch" />
        <service android:name="com.tencent.tinker.lib.service.DefaultTinkerResultService" android:exported="false" />
        <activity android:theme="@style/zxing_CaptureTheme" android:name="com.journeyapps.barcodescanner.CaptureActivity" android:clearTaskOnLaunch="true" android:stateNotNeeded="true" android:screenOrientation="sensorLandscape" android:windowSoftInputMode="stateAlwaysHidden" />
        <meta-data android:name="huawei_module_scankit_local" android:value="20100300" />
        <meta-data android:name="huawei_module_scankit_sdk_version" android:value="scanplus:2.1.0.300" />
        <meta-data android:name="com.huawei.hms.client.service.name:scanplus" android:value="scanplus:2.1.0.300" />
        <meta-data android:name="com.huawei.hms.min_api_level:scanplus:huawei_module_scankit" android:value="1" />
        <meta-data android:name="com.huawei.hms.min_api_level:scanplus:hmscore" android:value="1" />
        <activity android:name="com.huawei.hms.hmsscankit.ScanKitActivity" />
        <activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$STDStub_00" />
        <activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$STDStub_01" />
        <activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$STDStub_02" />
        <activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$STDStub_03" />
        <activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$STDStub_04" />
        <activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$STDStub_05" />
        <activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$STDStub_06" />
        <activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$STDStub_07" />
        <activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$STDStub_08" />
        <activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$STDStub_09" />
        <activity android:theme="@android:style/Theme.Translucent" android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$STDStub_00_T" />
        <activity android:theme="@android:style/Theme.Translucent" android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$STDStub_01_T" />
        <activity android:theme="@android:style/Theme.Translucent" android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$STDStub_02_T" />
        <activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SGTStub_00" android:launchMode="singleTop" />
        <activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SGTStub_01" android:launchMode="singleTop" />
        <activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SGTStub_02" android:launchMode="singleTop" />
        <activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SGTStub_03" android:launchMode="singleTop" />
        <activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SGTStub_04" android:launchMode="singleTop" />
        <activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SGTStub_05" android:launchMode="singleTop" />
        <activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SGTStub_06" android:launchMode="singleTop" />
        <activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SGTStub_07" android:launchMode="singleTop" />
        <activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SGTStub_08" android:launchMode="singleTop" />
        <activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SGTStub_09" android:launchMode="singleTop" />
        <activity android:theme="@android:style/Theme.Translucent" android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SGTStub_00_T" android:launchMode="singleTop" />
        <activity android:theme="@android:style/Theme.Translucent" android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SGTStub_01_T" android:launchMode="singleTop" />
        <activity android:theme="@android:style/Theme.Translucent" android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SGTStub_02_T" android:launchMode="singleTop" />
        <activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SGTKStub_00" android:launchMode="singleTask" />
        <activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SGTKStub_01" android:launchMode="singleTask" />
        <activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SGTKStub_02" android:launchMode="singleTask" />
        <activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SGTKStub_03" android:launchMode="singleTask" />
        <activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SGTKStub_04" android:launchMode="singleTask" />
        <activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SGTKStub_05" android:launchMode="singleTask" />
        <activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SGTKStub_06" android:launchMode="singleTask" />
        <activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SGTKStub_07" android:launchMode="singleTask" />
        <activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SGTKStub_08" android:launchMode="singleTask" />
        <activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SGTKStub_09" android:launchMode="singleTask" />
        <activity android:theme="@android:style/Theme.Translucent" android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SGTKStub_00_T" android:launchMode="singleTask" />
        <activity android:theme="@android:style/Theme.Translucent" android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SGTKStub_01_T" android:launchMode="singleTask" />
        <activity android:theme="@android:style/Theme.Translucent" android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SGTKStub_02_T" android:launchMode="singleTask" />
        <activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SIStub_00" android:launchMode="singleInstance" />
        <activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SIStub_01" android:launchMode="singleInstance" />
        <activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SIStub_02" android:launchMode="singleInstance" />
        <activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SIStub_03" android:launchMode="singleInstance" />
        <activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SIStub_04" android:launchMode="singleInstance" />
        <activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SIStub_05" android:launchMode="singleInstance" />
        <activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SIStub_06" android:launchMode="singleInstance" />
        <activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SIStub_07" android:launchMode="singleInstance" />
        <activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SIStub_08" android:launchMode="singleInstance" />
        <activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SIStub_09" android:launchMode="singleInstance" />
        <activity android:theme="@android:style/Theme.Translucent" android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SIStub_00_T" android:launchMode="singleInstance" />
        <activity android:theme="@android:style/Theme.Translucent" android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SIStub_01_T" android:launchMode="singleInstance" />
        <activity android:theme="@android:style/Theme.Translucent" android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SIStub_02_T" android:launchMode="singleInstance" />
        <meta-data android:name="tinker_version" android:value="1.9.9" />
        <provider android:name="androidx.startup.InitializationProvider" android:exported="false" android:authorities="com.example.a53kf.android53.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" />
        </provider>
        <activity android:name="com.tencent.bugly.beta.ui.BetaActiveAlertActivity" />
        <service android:name="com.tencent.bugly.beta.tinker.TinkerResultService" android:permission="android.permission.BIND_JOB_SERVICE" android:exported="false" />
        <provider android:name="com.huawei.hms.aaid.InitProvider" android:exported="false" android:authorities="com.example.a53kf.android53.aaidinitprovider" android:initOrder="500" />
        <meta-data android:name="com.huawei.hms.client.service.name:opendevice" android:value="opendevice:6.7.0.300" />
        <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.6.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" />
        <meta-data android:name="com.huawei.hms.client.service.name:dynamic-api" android:value="dynamic-api:1.0.13.303" />
        <meta-data android:name="com.huawei.hms.min_api_level:dynamic-api:huawei_module_dynamicloader" android:value="2" />
        <provider android:name="com.huawei.hms.mlsdk.common.provider.MLInitializerProvider" android:exported="false" android:authorities="com.example.a53kf.android53.MLInitializerProvider" />
        <provider android:name="com.huawei.agconnect.core.provider.AGConnectInitializeProvider" android:exported="false" android:authorities="com.example.a53kf.android53.AGCInitializeProvider" />
        <service android:name="com.huawei.agconnect.core.ServiceDiscovery" 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="com.huawei.hms.client.appid" android:value="appid=100644275" />
        <meta-data android:name="com.hihonor.mcs.client.appid" android:value="104428945" />
        <meta-data android:name="com.hihonor.mcs.client.developerid" android:value="developerid=109999832499" />
    </application>
    <uses-permission android:name="android.permission.READ_PHONE_STATE" />
    <uses-permission android:name="android.permission.GET_TASKS" />
    <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
</manifest>