apk(点击下载) / AndroidManifest.xml
<?xml version="1.0" encoding="utf-8"?>
<manifest android:versionCode="9902002" android:versionName="9.9.2002" android:compileSdkVersion="29" android:compileSdkVersionCodename="10" package="com.ss.android.ugc.aweme" platformBuildVersionCode="29" platformBuildVersionName="10"
xmlns:android="http://schemas.android.com/apk/res/android">
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="29" />
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
<uses-permission android:name="android.permission.WAKE_LOCK" />
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW" />
<uses-permission android:name="android.permission.READ_SYNC_SETTINGS" />
<uses-permission android:name="android.permission.CHANGE_NETWORK_STATE" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.BLUETOOTH" />
<uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS" />
<uses-permission android:name="android.permission.VIBRATE" />
<meta-data android:name="TS_VERSION_CODE" android:value="100" />
<uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES" />
<uses-permission android:name="android.permission.KILL_BACKGROUND_PROCESSES" />
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
<uses-permission android:name="android.permission.CHANGE_WIFI_STATE" />
<uses-permission android:name="android.permission.GET_TASKS" />
<uses-permission android:name="com.asus.msa.SupplementaryDID.ACCESS" />
<application android:theme="@null" android:label="抖音短视频" android:icon="@null" android:name="com.bytedance.thanos.ThanosApplication" android:launchMode="singleInstance" android:alwaysRetainTaskState="true" android:allowBackup="false" android:supportsRtl="true" android:networkSecurityConfig="@null" android:appComponentFactory="androidx.core.app.CoreComponentFactory">
<activity android:theme="@null" android:name="com.ss.android.ugc.aweme.carplay.main.CarPlayMainActivity" android:launchMode="singleTask" android:screenOrientation="nosensor" android:configChanges="density|fontScale|keyboard|keyboardHidden|layoutDirection|locale|navigation|orientation|screenLayout|screenSize" android:windowSoftInputMode="adjustResize|stateHidden" 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.MAIN" />
</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="snssdk2955" />
</intent-filter>
<intent-filter>
<action android:name="com.aweme.action.FEED_INSERT" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
</activity>
<receiver android:name="com.ss.android.ugc.aweme.carplay.main.tmall.TmallBootOptReceiver">
<intent-filter>
<action android:name="com.alibaba.ailabs.genie.action.BOOT_COMPLETED" />
</intent-filter>
</receiver>
<meta-data android:name="com.amap.api.v2.apikey" android:value="2842221dd3697492947902e7c73da5fb" />
<service android:name="com.amap.api.location.APSService" />
<activity android:theme="@null" android:name="com.ss.android.ugc.aweme.theater.ui.ImmersiveVideoActivity" android:screenOrientation="nosensor" />
<activity android:theme="@null" android:name="com.ss.android.ugc.aweme.setting.live.SettingLiveDebugActivity" android:exported="true" android:screenOrientation="nosensor" />
<activity android:theme="@null" android:name="com.ss.android.ugc.aweme.mix.view.MixActivity" android:screenOrientation="nosensor" />
<activity android:theme="@null" android:name="com.ss.android.ugc.aweme.timelock.ui.TimeLockCalculatorActivity" android:screenOrientation="nosensor" />
<activity android:theme="@null" android:name="com.ss.android.ugc.aweme.setting.ui.FlavorSettingActivity" android:screenOrientation="nosensor" />
<activity android:theme="@null" android:name="com.ss.android.ugc.aweme.carplay.setting.view.CarplayContainerActivity" android:screenOrientation="nosensor" />
<activity android:theme="@null" android:name="com.ss.android.ugc.aweme.carplay.setting.view.CarplaySettingActivity" />
<activity android:theme="@null" android:name="com.ss.android.ugc.aweme.detail.ui.DetailActivity" android:screenOrientation="nosensor" android:configChanges="keyboardHidden|orientation|screenSize" android:windowSoftInputMode="adjustNothing">
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<data android:scheme="taobao" android:host="detail.aweme.sdk.com" />
</intent-filter>
</activity>
<activity android:theme="@null" android:name="com.ss.android.ugc.aweme.carplay.profile.CarPlayUserProfileActivity" android:screenOrientation="nosensor" />
<activity android:theme="@null" android:name="com.ss.android.ugc.aweme.following.ui.FollowingFollowerActivity" android:screenOrientation="nosensor" />
<activity android:theme="@null" android:name="com.ss.android.ugc.aweme.carplay.music.CarPlayMusicDetailActivity" android:screenOrientation="nosensor" />
<activity android:theme="@null" android:name="com.ss.android.ugc.aweme.carplay.challenge.CarPlayChallengeDetailActivity" android:screenOrientation="nosensor" />
<activity android:theme="@null" android:name="com.ss.android.ugc.aweme.app.AdsAppActivity" android:launchMode="singleTask" android:screenOrientation="nosensor">
<intent-filter>
<action android:name="com.ss.android.sdk.snssdk1128" />
<category android:name="android.intent.category.DEFAULT" />
</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="snssdk1128" />
</intent-filter>
</activity>
<activity android:theme="@null" android:name="com.ss.android.ugc.aweme.carplay.account.common.FlowStepContainerActivity" android:launchMode="singleTask" android:screenOrientation="nosensor" />
<activity android:theme="@null" android:name="com.ss.android.ugc.aweme.carplay.browser.report.CarPlayReportActivity" android:screenOrientation="nosensor" />
<activity android:theme="@null" android:name="com.ss.android.ugc.aweme.teen.profile.edit.view.TeenProfileEditActivity" android:screenOrientation="nosensor" />
<activity android:theme="@null" android:name="com.ss.android.ugc.aweme.teen.base.ui.TeenEntranceActivity" android:screenOrientation="nosensor" />
<activity android:theme="@null" android:name="com.ss.android.ugc.aweme.teen.base.ui.TeenProtocolActivity" android:screenOrientation="nosensor" />
<activity android:theme="@null" android:name="com.bytedance.android.live.base.LivePlayerActivity" android:launchMode="singleTask" android:screenOrientation="nosensor" android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize|uiMode" />
<meta-data android:name="android.notch_support" android:value="true" />
<meta-data android:name="android.max_aspect" android:value="2.2" />
<meta-data android:name="PARTNER_CODE" android:value="huoshan" />
<meta-data android:name="TTOPEN_SDK_NEWSARTICLE_CLIENT_KEY" android:value="fc169c8d3a2eec4a" />
<meta-data android:name="com.alibaba.app.appkey" android:value="24698276" />
<meta-data android:name="APPKEY" android:value="10652857" />
<meta-data android:name="UMENG_APPKEY" android:value="57bfa27c67e58e7d920028d3" />
<meta-data android:name="UMENG_MESSAGE_SECRET" android:value="7dcb6dabbaadc519b588cf7c63727247" />
<meta-data android:name="SS_VERSION_NAME" android:value="9.9.2002" />
<meta-data android:name="SS_VERSION_CODE" android:value="9902002" />
<meta-data android:name="UPDATE_VERSION_CODE" android:value="9902002" />
<provider android:name="com.ss.android.common.util.MultiProcessSharedProvider" android:exported="true" android:authorities="com.ss.android.common.multiprocess.SHARE_PROVIDER_AUTHORITY2955" />
<receiver android:name="com.ss.android.ugc.aweme.common.net.NetworkReceiver">
<intent-filter>
<action android:name="android.net.conn.CONNECTIVITY_CHANGE" />
</intent-filter>
</receiver>
<activity android:name="com.ss.android.newmedia.feedback.FeedbackActivity" android:screenOrientation="portrait" />
<activity android:name="com.ss.android.sdk.activity.LoginActivity" android:screenOrientation="portrait" />
<activity android:theme="@null" android:name="com.bytedance.android.live.setting.LiveSettingsActivity" android:screenOrientation="nosensor" />
<receiver android:name="com.ss.android.ugc.rhea.receiver.ControllerReceiver" android:exported="true">
<intent-filter>
<action android:name="action_rhea_config" />
</intent-filter>
</receiver>
<activity android:name="com.bytedance.ies.android.rifle.container.RifleContainerActivity" android:screenOrientation="portrait" android:configChanges="keyboard|keyboardHidden|orientation|screenSize" android:hardwareAccelerated="true" />
<activity android:name="com.bytedance.ies.android.rifle.container.prerender.RiflePreRenderContainerActivity" android:screenOrientation="portrait" android:configChanges="keyboard|keyboardHidden|orientation|screenSize" android:hardwareAccelerated="true" />
<service android:name="com.hpplay.sdk.source.process.LelinkSdkService">
<intent-filter>
<action android:name="com.hpplay.sdk.source.LelinkSdkService.ACTION" />
</intent-filter>
</service>
<service android:name="com.hpplay.sdk.source.mirror.ScreenCastService" android:exported="false">
<intent-filter android:priority="1000">
<action android:name="com.hpplay.sdk.source.mirrorcast.ScreenCastService.ACTION" />
</intent-filter>
</service>
<provider android:name="com.bytedance.android.live.core.utils.TTLiveFileProvider" android:exported="false" android:authorities="com.ss.android.ugc.aweme.ttlive_provider" android:grantUriPermissions="true">
<meta-data android:name="android.support.FILE_PROVIDER_PATHS" android:resource="@null" />
</provider>
<activity android:name="com.bytedance.android.live.liveinteract.voicechat.match.CityMatchActivity" android:launchMode="singleTask" android:screenOrientation="portrait" />
<activity android:theme="@null" android:label="@null" android:name="com.bytedance.sdk.bdlynx.container.RemoteDebugActivity" />
<activity android:name="com.bytedance.sdk.bdlynx.container.BDLynxActivity" android:screenOrientation="portrait" android:configChanges="orientation|screenLayout|screenSize" />
<service android:name="com.ixigua.downloader.DownloadService" android:enabled="true" android:exported="false" />
<provider android:name="com.bytedance.android.ec.base.init.ECInitializerProvider" android:exported="false" android:authorities="com.ss.android.ugc.aweme.ec.ECInitializerProvider" android:grantUriPermissions="true" />
<activity android:theme="@null" android:name="com.bytedance.thanos.ui.activity.MultiProcessDialogActivity" android:multiprocess="true" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode" />
<activity android:theme="@null" android:name="com.bytedance.thanos.ui.activity.DialogActivity" android:process=":hunter" android:launchMode="singleInstance" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode" />
<activity android:theme="@null" android:name="com.bytedance.thanos.ui.activity.LoadActivity" android:process=":hunter" android:launchMode="singleTask" android:screenOrientation="landscape" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode" />
<activity android:theme="@null" android:name="com.bytedance.thanos.ui.activity.Dex2OatActivity" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode" />
<activity android:theme="@android:style/Theme.Translucent.NoTitleBar" android:name="com.bytedance.thanos.common.TranslucentOnePixelActivity" android:process=":killer" android:excludeFromRecents="true" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode" />
<service android:name="com.bytedance.thanos.hunter.HunterService" android:process=":hunter" />
<provider android:name="com.bytedance.thanos.common.MultiProcessSharedPreferences" android:exported="false" android:authorities="com.ss.android.ugc.aweme.com.bytedance.thanos.common.MultiProcessSharedPreferences" />
<provider android:name="com.bytedance.thanos.hotupdate.comp.server.CompManagerProvider" android:exported="false" android:authorities="com.ss.android.ugc.aweme.hotupdate.comp.CompManagerProvider" android:initOrder="999" />
<provider android:name="com.bytedance.thanos.hotupdate.comp.provider.ThanosFileProvider" android:exported="false" android:authorities="com.ss.android.ugc.aweme.thanos.fileprovider" android:grantUriPermissions="true">
<meta-data android:name="android.support.FILE_PROVIDER_PATHS" android:resource="@null" />
</provider>
<receiver android:name="com.bytedance.thanos.hotupdate.comp.receiver.SubProcessReceiverProxy$ReceiverProxyP1" android:exported="false" android:process=":thanosP1" />
<receiver android:name="com.bytedance.thanos.hotupdate.comp.receiver.SubProcessReceiverProxy$ReceiverProxyP2" android:exported="false" android:process=":thanosP2" />
<receiver android:name="com.bytedance.thanos.hotupdate.comp.receiver.SubProcessReceiverProxy$ReceiverProxyP3" android:exported="false" android:process=":thanosP3" />
<receiver android:name="com.bytedance.thanos.hotupdate.comp.receiver.SubProcessReceiverProxy$ReceiverProxyP4" android:exported="false" android:process=":thanosP4" />
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P0$Stub_Standard_Landscape_00" android:exported="true" android:screenOrientation="landscape" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P0$Stub_Standard_Landscape_01" android:exported="true" android:screenOrientation="landscape" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P0$Stub_Standard_Behind_00" android:exported="true" android:screenOrientation="behind" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P0$Stub_Standard_Behind_01" android:exported="true" android:screenOrientation="behind" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P0$Stub_Standard_Behind_02" android:exported="true" android:screenOrientation="behind" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P0$Stub_Standard_Behind_03" android:exported="true" android:screenOrientation="behind" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P0$Stub_Standard_Landscape_04" android:exported="true" android:screenOrientation="landscape" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P0$Stub_Standard_Landscape_05" android:exported="true" android:screenOrientation="landscape" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P0$Stub_Standard_Landscape_02" android:exported="true" android:screenOrientation="landscape" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P0$Stub_Standard_Landscape_03" android:exported="true" android:screenOrientation="landscape" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:theme="@android:style/Theme.Translucent" android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P0$Stub_Standard_00_T" android:exported="true" android:screenOrientation="landscape" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:theme="@android:style/Theme.Translucent" android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P0$Stub_Standard_01_T" android:exported="true" android:screenOrientation="landscape" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:theme="@android:style/Theme.Translucent" android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P0$Stub_Standard_02_T" android:exported="true" android:screenOrientation="landscape" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:theme="@android:style/Theme.Translucent" android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P0$Stub_Standard_03_T" android:exported="true" android:screenOrientation="landscape" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P0$Stub_Standard_Landscape_06" android:exported="true" android:screenOrientation="landscape" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P0$Stub_Standard_Landscape_07" android:exported="true" android:screenOrientation="landscape" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P0$Stub_SingleTop_Behind_00" android:exported="true" android:launchMode="singleTop" android:screenOrientation="behind" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P0$Stub_SingleTop_Behind_01" android:exported="true" android:launchMode="singleTop" android:screenOrientation="behind" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P0$Stub_SingleTop_Behind_02" android:exported="true" android:launchMode="singleTop" android:screenOrientation="behind" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P0$Stub_SingleTop_Behind_03" android:exported="true" android:launchMode="singleTop" android:screenOrientation="behind" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P0$Stub_Standard_Landscape_10" android:exported="true" android:screenOrientation="landscape" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P0$Stub_SingleTop_Landscape_05" android:exported="true" android:launchMode="singleTop" android:screenOrientation="landscape" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P0$Stub_Standard_Landscape_08" android:exported="true" android:screenOrientation="landscape" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P0$Stub_Standard_Landscape_09" android:exported="true" android:screenOrientation="landscape" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:theme="@android:style/Theme.Translucent" android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P0$Stub_SingleTop_00_T" android:exported="true" android:launchMode="singleTop" android:screenOrientation="landscape" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:theme="@android:style/Theme.Translucent" android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P0$Stub_SingleTop_01_T" android:exported="true" android:launchMode="singleTop" android:screenOrientation="landscape" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:theme="@android:style/Theme.Translucent" android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P0$Stub_SingleTop_02_T" android:exported="true" android:launchMode="singleTop" android:screenOrientation="landscape" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:theme="@android:style/Theme.Translucent" android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P0$Stub_SingleTop_03_T" android:exported="true" android:launchMode="singleTop" android:screenOrientation="landscape" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P0$Stub_SingleTask_Landscape_00" android:exported="true" android:launchMode="singleTask" android:screenOrientation="landscape" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P0$Stub_SingleTask_Landscape_01" android:exported="true" android:launchMode="singleTask" android:screenOrientation="landscape" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P0$Stub_SingleTask_Behind_00" android:exported="true" android:launchMode="singleTask" android:screenOrientation="behind" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P0$Stub_SingleTask_Behind_01" android:exported="true" android:launchMode="singleTask" android:screenOrientation="behind" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P0$Stub_SingleTask_Behind_02" android:exported="true" android:launchMode="singleTask" android:screenOrientation="behind" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P0$Stub_SingleTask_Behind_03" android:exported="true" android:launchMode="singleTask" android:screenOrientation="behind" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P0$Stub_SingleTask_Landscape_04" android:exported="true" android:launchMode="singleTask" android:screenOrientation="landscape" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P0$Stub_SingleTask_Landscape_05" android:exported="true" android:launchMode="singleTask" android:screenOrientation="landscape" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P0$Stub_SingleTask_Landscape_02" android:exported="true" android:launchMode="singleTask" android:screenOrientation="landscape" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P0$Stub_SingleTask_Landscape_03" android:exported="true" android:launchMode="singleTask" android:screenOrientation="landscape" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:theme="@android:style/Theme.Translucent" android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P0$Stub_SingleTask_00_T" android:exported="true" android:launchMode="singleTask" android:screenOrientation="landscape" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:theme="@android:style/Theme.Translucent" android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P0$Stub_SingleTask_01_T" android:exported="true" android:launchMode="singleTask" android:screenOrientation="landscape" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:theme="@android:style/Theme.Translucent" android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P0$Stub_SingleTask_02_T" android:exported="true" android:launchMode="singleTask" android:screenOrientation="landscape" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:theme="@android:style/Theme.Translucent" android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P0$Stub_SingleTask_03_T" android:exported="true" android:launchMode="singleTask" android:screenOrientation="landscape" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P0$Stub_SingleTask_Landscape_06" android:exported="true" android:launchMode="singleTask" android:screenOrientation="landscape" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P0$Stub_SingleTask_Landscape_07" android:exported="true" android:launchMode="singleTask" android:screenOrientation="landscape" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P0$Stub_SingleInstance_Behind_00" android:exported="true" android:launchMode="singleInstance" android:screenOrientation="behind" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P0$Stub_SingleInstance_Behind_01" android:exported="true" android:launchMode="singleInstance" android:screenOrientation="behind" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P0$Stub_SingleInstance_Behind_02" android:exported="true" android:launchMode="singleInstance" android:screenOrientation="behind" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P0$Stub_SingleInstance_Behind_03" android:exported="true" android:launchMode="singleInstance" android:screenOrientation="behind" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P0$Stub_SingleTask_Landscape_10" android:exported="true" android:launchMode="singleTask" android:screenOrientation="landscape" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P0$Stub_SingleInstance_Landscape_05" android:exported="true" android:launchMode="singleInstance" android:screenOrientation="landscape" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P0$Stub_SingleTask_Landscape_08" android:exported="true" android:launchMode="singleTask" android:screenOrientation="landscape" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P0$Stub_SingleTask_Landscape_09" android:exported="true" android:launchMode="singleTask" android:screenOrientation="landscape" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:theme="@android:style/Theme.Translucent" android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P0$Stub_SingleInstance_00_T" android:exported="true" android:launchMode="singleInstance" android:screenOrientation="landscape" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:theme="@android:style/Theme.Translucent" android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P0$Stub_SingleInstance_01_T" android:exported="true" android:launchMode="singleInstance" android:screenOrientation="landscape" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:theme="@android:style/Theme.Translucent" android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P0$Stub_SingleInstance_02_T" android:exported="true" android:launchMode="singleInstance" android:screenOrientation="landscape" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:theme="@android:style/Theme.Translucent" android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P0$Stub_SingleInstance_03_T" android:exported="true" android:launchMode="singleInstance" android:screenOrientation="landscape" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P1$Stub_Standard_Default_00" android:exported="true" android:process=":thanosP1" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P1$Stub_Standard_Default_01" android:exported="true" android:process=":thanosP1" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P1$Stub_Standard_Default_02" android:exported="true" android:process=":thanosP1" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P1$Stub_Standard_Default_03" android:exported="true" android:process=":thanosP1" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P1$Stub_Standard_Behind_00" android:exported="true" android:process=":thanosP1" android:screenOrientation="behind" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P1$Stub_Standard_Behind_01" android:exported="true" android:process=":thanosP1" android:screenOrientation="behind" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P1$Stub_Standard_Behind_02" android:exported="true" android:process=":thanosP1" android:screenOrientation="behind" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P1$Stub_Standard_Behind_03" android:exported="true" android:process=":thanosP1" android:screenOrientation="behind" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P1$Stub_Standard_Behind_04" android:exported="true" android:process=":thanosP1" android:screenOrientation="behind" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P1$Stub_Standard_Behind_05" android:exported="true" android:process=":thanosP1" android:screenOrientation="behind" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P1$Stub_Standard_SensorLandscape_00" android:exported="true" android:process=":thanosP1" android:screenOrientation="landscape" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P1$Stub_Standard_SensorLandscape_01" android:exported="true" android:process=":thanosP1" android:screenOrientation="landscape" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P1$Stub_Standard_Portrait_00" android:exported="true" android:process=":thanosP1" android:screenOrientation="landscape" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P1$Stub_Standard_Portrait_01" android:exported="true" android:process=":thanosP1" android:screenOrientation="landscape" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:theme="@android:style/Theme.Translucent" android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P1$Stub_Standard_00_T" android:exported="true" android:process=":thanosP1" android:screenOrientation="landscape" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:theme="@android:style/Theme.Translucent" android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P1$Stub_Standard_01_T" android:exported="true" android:process=":thanosP1" android:screenOrientation="landscape" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:theme="@android:style/Theme.Translucent" android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P1$Stub_Standard_02_T" android:exported="true" android:process=":thanosP1" android:screenOrientation="landscape" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:theme="@android:style/Theme.Translucent" android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P1$Stub_Standard_03_T" android:exported="true" android:process=":thanosP1" android:screenOrientation="landscape" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P1$Stub_SingleTop_Default_00" android:exported="true" android:process=":thanosP1" android:launchMode="singleTop" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P1$Stub_SingleTop_Default_01" android:exported="true" android:process=":thanosP1" android:launchMode="singleTop" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P1$Stub_SingleTop_Behind_00" android:exported="true" android:process=":thanosP1" android:launchMode="singleTop" android:screenOrientation="behind" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P1$Stub_SingleTop_Behind_01" android:exported="true" android:process=":thanosP1" android:launchMode="singleTop" android:screenOrientation="behind" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P1$Stub_SingleTop_Behind_02" android:exported="true" android:process=":thanosP1" android:launchMode="singleTop" android:screenOrientation="behind" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P1$Stub_SingleTop_Behind_03" android:exported="true" android:process=":thanosP1" android:launchMode="singleTop" android:screenOrientation="behind" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P1$Stub_SingleTop_SensorLandscape_00" android:exported="true" android:process=":thanosP1" android:launchMode="singleTop" android:screenOrientation="landscape" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P1$Stub_SingleTop_SensorLandscape_01" android:exported="true" android:process=":thanosP1" android:launchMode="singleTop" android:screenOrientation="landscape" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P1$Stub_SingleTop_Portrait_00" android:exported="true" android:process=":thanosP1" android:launchMode="singleTop" android:screenOrientation="landscape" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P1$Stub_SingleTop_Portrait_01" android:exported="true" android:process=":thanosP1" android:launchMode="singleTop" android:screenOrientation="landscape" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:theme="@android:style/Theme.Translucent" android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P1$Stub_SingleTop_00_T" android:exported="true" android:process=":thanosP1" android:launchMode="singleTop" android:screenOrientation="landscape" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:theme="@android:style/Theme.Translucent" android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P1$Stub_SingleTop_01_T" android:exported="true" android:process=":thanosP1" android:launchMode="singleTop" android:screenOrientation="landscape" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:theme="@android:style/Theme.Translucent" android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P1$Stub_SingleTop_02_T" android:exported="true" android:process=":thanosP1" android:launchMode="singleTop" android:screenOrientation="landscape" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:theme="@android:style/Theme.Translucent" android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P1$Stub_SingleTop_03_T" android:exported="true" android:process=":thanosP1" android:launchMode="singleTop" android:screenOrientation="landscape" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P1$Stub_SingleTask_Default_00" android:exported="true" android:process=":thanosP1" android:launchMode="singleTask" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P1$Stub_SingleTask_Default_01" android:exported="true" android:process=":thanosP1" android:launchMode="singleTask" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P1$Stub_SingleTask_Behind_00" android:exported="true" android:process=":thanosP1" android:launchMode="singleTask" android:screenOrientation="behind" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P1$Stub_SingleTask_Behind_01" android:exported="true" android:process=":thanosP1" android:launchMode="singleTask" android:screenOrientation="behind" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P1$Stub_SingleTask_Behind_02" android:exported="true" android:process=":thanosP1" android:launchMode="singleTask" android:screenOrientation="behind" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P1$Stub_SingleTask_Behind_03" android:exported="true" android:process=":thanosP1" android:launchMode="singleTask" android:screenOrientation="behind" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P1$Stub_SingleTask_SensorLandscape_00" android:exported="true" android:process=":thanosP1" android:launchMode="singleTask" android:screenOrientation="landscape" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P1$Stub_SingleTask_SensorLandscape_01" android:exported="true" android:process=":thanosP1" android:launchMode="singleTask" android:screenOrientation="landscape" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P1$Stub_SingleTask_Portrait_00" android:exported="true" android:process=":thanosP1" android:launchMode="singleTask" android:screenOrientation="landscape" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P1$Stub_SingleTask_Portrait_01" android:exported="true" android:process=":thanosP1" android:launchMode="singleTask" android:screenOrientation="landscape" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:theme="@android:style/Theme.Translucent" android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P1$Stub_SingleTask_00_T" android:exported="true" android:process=":thanosP1" android:launchMode="singleTask" android:screenOrientation="landscape" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:theme="@android:style/Theme.Translucent" android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P1$Stub_SingleTask_01_T" android:exported="true" android:process=":thanosP1" android:launchMode="singleTask" android:screenOrientation="landscape" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:theme="@android:style/Theme.Translucent" android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P1$Stub_SingleTask_02_T" android:exported="true" android:process=":thanosP1" android:launchMode="singleTask" android:screenOrientation="landscape" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:theme="@android:style/Theme.Translucent" android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P1$Stub_SingleTask_03_T" android:exported="true" android:process=":thanosP1" android:launchMode="singleTask" android:screenOrientation="landscape" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P1$Stub_SingleInstance_Default_00" android:exported="true" android:process=":thanosP1" android:launchMode="singleInstance" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P1$Stub_SingleInstance_Default_01" android:exported="true" android:process=":thanosP1" android:launchMode="singleInstance" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P1$Stub_SingleInstance_Behind_00" android:exported="true" android:process=":thanosP1" android:launchMode="singleInstance" android:screenOrientation="behind" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P1$Stub_SingleInstance_Behind_01" android:exported="true" android:process=":thanosP1" android:launchMode="singleInstance" android:screenOrientation="behind" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P1$Stub_SingleInstance_Behind_02" android:exported="true" android:process=":thanosP1" android:launchMode="singleInstance" android:screenOrientation="behind" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P1$Stub_SingleInstance_Behind_03" android:exported="true" android:process=":thanosP1" android:launchMode="singleInstance" android:screenOrientation="behind" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P1$Stub_SingleInstance_SensorLandscape_00" android:exported="true" android:process=":thanosP1" android:launchMode="singleInstance" android:screenOrientation="landscape" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P1$Stub_SingleInstance_SensorLandscape_01" android:exported="true" android:process=":thanosP1" android:launchMode="singleInstance" android:screenOrientation="landscape" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P1$Stub_SingleInstance_Portrait_00" android:exported="true" android:process=":thanosP1" android:launchMode="singleInstance" android:screenOrientation="landscape" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P1$Stub_SingleInstance_Portrait_01" android:exported="true" android:process=":thanosP1" android:launchMode="singleInstance" android:screenOrientation="landscape" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:theme="@android:style/Theme.Translucent" android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P1$Stub_SingleInstance_00_T" android:exported="true" android:process=":thanosP1" android:launchMode="singleInstance" android:screenOrientation="landscape" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:theme="@android:style/Theme.Translucent" android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P1$Stub_SingleInstance_01_T" android:exported="true" android:process=":thanosP1" android:launchMode="singleInstance" android:screenOrientation="landscape" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:theme="@android:style/Theme.Translucent" android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P1$Stub_SingleInstance_02_T" android:exported="true" android:process=":thanosP1" android:launchMode="singleInstance" android:screenOrientation="landscape" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:theme="@android:style/Theme.Translucent" android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P1$Stub_SingleInstance_03_T" android:exported="true" android:process=":thanosP1" android:launchMode="singleInstance" android:screenOrientation="landscape" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P2$Stub_Standard_Default_00" android:exported="true" android:process=":thanosP2" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P2$Stub_Standard_Default_01" android:exported="true" android:process=":thanosP2" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P2$Stub_Standard_Default_02" android:exported="true" android:process=":thanosP2" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P2$Stub_Standard_Default_03" android:exported="true" android:process=":thanosP2" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P2$Stub_Standard_Behind_00" android:exported="true" android:process=":thanosP2" android:screenOrientation="behind" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P2$Stub_Standard_Behind_01" android:exported="true" android:process=":thanosP2" android:screenOrientation="behind" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P2$Stub_Standard_Behind_02" android:exported="true" android:process=":thanosP2" android:screenOrientation="behind" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P2$Stub_Standard_Behind_03" android:exported="true" android:process=":thanosP2" android:screenOrientation="behind" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P2$Stub_Standard_Behind_04" android:exported="true" android:process=":thanosP2" android:screenOrientation="behind" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P2$Stub_Standard_Behind_05" android:exported="true" android:process=":thanosP2" android:screenOrientation="behind" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P2$Stub_Standard_SensorLandscape_00" android:exported="true" android:process=":thanosP2" android:screenOrientation="sensorLandscape" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P2$Stub_Standard_SensorLandscape_01" android:exported="true" android:process=":thanosP2" android:screenOrientation="sensorLandscape" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P2$Stub_Standard_Portrait_00" android:exported="true" android:process=":thanosP2" android:screenOrientation="portrait" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P2$Stub_Standard_Portrait_01" android:exported="true" android:process=":thanosP2" android:screenOrientation="portrait" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:theme="@android:style/Theme.Translucent" android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P2$Stub_Standard_00_T" android:exported="true" android:process=":thanosP2" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:theme="@android:style/Theme.Translucent" android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P2$Stub_Standard_01_T" android:exported="true" android:process=":thanosP2" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:theme="@android:style/Theme.Translucent" android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P2$Stub_Standard_02_T" android:exported="true" android:process=":thanosP2" android:screenOrientation="landscape" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:theme="@android:style/Theme.Translucent" android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P2$Stub_Standard_03_T" android:exported="true" android:process=":thanosP2" android:screenOrientation="landscape" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P2$Stub_SingleTop_Default_00" android:exported="true" android:process=":thanosP2" android:launchMode="singleTop" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P2$Stub_SingleTop_Default_01" android:exported="true" android:process=":thanosP2" android:launchMode="singleTop" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P2$Stub_SingleTop_Behind_00" android:exported="true" android:process=":thanosP2" android:launchMode="singleTop" android:screenOrientation="behind" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P2$Stub_SingleTop_Behind_01" android:exported="true" android:process=":thanosP2" android:launchMode="singleTop" android:screenOrientation="behind" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P2$Stub_SingleTop_Behind_02" android:exported="true" android:process=":thanosP2" android:launchMode="singleTop" android:screenOrientation="behind" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P2$Stub_SingleTop_Behind_03" android:exported="true" android:process=":thanosP2" android:launchMode="singleTop" android:screenOrientation="behind" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P2$Stub_SingleTop_SensorLandscape_00" android:exported="true" android:process=":thanosP2" android:launchMode="singleTop" android:screenOrientation="sensorLandscape" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P2$Stub_SingleTop_SensorLandscape_01" android:exported="true" android:process=":thanosP2" android:launchMode="singleTop" android:screenOrientation="sensorLandscape" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P2$Stub_SingleTop_Portrait_00" android:exported="true" android:process=":thanosP2" android:launchMode="singleTop" android:screenOrientation="portrait" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P2$Stub_SingleTop_Portrait_01" android:exported="true" android:process=":thanosP2" android:launchMode="singleTop" android:screenOrientation="portrait" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:theme="@android:style/Theme.Translucent" android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P2$Stub_SingleTop_00_T" android:exported="true" android:process=":thanosP2" android:launchMode="singleTop" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:theme="@android:style/Theme.Translucent" android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P2$Stub_SingleTop_01_T" android:exported="true" android:process=":thanosP2" android:launchMode="singleTop" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:theme="@android:style/Theme.Translucent" android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P2$Stub_SingleTop_02_T" android:exported="true" android:process=":thanosP2" android:launchMode="singleTop" android:screenOrientation="landscape" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:theme="@android:style/Theme.Translucent" android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P2$Stub_SingleTop_03_T" android:exported="true" android:process=":thanosP2" android:launchMode="singleTop" android:screenOrientation="landscape" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P2$Stub_SingleTask_Default_00" android:exported="true" android:process=":thanosP2" android:launchMode="singleTask" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P2$Stub_SingleTask_Default_01" android:exported="true" android:process=":thanosP2" android:launchMode="singleTask" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P2$Stub_SingleTask_Behind_00" android:exported="true" android:process=":thanosP2" android:launchMode="singleTask" android:screenOrientation="behind" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P2$Stub_SingleTask_Behind_01" android:exported="true" android:process=":thanosP2" android:launchMode="singleTask" android:screenOrientation="behind" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P2$Stub_SingleTask_Behind_02" android:exported="true" android:process=":thanosP2" android:launchMode="singleTask" android:screenOrientation="behind" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P2$Stub_SingleTask_Behind_03" android:exported="true" android:process=":thanosP2" android:launchMode="singleTask" android:screenOrientation="behind" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P2$Stub_SingleTask_SensorLandscape_00" android:exported="true" android:process=":thanosP2" android:launchMode="singleTask" android:screenOrientation="sensorLandscape" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P2$Stub_SingleTask_SensorLandscape_01" android:exported="true" android:process=":thanosP2" android:launchMode="singleTask" android:screenOrientation="sensorLandscape" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P2$Stub_SingleTask_Portrait_00" android:exported="true" android:process=":thanosP2" android:launchMode="singleTask" android:screenOrientation="portrait" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P2$Stub_SingleTask_Portrait_01" android:exported="true" android:process=":thanosP2" android:launchMode="singleTask" android:screenOrientation="portrait" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:theme="@android:style/Theme.Translucent" android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P2$Stub_SingleTask_00_T" android:exported="true" android:process=":thanosP2" android:launchMode="singleTask" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:theme="@android:style/Theme.Translucent" android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P2$Stub_SingleTask_01_T" android:exported="true" android:process=":thanosP2" android:launchMode="singleTask" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:theme="@android:style/Theme.Translucent" android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P2$Stub_SingleTask_02_T" android:exported="true" android:process=":thanosP2" android:launchMode="singleTask" android:screenOrientation="landscape" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:theme="@android:style/Theme.Translucent" android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P2$Stub_SingleTask_03_T" android:exported="true" android:process=":thanosP2" android:launchMode="singleTask" android:screenOrientation="landscape" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P2$Stub_SingleInstance_Default_00" android:exported="true" android:process=":thanosP2" android:launchMode="singleInstance" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P2$Stub_SingleInstance_Default_01" android:exported="true" android:process=":thanosP2" android:launchMode="singleInstance" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P2$Stub_SingleInstance_Behind_00" android:exported="true" android:process=":thanosP2" android:launchMode="singleInstance" android:screenOrientation="behind" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P2$Stub_SingleInstance_Behind_01" android:exported="true" android:process=":thanosP2" android:launchMode="singleInstance" android:screenOrientation="behind" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P2$Stub_SingleInstance_Behind_02" android:exported="true" android:process=":thanosP2" android:launchMode="singleInstance" android:screenOrientation="behind" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P2$Stub_SingleInstance_Behind_03" android:exported="true" android:process=":thanosP2" android:launchMode="singleInstance" android:screenOrientation="behind" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P2$Stub_SingleInstance_SensorLandscape_00" android:exported="true" android:process=":thanosP2" android:launchMode="singleInstance" android:screenOrientation="sensorLandscape" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P2$Stub_SingleInstance_SensorLandscape_01" android:exported="true" android:process=":thanosP2" android:launchMode="singleInstance" android:screenOrientation="sensorLandscape" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P2$Stub_SingleInstance_Portrait_00" android:exported="true" android:process=":thanosP2" android:launchMode="singleInstance" android:screenOrientation="portrait" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P2$Stub_SingleInstance_Portrait_01" android:exported="true" android:process=":thanosP2" android:launchMode="singleInstance" android:screenOrientation="portrait" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:theme="@android:style/Theme.Translucent" android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P2$Stub_SingleInstance_00_T" android:exported="true" android:process=":thanosP2" android:launchMode="singleInstance" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:theme="@android:style/Theme.Translucent" android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P2$Stub_SingleInstance_01_T" android:exported="true" android:process=":thanosP2" android:launchMode="singleInstance" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:theme="@android:style/Theme.Translucent" android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P2$Stub_SingleInstance_02_T" android:exported="true" android:process=":thanosP2" android:launchMode="singleInstance" android:screenOrientation="landscape" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:theme="@android:style/Theme.Translucent" android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P2$Stub_SingleInstance_03_T" android:exported="true" android:process=":thanosP2" android:launchMode="singleInstance" android:screenOrientation="landscape" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P3$Stub_Standard_Default_00" android:exported="true" android:process=":thanosP3" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P3$Stub_Standard_Default_01" android:exported="true" android:process=":thanosP3" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P3$Stub_Standard_Default_02" android:exported="true" android:process=":thanosP3" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P3$Stub_Standard_Default_03" android:exported="true" android:process=":thanosP3" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P3$Stub_Standard_Behind_00" android:exported="true" android:process=":thanosP3" android:screenOrientation="behind" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P3$Stub_Standard_Behind_01" android:exported="true" android:process=":thanosP3" android:screenOrientation="behind" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P3$Stub_Standard_Behind_02" android:exported="true" android:process=":thanosP3" android:screenOrientation="behind" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P3$Stub_Standard_Behind_03" android:exported="true" android:process=":thanosP3" android:screenOrientation="behind" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P3$Stub_Standard_Behind_04" android:exported="true" android:process=":thanosP3" android:screenOrientation="behind" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P3$Stub_Standard_Behind_05" android:exported="true" android:process=":thanosP3" android:screenOrientation="behind" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P3$Stub_Standard_SensorLandscape_00" android:exported="true" android:process=":thanosP3" android:screenOrientation="sensorLandscape" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P3$Stub_Standard_SensorLandscape_01" android:exported="true" android:process=":thanosP3" android:screenOrientation="sensorLandscape" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P3$Stub_Standard_Portrait_00" android:exported="true" android:process=":thanosP3" android:screenOrientation="portrait" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P3$Stub_Standard_Portrait_01" android:exported="true" android:process=":thanosP3" android:screenOrientation="portrait" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:theme="@android:style/Theme.Translucent" android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P3$Stub_Standard_00_T" android:exported="true" android:process=":thanosP3" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:theme="@android:style/Theme.Translucent" android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P3$Stub_Standard_01_T" android:exported="true" android:process=":thanosP3" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:theme="@android:style/Theme.Translucent" android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P3$Stub_Standard_02_T" android:exported="true" android:process=":thanosP3" android:screenOrientation="landscape" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:theme="@android:style/Theme.Translucent" android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P3$Stub_Standard_03_T" android:exported="true" android:process=":thanosP3" android:screenOrientation="landscape" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P3$Stub_SingleTop_Default_00" android:exported="true" android:process=":thanosP3" android:launchMode="singleTop" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P3$Stub_SingleTop_Default_01" android:exported="true" android:process=":thanosP3" android:launchMode="singleTop" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P3$Stub_SingleTop_Behind_00" android:exported="true" android:process=":thanosP3" android:launchMode="singleTop" android:screenOrientation="behind" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P3$Stub_SingleTop_Behind_01" android:exported="true" android:process=":thanosP3" android:launchMode="singleTop" android:screenOrientation="behind" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P3$Stub_SingleTop_Behind_02" android:exported="true" android:process=":thanosP3" android:launchMode="singleTop" android:screenOrientation="behind" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P3$Stub_SingleTop_Behind_03" android:exported="true" android:process=":thanosP3" android:launchMode="singleTop" android:screenOrientation="behind" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P3$Stub_SingleTop_SensorLandscape_00" android:exported="true" android:process=":thanosP3" android:launchMode="singleTop" android:screenOrientation="sensorLandscape" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P3$Stub_SingleTop_SensorLandscape_01" android:exported="true" android:process=":thanosP3" android:launchMode="singleTop" android:screenOrientation="sensorLandscape" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P3$Stub_SingleTop_Portrait_00" android:exported="true" android:process=":thanosP3" android:launchMode="singleTop" android:screenOrientation="portrait" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P3$Stub_SingleTop_Portrait_01" android:exported="true" android:process=":thanosP3" android:launchMode="singleTop" android:screenOrientation="portrait" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:theme="@android:style/Theme.Translucent" android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P3$Stub_SingleTop_00_T" android:exported="true" android:process=":thanosP3" android:launchMode="singleTop" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:theme="@android:style/Theme.Translucent" android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P3$Stub_SingleTop_01_T" android:exported="true" android:process=":thanosP3" android:launchMode="singleTop" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:theme="@android:style/Theme.Translucent" android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P3$Stub_SingleTop_02_T" android:exported="true" android:process=":thanosP3" android:launchMode="singleTop" android:screenOrientation="landscape" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:theme="@android:style/Theme.Translucent" android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P3$Stub_SingleTop_03_T" android:exported="true" android:process=":thanosP3" android:launchMode="singleTop" android:screenOrientation="landscape" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P3$Stub_SingleTask_Default_00" android:exported="true" android:process=":thanosP3" android:launchMode="singleTask" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P3$Stub_SingleTask_Default_01" android:exported="true" android:process=":thanosP3" android:launchMode="singleTask" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P3$Stub_SingleTask_Behind_00" android:exported="true" android:process=":thanosP3" android:launchMode="singleTask" android:screenOrientation="behind" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P3$Stub_SingleTask_Behind_01" android:exported="true" android:process=":thanosP3" android:launchMode="singleTask" android:screenOrientation="behind" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P3$Stub_SingleTask_Behind_02" android:exported="true" android:process=":thanosP3" android:launchMode="singleTask" android:screenOrientation="behind" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P3$Stub_SingleTask_Behind_03" android:exported="true" android:process=":thanosP3" android:launchMode="singleTask" android:screenOrientation="behind" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P3$Stub_SingleTask_SensorLandscape_00" android:exported="true" android:process=":thanosP3" android:launchMode="singleTask" android:screenOrientation="sensorLandscape" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P3$Stub_SingleTask_SensorLandscape_01" android:exported="true" android:process=":thanosP3" android:launchMode="singleTask" android:screenOrientation="sensorLandscape" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P3$Stub_SingleTask_Portrait_00" android:exported="true" android:process=":thanosP3" android:launchMode="singleTask" android:screenOrientation="portrait" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P3$Stub_SingleTask_Portrait_01" android:exported="true" android:process=":thanosP3" android:launchMode="singleTask" android:screenOrientation="portrait" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:theme="@android:style/Theme.Translucent" android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P3$Stub_SingleTask_00_T" android:exported="true" android:process=":thanosP3" android:launchMode="singleTask" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:theme="@android:style/Theme.Translucent" android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P3$Stub_SingleTask_01_T" android:exported="true" android:process=":thanosP3" android:launchMode="singleTask" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:theme="@android:style/Theme.Translucent" android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P3$Stub_SingleTask_02_T" android:exported="true" android:process=":thanosP3" android:launchMode="singleTask" android:screenOrientation="landscape" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:theme="@android:style/Theme.Translucent" android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P3$Stub_SingleTask_03_T" android:exported="true" android:process=":thanosP3" android:launchMode="singleTask" android:screenOrientation="landscape" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P3$Stub_SingleInstance_Default_00" android:exported="true" android:process=":thanosP3" android:launchMode="singleInstance" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P3$Stub_SingleInstance_Default_01" android:exported="true" android:process=":thanosP3" android:launchMode="singleInstance" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P3$Stub_SingleInstance_Behind_00" android:exported="true" android:process=":thanosP3" android:launchMode="singleInstance" android:screenOrientation="behind" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P3$Stub_SingleInstance_Behind_01" android:exported="true" android:process=":thanosP3" android:launchMode="singleInstance" android:screenOrientation="behind" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P3$Stub_SingleInstance_Behind_02" android:exported="true" android:process=":thanosP3" android:launchMode="singleInstance" android:screenOrientation="behind" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P3$Stub_SingleInstance_Behind_03" android:exported="true" android:process=":thanosP3" android:launchMode="singleInstance" android:screenOrientation="behind" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P3$Stub_SingleInstance_SensorLandscape_00" android:exported="true" android:process=":thanosP3" android:launchMode="singleInstance" android:screenOrientation="sensorLandscape" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P3$Stub_SingleInstance_SensorLandscape_01" android:exported="true" android:process=":thanosP3" android:launchMode="singleInstance" android:screenOrientation="sensorLandscape" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P3$Stub_SingleInstance_Portrait_00" android:exported="true" android:process=":thanosP3" android:launchMode="singleInstance" android:screenOrientation="portrait" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P3$Stub_SingleInstance_Portrait_01" android:exported="true" android:process=":thanosP3" android:launchMode="singleInstance" android:screenOrientation="portrait" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:theme="@android:style/Theme.Translucent" android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P3$Stub_SingleInstance_00_T" android:exported="true" android:process=":thanosP3" android:launchMode="singleInstance" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:theme="@android:style/Theme.Translucent" android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P3$Stub_SingleInstance_01_T" android:exported="true" android:process=":thanosP3" android:launchMode="singleInstance" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:theme="@android:style/Theme.Translucent" android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P3$Stub_SingleInstance_02_T" android:exported="true" android:process=":thanosP3" android:launchMode="singleInstance" android:screenOrientation="landscape" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:theme="@android:style/Theme.Translucent" android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P3$Stub_SingleInstance_03_T" android:exported="true" android:process=":thanosP3" android:launchMode="singleInstance" android:screenOrientation="landscape" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P4$Stub_Standard_Default_00" android:exported="true" android:process=":thanosP4" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P4$Stub_Standard_Default_01" android:exported="true" android:process=":thanosP4" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P4$Stub_Standard_Default_02" android:exported="true" android:process=":thanosP4" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P4$Stub_Standard_Default_03" android:exported="true" android:process=":thanosP4" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P4$Stub_Standard_Behind_00" android:exported="true" android:process=":thanosP4" android:screenOrientation="behind" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P4$Stub_Standard_Behind_01" android:exported="true" android:process=":thanosP4" android:screenOrientation="behind" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P4$Stub_Standard_Behind_02" android:exported="true" android:process=":thanosP4" android:screenOrientation="behind" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P4$Stub_Standard_Behind_03" android:exported="true" android:process=":thanosP4" android:screenOrientation="behind" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P4$Stub_Standard_Behind_04" android:exported="true" android:process=":thanosP4" android:screenOrientation="behind" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P4$Stub_Standard_Behind_05" android:exported="true" android:process=":thanosP4" android:screenOrientation="behind" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P4$Stub_Standard_SensorLandscape_00" android:exported="true" android:process=":thanosP4" android:screenOrientation="sensorLandscape" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P4$Stub_Standard_SensorLandscape_01" android:exported="true" android:process=":thanosP4" android:screenOrientation="sensorLandscape" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P4$Stub_Standard_Portrait_00" android:exported="true" android:process=":thanosP4" android:screenOrientation="portrait" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P4$Stub_Standard_Portrait_01" android:exported="true" android:process=":thanosP4" android:screenOrientation="portrait" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:theme="@android:style/Theme.Translucent" android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P4$Stub_Standard_00_T" android:exported="true" android:process=":thanosP4" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:theme="@android:style/Theme.Translucent" android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P4$Stub_Standard_01_T" android:exported="true" android:process=":thanosP4" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:theme="@android:style/Theme.Translucent" android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P4$Stub_Standard_02_T" android:exported="true" android:process=":thanosP4" android:screenOrientation="landscape" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:theme="@android:style/Theme.Translucent" android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P4$Stub_Standard_03_T" android:exported="true" android:process=":thanosP4" android:screenOrientation="landscape" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P4$Stub_SingleTop_Default_00" android:exported="true" android:process=":thanosP4" android:launchMode="singleTop" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P4$Stub_SingleTop_Default_01" android:exported="true" android:process=":thanosP4" android:launchMode="singleTop" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P4$Stub_SingleTop_Behind_00" android:exported="true" android:process=":thanosP4" android:launchMode="singleTop" android:screenOrientation="behind" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P4$Stub_SingleTop_Behind_01" android:exported="true" android:process=":thanosP4" android:launchMode="singleTop" android:screenOrientation="behind" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P4$Stub_SingleTop_Behind_02" android:exported="true" android:process=":thanosP4" android:launchMode="singleTop" android:screenOrientation="behind" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P4$Stub_SingleTop_Behind_03" android:exported="true" android:process=":thanosP4" android:launchMode="singleTop" android:screenOrientation="behind" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P4$Stub_SingleTop_SensorLandscape_00" android:exported="true" android:process=":thanosP4" android:launchMode="singleTop" android:screenOrientation="sensorLandscape" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P4$Stub_SingleTop_SensorLandscape_01" android:exported="true" android:process=":thanosP4" android:launchMode="singleTop" android:screenOrientation="sensorLandscape" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P4$Stub_SingleTop_Portrait_00" android:exported="true" android:process=":thanosP4" android:launchMode="singleTop" android:screenOrientation="portrait" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P4$Stub_SingleTop_Portrait_01" android:exported="true" android:process=":thanosP4" android:launchMode="singleTop" android:screenOrientation="portrait" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:theme="@android:style/Theme.Translucent" android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P4$Stub_SingleTop_00_T" android:exported="true" android:process=":thanosP4" android:launchMode="singleTop" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:theme="@android:style/Theme.Translucent" android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P4$Stub_SingleTop_01_T" android:exported="true" android:process=":thanosP4" android:launchMode="singleTop" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:theme="@android:style/Theme.Translucent" android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P4$Stub_SingleTop_02_T" android:exported="true" android:process=":thanosP4" android:launchMode="singleTop" android:screenOrientation="landscape" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:theme="@android:style/Theme.Translucent" android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P4$Stub_SingleTop_03_T" android:exported="true" android:process=":thanosP4" android:launchMode="singleTop" android:screenOrientation="landscape" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P4$Stub_SingleTask_Default_00" android:exported="true" android:process=":thanosP4" android:launchMode="singleTask" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P4$Stub_SingleTask_Default_01" android:exported="true" android:process=":thanosP4" android:launchMode="singleTask" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P4$Stub_SingleTask_Behind_00" android:exported="true" android:process=":thanosP4" android:launchMode="singleTask" android:screenOrientation="behind" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P4$Stub_SingleTask_Behind_01" android:exported="true" android:process=":thanosP4" android:launchMode="singleTask" android:screenOrientation="behind" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P4$Stub_SingleTask_Behind_02" android:exported="true" android:process=":thanosP4" android:launchMode="singleTask" android:screenOrientation="behind" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P4$Stub_SingleTask_Behind_03" android:exported="true" android:process=":thanosP4" android:launchMode="singleTask" android:screenOrientation="behind" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P4$Stub_SingleTask_SensorLandscape_00" android:exported="true" android:process=":thanosP4" android:launchMode="singleTask" android:screenOrientation="sensorLandscape" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P4$Stub_SingleTask_SensorLandscape_01" android:exported="true" android:process=":thanosP4" android:launchMode="singleTask" android:screenOrientation="sensorLandscape" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P4$Stub_SingleTask_Portrait_00" android:exported="true" android:process=":thanosP4" android:launchMode="singleTask" android:screenOrientation="portrait" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P4$Stub_SingleTask_Portrait_01" android:exported="true" android:process=":thanosP4" android:launchMode="singleTask" android:screenOrientation="portrait" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:theme="@android:style/Theme.Translucent" android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P4$Stub_SingleTask_00_T" android:exported="true" android:process=":thanosP4" android:launchMode="singleTask" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:theme="@android:style/Theme.Translucent" android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P4$Stub_SingleTask_01_T" android:exported="true" android:process=":thanosP4" android:launchMode="singleTask" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:theme="@android:style/Theme.Translucent" android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P4$Stub_SingleTask_02_T" android:exported="true" android:process=":thanosP4" android:launchMode="singleTask" android:screenOrientation="landscape" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:theme="@android:style/Theme.Translucent" android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P4$Stub_SingleTask_03_T" android:exported="true" android:process=":thanosP4" android:launchMode="singleTask" android:screenOrientation="landscape" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P4$Stub_SingleInstance_Default_00" android:exported="true" android:process=":thanosP4" android:launchMode="singleInstance" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P4$Stub_SingleInstance_Default_01" android:exported="true" android:process=":thanosP4" android:launchMode="singleInstance" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P4$Stub_SingleInstance_Behind_00" android:exported="true" android:process=":thanosP4" android:launchMode="singleInstance" android:screenOrientation="behind" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P4$Stub_SingleInstance_Behind_01" android:exported="true" android:process=":thanosP4" android:launchMode="singleInstance" android:screenOrientation="behind" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P4$Stub_SingleInstance_Behind_02" android:exported="true" android:process=":thanosP4" android:launchMode="singleInstance" android:screenOrientation="behind" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P4$Stub_SingleInstance_Behind_03" android:exported="true" android:process=":thanosP4" android:launchMode="singleInstance" android:screenOrientation="behind" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P4$Stub_SingleInstance_SensorLandscape_00" android:exported="true" android:process=":thanosP4" android:launchMode="singleInstance" android:screenOrientation="sensorLandscape" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P4$Stub_SingleInstance_SensorLandscape_01" android:exported="true" android:process=":thanosP4" android:launchMode="singleInstance" android:screenOrientation="sensorLandscape" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P4$Stub_SingleInstance_Portrait_00" android:exported="true" android:process=":thanosP4" android:launchMode="singleInstance" android:screenOrientation="portrait" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P4$Stub_SingleInstance_Portrait_01" android:exported="true" android:process=":thanosP4" android:launchMode="singleInstance" android:screenOrientation="portrait" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:theme="@android:style/Theme.Translucent" android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P4$Stub_SingleInstance_00_T" android:exported="true" android:process=":thanosP4" android:launchMode="singleInstance" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:theme="@android:style/Theme.Translucent" android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P4$Stub_SingleInstance_01_T" android:exported="true" android:process=":thanosP4" android:launchMode="singleInstance" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:theme="@android:style/Theme.Translucent" android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P4$Stub_SingleInstance_02_T" android:exported="true" android:process=":thanosP4" android:launchMode="singleInstance" android:screenOrientation="landscape" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<activity android:theme="@android:style/Theme.Translucent" android:name="com.bytedance.thanos.hotupdate.comp.activity.ActivityStubs$P4$Stub_SingleInstance_03_T" android:exported="true" android:process=":thanosP4" android:launchMode="singleInstance" android:screenOrientation="landscape" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_ACTIVITY" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</activity>
<service android:name="com.bytedance.thanos.hotupdate.comp.service.BaseStubService$P0$StubService1" android:exported="true">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_SERVICE" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</service>
<service android:name="com.bytedance.thanos.hotupdate.comp.service.BaseStubService$P0$StubService2" android:exported="true">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_SERVICE" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</service>
<service android:name="com.bytedance.thanos.hotupdate.comp.service.BaseStubService$P0$StubService3" android:exported="true">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_SERVICE" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</service>
<service android:name="com.bytedance.thanos.hotupdate.comp.service.BaseStubService$P0$StubService4" android:exported="true">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_SERVICE" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</service>
<service android:name="com.bytedance.thanos.hotupdate.comp.service.BaseStubService$P0$StubService5" android:exported="true">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_SERVICE" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</service>
<service android:name="com.bytedance.thanos.hotupdate.comp.service.BaseStubService$P0$StubService6" android:exported="true">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_SERVICE" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</service>
<service android:name="com.bytedance.thanos.hotupdate.comp.service.BaseStubService$P0$StubService7" android:exported="true">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_SERVICE" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</service>
<service android:name="com.bytedance.thanos.hotupdate.comp.service.BaseStubService$P0$StubService8" android:exported="true">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_SERVICE" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</service>
<service android:name="com.bytedance.thanos.hotupdate.comp.service.BaseStubService$P0$StubService9" android:exported="true">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_SERVICE" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</service>
<service android:name="com.bytedance.thanos.hotupdate.comp.service.BaseStubService$P0$StubService10" android:exported="true">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_SERVICE" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</service>
<service android:name="com.bytedance.thanos.hotupdate.comp.service.BaseStubService$P0$StubService11" android:exported="true">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_SERVICE" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</service>
<service android:name="com.bytedance.thanos.hotupdate.comp.service.BaseStubService$P0$StubService12" android:exported="true">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_SERVICE" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</service>
<service android:name="com.bytedance.thanos.hotupdate.comp.service.BaseStubService$P1$StubService1" android:exported="true" android:process=":thanosP1">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_SERVICE" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</service>
<service android:name="com.bytedance.thanos.hotupdate.comp.service.BaseStubService$P1$StubService2" android:exported="true" android:process=":thanosP1">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_SERVICE" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</service>
<service android:name="com.bytedance.thanos.hotupdate.comp.service.BaseStubService$P1$StubService3" android:exported="true" android:process=":thanosP1">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_SERVICE" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</service>
<service android:name="com.bytedance.thanos.hotupdate.comp.service.BaseStubService$P1$StubService4" android:exported="true" android:process=":thanosP1">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_SERVICE" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</service>
<service android:name="com.bytedance.thanos.hotupdate.comp.service.BaseStubService$P1$StubService5" android:exported="true" android:process=":thanosP1">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_SERVICE" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</service>
<service android:name="com.bytedance.thanos.hotupdate.comp.service.BaseStubService$P1$StubService6" android:exported="true" android:process=":thanosP1">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_SERVICE" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</service>
<service android:name="com.bytedance.thanos.hotupdate.comp.service.BaseStubService$P1$StubService7" android:exported="true" android:process=":thanosP1">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_SERVICE" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</service>
<service android:name="com.bytedance.thanos.hotupdate.comp.service.BaseStubService$P1$StubService8" android:exported="true" android:process=":thanosP1">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_SERVICE" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</service>
<service android:name="com.bytedance.thanos.hotupdate.comp.service.BaseStubService$P1$StubService9" android:exported="true" android:process=":thanosP1">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_SERVICE" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</service>
<service android:name="com.bytedance.thanos.hotupdate.comp.service.BaseStubService$P1$StubService10" android:exported="true" android:process=":thanosP1">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_SERVICE" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</service>
<service android:name="com.bytedance.thanos.hotupdate.comp.service.BaseStubService$P1$StubService11" android:exported="true" android:process=":thanosP1">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_SERVICE" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</service>
<service android:name="com.bytedance.thanos.hotupdate.comp.service.BaseStubService$P1$StubService12" android:exported="true" android:process=":thanosP1">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_SERVICE" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</service>
<service android:name="com.bytedance.thanos.hotupdate.comp.service.BaseStubService$P2$StubService1" android:exported="true" android:process=":thanosP2">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_SERVICE" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</service>
<service android:name="com.bytedance.thanos.hotupdate.comp.service.BaseStubService$P2$StubService2" android:exported="true" android:process=":thanosP2">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_SERVICE" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</service>
<service android:name="com.bytedance.thanos.hotupdate.comp.service.BaseStubService$P2$StubService3" android:exported="true" android:process=":thanosP2">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_SERVICE" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</service>
<service android:name="com.bytedance.thanos.hotupdate.comp.service.BaseStubService$P2$StubService4" android:exported="true" android:process=":thanosP2">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_SERVICE" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</service>
<service android:name="com.bytedance.thanos.hotupdate.comp.service.BaseStubService$P2$StubService5" android:exported="true" android:process=":thanosP2">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_SERVICE" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</service>
<service android:name="com.bytedance.thanos.hotupdate.comp.service.BaseStubService$P2$StubService6" android:exported="true" android:process=":thanosP2">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_SERVICE" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</service>
<service android:name="com.bytedance.thanos.hotupdate.comp.service.BaseStubService$P2$StubService7" android:exported="true" android:process=":thanosP2">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_SERVICE" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</service>
<service android:name="com.bytedance.thanos.hotupdate.comp.service.BaseStubService$P2$StubService8" android:exported="true" android:process=":thanosP2">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_SERVICE" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</service>
<service android:name="com.bytedance.thanos.hotupdate.comp.service.BaseStubService$P2$StubService9" android:exported="true" android:process=":thanosP2">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_SERVICE" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</service>
<service android:name="com.bytedance.thanos.hotupdate.comp.service.BaseStubService$P2$StubService10" android:exported="true" android:process=":thanosP2">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_SERVICE" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</service>
<service android:name="com.bytedance.thanos.hotupdate.comp.service.BaseStubService$P2$StubService11" android:exported="true" android:process=":thanosP2">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_SERVICE" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</service>
<service android:name="com.bytedance.thanos.hotupdate.comp.service.BaseStubService$P2$StubService12" android:exported="true" android:process=":thanosP2">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_SERVICE" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</service>
<service android:name="com.bytedance.thanos.hotupdate.comp.service.BaseStubService$P3$StubService1" android:exported="true" android:process=":thanosP3">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_SERVICE" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</service>
<service android:name="com.bytedance.thanos.hotupdate.comp.service.BaseStubService$P3$StubService2" android:exported="true" android:process=":thanosP3">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_SERVICE" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</service>
<service android:name="com.bytedance.thanos.hotupdate.comp.service.BaseStubService$P3$StubService3" android:exported="true" android:process=":thanosP3">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_SERVICE" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</service>
<service android:name="com.bytedance.thanos.hotupdate.comp.service.BaseStubService$P3$StubService4" android:exported="true" android:process=":thanosP3">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_SERVICE" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</service>
<service android:name="com.bytedance.thanos.hotupdate.comp.service.BaseStubService$P3$StubService5" android:exported="true" android:process=":thanosP3">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_SERVICE" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</service>
<service android:name="com.bytedance.thanos.hotupdate.comp.service.BaseStubService$P3$StubService6" android:exported="true" android:process=":thanosP3">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_SERVICE" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</service>
<service android:name="com.bytedance.thanos.hotupdate.comp.service.BaseStubService$P3$StubService7" android:exported="true" android:process=":thanosP3">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_SERVICE" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</service>
<service android:name="com.bytedance.thanos.hotupdate.comp.service.BaseStubService$P3$StubService8" android:exported="true" android:process=":thanosP3">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_SERVICE" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</service>
<service android:name="com.bytedance.thanos.hotupdate.comp.service.BaseStubService$P3$StubService9" android:exported="true" android:process=":thanosP3">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_SERVICE" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</service>
<service android:name="com.bytedance.thanos.hotupdate.comp.service.BaseStubService$P3$StubService10" android:exported="true" android:process=":thanosP3">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_SERVICE" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</service>
<service android:name="com.bytedance.thanos.hotupdate.comp.service.BaseStubService$P3$StubService11" android:exported="true" android:process=":thanosP3">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_SERVICE" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</service>
<service android:name="com.bytedance.thanos.hotupdate.comp.service.BaseStubService$P3$StubService12" android:exported="true" android:process=":thanosP3">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_SERVICE" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</service>
<service android:name="com.bytedance.thanos.hotupdate.comp.service.BaseStubService$P4$StubService1" android:exported="true" android:process=":thanosP4">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_SERVICE" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</service>
<service android:name="com.bytedance.thanos.hotupdate.comp.service.BaseStubService$P4$StubService2" android:exported="true" android:process=":thanosP4">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_SERVICE" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</service>
<service android:name="com.bytedance.thanos.hotupdate.comp.service.BaseStubService$P4$StubService3" android:exported="true" android:process=":thanosP4">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_SERVICE" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</service>
<service android:name="com.bytedance.thanos.hotupdate.comp.service.BaseStubService$P4$StubService4" android:exported="true" android:process=":thanosP4">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_SERVICE" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</service>
<service android:name="com.bytedance.thanos.hotupdate.comp.service.BaseStubService$P4$StubService5" android:exported="true" android:process=":thanosP4">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_SERVICE" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</service>
<service android:name="com.bytedance.thanos.hotupdate.comp.service.BaseStubService$P4$StubService6" android:exported="true" android:process=":thanosP4">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_SERVICE" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</service>
<service android:name="com.bytedance.thanos.hotupdate.comp.service.BaseStubService$P4$StubService7" android:exported="true" android:process=":thanosP4">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_SERVICE" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</service>
<service android:name="com.bytedance.thanos.hotupdate.comp.service.BaseStubService$P4$StubService8" android:exported="true" android:process=":thanosP4">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_SERVICE" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</service>
<service android:name="com.bytedance.thanos.hotupdate.comp.service.BaseStubService$P4$StubService9" android:exported="true" android:process=":thanosP4">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_SERVICE" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</service>
<service android:name="com.bytedance.thanos.hotupdate.comp.service.BaseStubService$P4$StubService10" android:exported="true" android:process=":thanosP4">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_SERVICE" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</service>
<service android:name="com.bytedance.thanos.hotupdate.comp.service.BaseStubService$P4$StubService11" android:exported="true" android:process=":thanosP4">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_SERVICE" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</service>
<service android:name="com.bytedance.thanos.hotupdate.comp.service.BaseStubService$P4$StubService12" android:exported="true" android:process=":thanosP4">
<intent-filter>
<action android:name="com.intent.action.ACTION_STUB_SERVICE" />
<category android:name="com.intent.category.STUB_DEFAULT" />
</intent-filter>
</service>
<provider android:name="com.bytedance.thanos.hotupdate.comp.provider.BaseStubProvider$P0$StubProvider" android:exported="false" android:authorities="com.ss.android.ugc.aweme.hotupdate.comp.provider.P0.STUB_AUTHORITY" android:grantUriPermissions="true" />
<provider android:name="com.bytedance.thanos.hotupdate.comp.provider.BaseStubProvider$P1$StubProvider" android:exported="false" android:process=":thanosP1" android:authorities="com.ss.android.ugc.aweme.hotupdate.comp.provider.P1.STUB_AUTHORITY" android:grantUriPermissions="true" />
<provider android:name="com.bytedance.thanos.hotupdate.comp.server.CompManagerProvider$CompManagerProvider_P1" android:exported="false" android:process=":thanosP1" android:authorities="com.ss.android.ugc.aweme.CompManagerProvider_P1" android:initOrder="999" />
<provider android:name="com.bytedance.thanos.hotupdate.comp.provider.BaseStubProvider$P2$StubProvider" android:exported="false" android:process=":thanosP2" android:authorities="com.ss.android.ugc.aweme.hotupdate.comp.provider.P2.STUB_AUTHORITY" android:grantUriPermissions="true" />
<provider android:name="com.bytedance.thanos.hotupdate.comp.server.CompManagerProvider$CompManagerProvider_P2" android:exported="false" android:process=":thanosP2" android:authorities="com.ss.android.ugc.aweme.CompManagerProvider_P2" android:initOrder="999" />
<provider android:name="com.bytedance.thanos.hotupdate.comp.provider.BaseStubProvider$P3$StubProvider" android:exported="false" android:process=":thanosP3" android:authorities="com.ss.android.ugc.aweme.hotupdate.comp.provider.P3.STUB_AUTHORITY" android:grantUriPermissions="true" />
<provider android:name="com.bytedance.thanos.hotupdate.comp.server.CompManagerProvider$CompManagerProvider_P3" android:exported="false" android:process=":thanosP3" android:authorities="com.ss.android.ugc.aweme.CompManagerProvider_P3" android:initOrder="999" />
<provider android:name="com.bytedance.thanos.hotupdate.comp.provider.BaseStubProvider$P4$StubProvider" android:exported="false" android:process=":thanosP4" android:authorities="com.ss.android.ugc.aweme.hotupdate.comp.provider.P4.STUB_AUTHORITY" android:grantUriPermissions="true" />
<provider android:name="com.bytedance.thanos.hotupdate.comp.server.CompManagerProvider$CompManagerProvider_P4" android:exported="false" android:process=":thanosP4" android:authorities="com.ss.android.ugc.aweme.CompManagerProvider_P4" android:initOrder="999" />
<provider android:name="com.bytedance.apm.battery.dao.MonitorContentProvider" android:exported="false" android:authorities="com.ss.android.ugc.aweme.apm" />
<activity android:name="com.bytedance.live.memoryleak.LeakViewActivity" android:launchMode="singleTask" />
<receiver android:name="com.bytedance.live.memoryleak.DeleteReceiver" />
<service android:name="com.bytedance.apm6.traffic.TrafficTransportService" android:enabled="true" android:exported="false" />
<service android:name="com.bytedance.apm6.foundation.forecheck.ActivityLifecycleService" android:enabled="true" android:exported="false" />
<provider android:name="com.bytedance.reparo.provider.ReparoProvider" android:exported="false" android:authorities="com.ss.android.ugc.aweme.reparo" />
<activity android:theme="@android:style/Theme.Light.NoTitleBar" android:name="com.bytedance.reparo.ReparoInfoActivity" />
<activity android:name="com.ss.android.downloadlib.addownload.compliance.AppPrivacyPolicyActivity" />
<activity android:name="com.ss.android.downloadlib.addownload.compliance.AppDetailInfoActivity" />
<activity android:theme="@android:style/Theme.Translucent.NoTitleBar" android:name="com.ss.android.downloadlib.activity.TTDelegateActivity" android:launchMode="singleTask" />
<activity android:theme="@android:style/Theme.Translucent.NoTitleBar" android:name="com.ss.android.downloadlib.activity.JumpKllkActivity" android:launchMode="singleTask" />
<receiver android:name="com.ss.android.downloadlib.core.download.DownloadReceiver" />
<service android:name="com.ss.android.socialbase.appdownloader.DownloadHandlerService" />
<activity android:theme="@android:style/Theme.Dialog" android:name="com.ss.android.socialbase.appdownloader.view.DownloadTaskDeleteActivity" android:launchMode="singleTask" />
<activity android:theme="@android:style/Theme.Dialog" android:name="com.ss.android.socialbase.appdownloader.view.JumpUnknownSourceActivity" android:launchMode="singleTask" />
<service android:name="com.ss.android.socialbase.appdownloader.RetryJobSchedulerService" android:permission="android.permission.BIND_JOB_SERVICE" android:enabled="true" android:exported="false" />
<service android:name="com.ss.android.socialbase.downloader.downloader.IndependentProcessDownloadService" android:exported="false" android:process=":downloader">
<intent-filter>
<action android:name="com.ss.android.socialbase.downloader.remote" />
</intent-filter>
</service>
<service android:name="com.ss.android.socialbase.downloader.notification.DownloadNotificationService" />
<service android:name="com.ss.android.socialbase.downloader.downloader.DownloadService" />
<service android:name="com.ss.android.socialbase.downloader.impls.DownloadHandleService" />
<service android:name="com.ss.android.socialbase.downloader.downloader.SqlDownloadCacheService" />
<activity android:theme="@android:style/Theme.Translucent.NoTitleBar.Fullscreen" android:name="com.ss.android.ShowDialogActivity" />
<provider android:name="com.ss.android.token.AuthTokenMultiProcessSharedProvider" android:exported="false" android:authorities="com.ss.android.ugc.aweme.auth_token.SHARE_PROVIDER_AUTHORITY" />
<service android:name="com.bytedance.common.wschannel.server.WsChannelService" android:exported="false" android:process=":push" />
<service android:name="com.bytedance.common.wschannel.client.WsClientService" android:exported="false" />
<provider android:name="com.bytedance.common.wschannel.WsChannelMultiProcessSharedProvider" android:exported="false" android:authorities="com.ss.android.ugc.aweme.WsChannelMultiProcessSharedProvider" />
<provider android:name="androidx.lifecycle.ProcessLifecycleOwnerInitializer" android:exported="false" android:multiprocess="true" android:authorities="com.ss.android.ugc.aweme.lifecycle-process" />
<activity android:name="com.ss.android.deviceregister.AActivity" />
<provider android:name="me.jessyan.autosize.InitProvider" android:exported="false" android:multiprocess="true" android:authorities="com.ss.android.ugc.aweme.autosize-init-provider" />
<activity android:name="com.helium.wgame.debug.MiniGameScannerActivity" />
</application>
</manifest>