android 微信6.2.0 AndroidManifest.xml

来源:互联网 发布:淘宝三个月前订单不见 编辑:程序博客网 时间:2024/06/02 02:14
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:installLocation="auto" package="com.tencent.mm" platformBuildVersionCode="23" platformBuildVersionName="6.0-2704002">
    <permission android:name="com.tencent.mm.plugin.permission.WRITE" android:protectionLevel="signature"/>
    <permission android:name="com.tencent.mm.plugin.permission.READ" android:protectionLevel="signature"/>
    <permission android:name="com.tencent.mm.permission.MM_MESSAGE" android:protectionLevel="signature"/>
    <uses-permission android:name="com.tencent.mm.plugin.permission.READ"/>
    <uses-permission android:name="com.tencent.mm.plugin.permission.WRITE"/>
    <uses-permission android:name="com.tencent.mm.permission.MM_MESSAGE"/>
    <uses-permission android:name="com.huawei.authentication.HW_ACCESS_AUTH_SERVICE"/>
    <uses-feature android:name="android.hardware.camera" android:required="false"/>
    <uses-feature android:name="android.hardware.camera.autofocus" android:required="false"/>
    <uses-feature android:name="android.hardware.bluetooth" android:required="false"/>
    <uses-feature android:name="android.hardware.location" android:required="false"/>
    <uses-feature android:name="android.hardware.location.gps" android:required="false"/>
    <uses-feature android:name="android.hardware.location.network" android:required="false"/>
    <uses-feature android:name="android.hardware.microphone" android:required="false"/>
    <uses-feature android:name="android.hardware.telephony" android:required="false"/>
    <uses-feature android:name="android.hardware.touchscreen" android:required="false"/>
    <uses-feature android:name="android.hardware.wifi" android:required="false"/>
    <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
    <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION"/>
    <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/>
    <uses-permission android:name="android.permission.CAMERA"/>
    <uses-permission android:name="android.permission.GET_TASKS"/>
    <uses-permission android:name="android.permission.INTERNET"/>
    <uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS"/>
    <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED"/>
    <uses-permission android:name="android.permission.RECORD_AUDIO"/>
    <uses-permission android:name="android.permission.READ_CONTACTS"/>
    <uses-permission android:name="android.permission.READ_SMS"/>
    <uses-permission android:name="android.permission.VIBRATE"/>
    <uses-permission android:name="android.permission.WAKE_LOCK"/>
    <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
    <uses-permission android:name="android.permission.WRITE_CONTACTS"/>
    <uses-permission android:name="android.permission.WRITE_SETTINGS"/>
    <uses-permission android:name="com.android.launcher.permission.INSTALL_SHORTCUT"/>
    <uses-permission android:name="com.android.launcher.permission.UNINSTALL_SHORTCUT"/>
    <uses-permission android:name="com.android.launcher.permission.READ_SETTINGS"/>
    <uses-permission android:name="com.tencent.mm.location.permission.SEND_VIEW"/>
    <uses-permission android:name="android.permission.BLUETOOTH"/>
    <uses-permission android:name="android.permission.BLUETOOTH_ADMIN"/>
    <uses-permission android:name="android.permission.BROADCAST_STICKY"/>
    <uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW"/>
    <uses-permission android:name="android.permission.CHANGE_WIFI_STATE"/>
    <uses-permission android:name="android.permission.GET_PACKAGE_SIZE"/>
    <uses-permission android:name="android.permission.DOWNLOAD_WITHOUT_NOTIFICATION"/>
    <uses-permission android:name="android.permission.NFC"/>
    <uses-permission android:name="com.huawei.android.launcher.permission.CHANGE_BADGE"/>
    <uses-permission android:name="android.permission.WRITE_APP_BADGE"/>
    <uses-permission android:name="android.permission.ACCESS_WIFI_STATE"/>
    <uses-permission android:name="android.permission.READ_PHONE_STATE"/>
    <permission android:name="com.tencent.mm.ext.permission.READ" android:protectionLevel="signatureOrSystem"/>
    <permission android:name="com.tencent.mm.ext.permission.WRITE" android:protectionLevel="signatureOrSystem"/>
    <permission android:name="com.tencent.mm.ext.permission.SPORT"/>
    <uses-permission android:name="com.tencent.mm.ext.permission.READ"/>
    <uses-permission android:name="com.tencent.mm.ext.permission.WRITE"/>
    <uses-feature android:name="android.hardware.bluetooth_le" android:required="false"/>
    <uses-permission android:name="com.android.vending.BILLING"/>
    <android:uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
    <permission android:name="com.tencent.mm.wear.message" android:protectionLevel="signature"/>
    <uses-permission android:name="com.android.alarm.permission.SET_ALARM"/>
    <uses-permission android:name="com.tencent.mm.wear.message"/>
    <uses-permission android:name="android.permission.BODY_SENSORS"/>
    <uses-permission android:name="android.permission.USE_CREDENTIALS"/>
    <uses-permission android:name="com.google.android.c2dm.permission.RECEIVE"/>
    <uses-permission android:name="android.permission.GET_ACCOUNTS"/>
    <permission android:name="com.tencent.mm.permission.C2D_MESSAGE" android:protectionLevel="signature"/>
    <uses-permission android:name="com.tencent.mm.permission.C2D_MESSAGE"/>
    <uses-permission android:name="android.permission.USE_FINGERPRINT"/>
    <uses-permission android:name="android.permission.MANAGE_ACCOUNTS"/>
    <uses-permission android:name="android.permission.AUTHENTICATE_ACCOUNTS"/>
    <uses-permission android:name="android.permission.READ_SYNC_SETTINGS"/>
    <uses-permission android:name="android.permission.WRITE_SYNC_SETTINGS"/>
    <uses-permission android:name="android.permission.READ_PROFILE"/>
    <application android:allowBackup="false" android:hardwareAccelerated="true" android:icon="@drawable/icon" android:label="@string/gb" android:largeHeap="true" android:name="com.tencent.mm.app.Application" android:theme="@style/ao">
        <uses-library android:name="com.google.android.maps" android:required="false"/>
        <uses-library android:name="com.sec.android.app.multiwindow" android:required="false"/>
        <meta-data android:name="com.sec.android.support.multiwindow" android:value="true"/>
        <meta-data android:name="com.sec.android.multiwindow.DEFAULT_SIZE_W" android:value="632.0dip"/>
        <meta-data android:name="com.sec.android.multiwindow.DEFAULT_SIZE_H" android:value="598.0dip"/>
        <meta-data android:name="com.sec.android.multiwindow.MINIMUM_SIZE_W" android:value="632.0dip"/>
        <meta-data android:name="com.sec.android.multiwindow.MINIMUM_SIZE_H" android:value="598.0dip"/>
        <meta-data android:name="wx_qlauncher_coop" android:value="fun1,fun2"/>
        <meta-data android:name="wechat_fun_support" android:value="ext1"/>
        <meta-data android:name="wechat_ext_api_level" android:value="8"/>
        <meta-data android:name="SupportedAirMsgVersion" android:value="1.0.0"/>
        <meta-data android:name="com.tencent.mm.BuildInfo.CLIENT_VERSION" android:value="0x26031932"/>
        <meta-data android:name="com.tencent.mm.BuildInfo.OPEN_SDK_VERSION" android:value="587333634"/>
        <meta-data android:name="com.tencent.mm.BuildInfo.OPEN_SDK_PAY_ENTRY_CLASSNAME" android:value="com.tencent.mm.plugin.base.stub.WXPayEntryActivity"/>
        <meta-data android:name="com.tencent.mm.BuildInfo.BUILD_TAG" android:value="MicroMessenger_Android_GIT_RELEASE_GRADLE #1170"/>
        <meta-data android:name="com.tencent.mm.BuildInfo.BUILD_OWNER" android:value="jenkins"/>
        <meta-data android:name="com.tencent.mm.BuildInfo.BUILD_HOSTNAME" android:value="null"/>
        <meta-data android:name="com.tencent.mm.BuildInfo.BUILD_TIME" android:value="2016-08-25 16:19:41"/>
        <meta-data android:name="com.tencent.mm.BuildInfo.BUILD_COMMAND" android:value="null"/>
        <meta-data android:name="com.tencent.mm.BuildInfo.BUILD_REV" android:value="9b0cfb45a5fe3e3bd8eb301773a719aadb4730c2"/>
        <meta-data android:name="com.tencent.mm.BuildInfo.BUILD_SVNPATH" android:value="origin/RB-2016-AUG@git"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:label="@string/bbb" android:launchMode="singleTop" android:name="com.tencent.mm.ui.LauncherUI" android:theme="@style/cp" android:windowSoftInputMode="stateHidden|adjustResize">
            <intent-filter>
                <action android:name="android.intent.action.MAIN"/>
                <category android:name="android.intent.category.LAUNCHER"/>
                <category android:name="android.intent.category.MULTIWINDOW_LAUNCHER"/>
            </intent-filter>
            <intent-filter>
                <action android:name="com.tencent.mm.action.BIZSHORTCUT"/>
                <category android:name="android.intent.category.DEFAULT"/>
            </intent-filter>
        </activity>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:launchMode="singleTask" android:name="com.tencent.mm.ui.DataTransferUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.ui.CheckCanSubscribeBizUI" android:windowSoftInputMode="adjustResize"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.ui.CheckAppCanAddCardUI" android:windowSoftInputMode="adjustResize"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.ui.CheckSmsCanAddCardUI" android:windowSoftInputMode="adjustResize"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.ui.chatting.ChattingUI" android:windowSoftInputMode="adjustResize"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.ui.chatting.SendImgProxyUI" android:theme="@style/ap"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.ui.chatting.ImageDownloadUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.ui.chatting.AtSomeoneUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.ui.chatting.AppAttachDownloadUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.ui.chatting.AppAttachFileListUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.ui.chatting.ChatMoreSelectUI" android:windowSoftInputMode="stateHidden|adjustPan"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.ui.transmit.SelectConversationUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.ui.transmit.SightForwardUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.ui.transmit.ShareImageSelectorUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:launchMode="singleTop" android:name="com.tencent.mm.ui.contact.AddressUI" android:windowSoftInputMode="adjustPan"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.ui.contact.SelectContactUI" android:windowSoftInputMode="adjustPan"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.ui.contact.SelectSpecialContactUI" android:windowSoftInputMode="adjustPan"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.ui.contact.SelectLabelContactUI" android:windowSoftInputMode="adjustPan"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.ui.contact.GroupCardSelectUI" android:windowSoftInputMode="stateHidden|adjustPan"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.ui.SingleChatInfoUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.ui.contact.SendContactCardUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.ui.conversation.BizConversationUI" android:theme="@style/co"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.ui.conversation.EnterpriseConversationUI" android:theme="@style/co"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.ui.transmit.MsgRetransmitUI" android:theme="@style/ap"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.ui.transmit.SendAppMessageWrapperUI" android:theme="@style/lq"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:excludeFromRecents="true" android:name="com.tencent.mm.ui.transmit.TaskRedirectUI" android:taskAffinity="com.tencent.mm.openapi.taskredirect" android:theme="@style/ap"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.ui.contact.ModRemarkNameUI" android:windowSoftInputMode="stateVisible|adjustResize"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.ui.contact.ContactRemarkInfoModUI" android:windowSoftInputMode="stateHidden|adjustResize"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.ui.contact.ContactRemarkInfoViewUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.ui.contact.ContactRemarkImagePreviewUI" android:theme="@style/m2"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.ui.contact.SayHiEditUI" android:windowSoftInputMode="stateVisible|adjustPan"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:excludeFromRecents="true" android:exported="false" android:name="com.tencent.mm.ui.JSAPIUploadLogHelperUI" android:screenOrientation="portrait" android:theme="@style/ap"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.ui.NoRomSpaceDexUI" android:process=":nospace"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.ui.bizchat.BizChatConversationUI" android:theme="@style/co"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.ui.bizchat.BizChatFavUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.ui.bizchat.BizChatroomInfoUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.ui.bizchat.BizChatAtSomeoneUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.ui.bizchat.BizChatSelectConversationUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.ui.bizchat.BizChatSearchUI" android:theme="@style/lq" android:windowSoftInputMode="adjustPan"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:launchMode="singleInstance" android:name="com.tencent.mm.ui.tools.NewTaskUI" android:theme="@style/ap"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:launchMode="singleInstance" android:name="com.tencent.mm.ui.tools.DisasterUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:exported="false" android:name="com.tencent.mm.ui.tools.MultiStageCitySelectUI">
            <intent-filter>
                <action android:name="com.tencent.mm.action.GET_ADRESS"/>
                <category android:name="android.intent.category.DEFAULT"/>
            </intent-filter>
        </activity>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.ui.tools.CountryCodeUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:launchMode="singleTop" android:name="com.tencent.mm.ui.tools.CropImageNewUI" android:process=":tools"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:launchMode="singleTop" android:name="com.tencent.mm.ui.chatting.gallery.ImageGalleryUI" android:theme="@style/lv"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:hardwareAccelerated="true" android:launchMode="singleTop" android:name="com.tencent.mm.ui.chatting.gallery.ImageGalleryGridUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.ui.tools.ShowImageUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.ui.contact.SnsAddressUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.ui.contact.VoipAddressUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:icon="@drawable/icon" android:name="com.tencent.mm.ui.tools.ShareImgUI">
            <intent-filter android:label="@string/hy">
                <action android:name="android.intent.action.SEND"/>
                <category android:name="android.intent.category.DEFAULT"/>
                <data android:mimeType="image/*"/>
                <data android:mimeType="video/*"/>
                <data android:mimeType="text/*"/>
                <data android:mimeType="application/*"/>
            </intent-filter>
            <intent-filter android:label="@string/hy">
                <action android:name="android.intent.action.SEND_MULTIPLE"/>
                <category android:name="android.intent.category.DEFAULT"/>
                <data android:mimeType="image/*"/>
            </intent-filter>
        </activity>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:icon="@drawable/ady" android:name="com.tencent.mm.ui.tools.AddFavoriteUI">
            <intent-filter android:label="@string/dr">
                <action android:name="android.intent.action.SEND"/>
                <category android:name="android.intent.category.DEFAULT"/>
                <data android:mimeType="image/*"/>
                <data android:mimeType="video/*"/>
                <data android:mimeType="text/*"/>
                <data android:mimeType="application/*"/>
                <data android:mimeType="audio/*"/>
            </intent-filter>
            <intent-filter android:label="@string/dr">
                <action android:name="android.intent.action.SEND_MULTIPLE"/>
                <category android:name="android.intent.category.DEFAULT"/>
                <data android:mimeType="image/*"/>
            </intent-filter>
        </activity>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:icon="@drawable/a8k" android:name="com.tencent.mm.ui.tools.ShareToTimeLineUI">
            <intent-filter android:label="@string/hx">
                <action android:name="android.intent.action.SEND"/>
                <category android:name="android.intent.category.DEFAULT"/>
                <data android:mimeType="image/*"/>
            </intent-filter>
            <intent-filter android:label="@string/hx">
                <action android:name="android.intent.action.SEND_MULTIPLE"/>
                <category android:name="android.intent.category.DEFAULT"/>
                <data android:mimeType="image/*"/>
            </intent-filter>
        </activity>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:icon="@drawable/icon" android:launchMode="singleTask" android:name="com.tencent.mm.ui.tools.ShareScreenImgUI">
            <intent-filter android:label="@string/hy">
                <action android:name="android.intent.action.VIEW"/>
                <category android:name="android.intent.category.DEFAULT"/>
                <data android:mimeType="image/*"/>
            </intent-filter>
        </activity>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:icon="@drawable/a8k" android:launchMode="singleTask" android:name="com.tencent.mm.ui.tools.ShareScreenToTimeLineUI">
            <intent-filter android:label="@string/hx">
                <action android:name="android.intent.action.VIEW"/>
                <category android:name="android.intent.category.DEFAULT"/>
                <data android:mimeType="image/*"/>
            </intent-filter>
        </activity>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.ui.tools.ShareImageRedirectUI" android:theme="@style/ap"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.backup.topcui.BakToPcUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.backup.topcui.BakWaitingUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.backup.topcui.BakFinishUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.backup.topcui.BakConnErrorUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.backup.topcui.BakOperatingUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.backup.ui.BakChatUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.backup.ui.BakChatRecoverCheckUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.backup.ui.BakChatUploadSelectUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.backup.ui.BakChatUploadingUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.backup.ui.BakChatRecoveringUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.backup.ui.BakchatSetCryptUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.backup.ui.BakchatSelcetCryptUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.backup.ui.BakChatInputCryptUI"/>
        <receiver android:exported="false" android:name="com.tencent.mm.booter.NotifyReceiver"/>
        <receiver android:exported="false" android:name="com.tencent.mm.booter.BluetoothStateReceiver">
            <intent-filter>
                <action android:name="android.bluetooth.adapter.action.STATE_CHANGED"/>
            </intent-filter>
        </receiver>
        <receiver android:exported="false" android:name="com.tencent.mm.sandbox.monitor.CrashUploadAlarmReceiver"/>
        <receiver android:name="com.tencent.mm.booter.MountReceiver">
            <intent-filter>
                <action android:name="android.intent.action.MEDIA_MOUNTED"/>
                <action android:name="android.intent.action.MEDIA_EJECT"/>
                <action android:name="android.intent.action.MEDIA_UNMOUNTED"/>
                <action android:name="android.intent.action.MEDIA_SHARED"/>
                <action android:name="android.intent.action.MEDIA_SCANNER_STARTED"/>
                <action android:name="android.intent.action.MEDIA_SCANNER_FINISHED"/>
                <action android:name="android.intent.action.MEDIA_REMOVED"/>
                <action android:name="android.intent.action.MEDIA_BAD_REMOVAL"/>
                <data android:scheme="file"/>
            </intent-filter>
        </receiver>
        <service android:name="com.tencent.mm.booter.NotifyReceiver$NotifyService"/>
        <service android:name="com.tencent.mm.booter.NotifyReceiver$NotifyService$InnerService"/>
        <service android:name="com.tencent.mm.modelfriend.AddrBookObserver$AddrBookService"/>
        <receiver android:name="com.tencent.mm.booter.BluetoothReceiver">
            <intent-filter>
                <action android:name="android.media.SCO_AUDIO_STATE_CHANGED"/>
                <action android:name="android.media.ACTION_SCO_AUDIO_STATE_UPDATED"/>
            </intent-filter>
        </receiver>
        <receiver android:name="com.tencent.mm.booter.InstallReceiver">
            <intent-filter>
                <action android:name="com.android.vending.INSTALL_REFERRER"/>
            </intent-filter>
        </receiver>
        <receiver android:exported="false" android:name="com.tencent.mm.booter.MMReceivers$ToolsProcessReceiver" android:process=":tools"/>
        <receiver android:exported="false" android:name="com.tencent.mm.booter.MMReceivers$SandBoxProcessReceiver" android:process=":sandbox"/>
        <receiver android:exported="false" android:name="com.tencent.mm.booter.MMReceivers$ExdeviceProcessReceiver" android:process=":exdevice">
            <intent-filter>
                <action android:name="android.intent.action.BOOT_COMPLETED"/>
            </intent-filter>
        </receiver>
        <receiver android:name="com.tencent.mm.plugin.backup.bakpcmodel.BakchatPcmgrNorify" android:permission="">
            <intent-filter>
                <action android:name="MMBakchatServiceStart"/>
                <action android:name="MMBakchatServiceStop"/>
            </intent-filter>
        </receiver>
        <service android:exported="false" android:name="com.tencent.mm.plugin.backup.bakpcmodel.BakchatPcUsbService">
            <intent-filter>
                <action android:name="com.tencent.mm.plugin.backup.bakpcmodel.BakchatPcUsbService"/>
            </intent-filter>
        </service>
        <service android:name="com.tencent.mm.booter.CoreService" android:process=":push"/>
        <service android:name="com.tencent.mm.booter.CoreService$InnerService" android:process=":push"/>
        <service android:name="com.tencent.mm.booter.cache.CacheService" android:process=":push"/>
        <service android:name="com.tencent.mm.plugin.hp.tinker.TinkerPatchResultService"/>
        <receiver android:name="com.tencent.mm.booter.MMReceivers$BootReceiver" android:process=":push">
            <intent-filter>
                <action android:name="android.intent.action.BOOT_COMPLETED"/>
            </intent-filter>
        </receiver>
        <receiver android:name="com.tencent.mm.booter.MMReceivers$ConnectionReceiver" android:process=":push">
            <intent-filter>
                <action android:name="android.net.conn.CONNECTIVITY_CHANGE"/>
            </intent-filter>
        </receiver>
        <receiver android:name="com.tencent.mm.booter.MMReceivers$AlarmReceiver" android:process=":push"/>
        <receiver android:exported="false" android:name="com.tencent.mm.jni.platformcomm.Alarm" android:process=":push"/>
        <provider android:authorities="com.tencent.mm.sdk.plugin.provider" android:exported="true" android:name="com.tencent.mm.plugin.base.stub.MMPluginProvider" android:writePermission="com.tencent.mm.plugin.permission.WRITE"/>
        <provider android:authorities="com.tencent.mm.sdk.comm.provider" android:exported="true" android:name="com.tencent.mm.plugin.base.stub.WXCommProvider"/>
        <activity android:excludeFromRecents="true" android:exported="true" android:launchMode="singleTop" android:name="com.tencent.mm.plugin.base.stub.WXEntryActivity" android:taskAffinity=".sdkentry" android:theme="@style/lq"/>
        <activity android:excludeFromRecents="true" android:exported="false" android:launchMode="singleTop" android:name="com.tencent.mm.plugin.base.stub.WXBizEntryActivity" android:theme="@style/lq"/>
        <activity android:excludeFromRecents="true" android:exported="true" android:launchMode="singleTop" android:name="com.tencent.mm.plugin.base.stub.WXCustomSchemeEntryActivity" android:theme="@style/lq">
            <intent-filter>
                <data android:scheme="weixin"/>
                <action android:name="android.intent.action.VIEW"/>
                <category android:name="android.intent.category.DEFAULT"/>
                <category android:name="android.intent.category.BROWSABLE"/>
            </intent-filter>
        </activity>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:excludeFromRecents="true" android:exported="true" android:launchMode="singleTop" android:name="com.tencent.mm.plugin.base.stub.WXPayEntryActivity" android:theme="@style/m9"/>
        <receiver android:name="com.tencent.mm.plugin.base.stub.WXEntryActivity$EntryReceiver">
            <intent-filter>
                <action android:name="com.tencent.mm.plugin.openapi.Intent.ACTION_HANDLE_APP_REGISTER"/>
                <action android:name="com.tencent.mm.plugin.openapi.Intent.ACTION_HANDLE_APP_UNREGISTER"/>
            </intent-filter>
        </receiver>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:launchMode="singleTop" android:name="com.tencent.mm.plugin.base.stub.UIEntryStub" android:taskAffinity=".sdkentry" android:theme="@style/ap"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.ui.voicesearch.VoiceSearchResultUI" android:windowSoftInputMode="adjustPan"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.ui.voicesearch.SearchConversationResultUI" android:windowSoftInputMode="adjustPan"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.ui.chatting.ResourcesExceedUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.ui.contact.ChatroomContactUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.ui.tools.AccountDeletedAlphaAlertUI" android:theme="@style/ap"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.ui.bindlinkedin.ListLinkedInFriendUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.ui.bindlinkedin.InviteLinkedInFriendUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.permission.PermissionWarningDialog" android:theme="@style/ap"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.ui.setting.SettingDeleteAccountAgreementUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.ui.setting.SettingDeleteAccountInputPassUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.ui.setting.SettingDeleteAccountUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.autoadd.ui.AutoAddFriendUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.performance.wxperformancetool.MemoryLeakActivity" android:theme="@style/ap"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.ui.chatting.ChattingSendDataToDeviceUI" android:screenOrientation="portrait" android:theme="@style/ap"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.safedevice.ui.SecurityAccountIntroUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.safedevice.ui.SecurityAccountVerifyUI" android:windowSoftInputMode="stateVisible|adjustPan"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.safedevice.ui.MySafeDeviceListUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.safedevice.ui.ModSafeDeviceNameUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.safedevice.ui.BindSafeDeviceUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.ui.bindqq.BindQQUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.ui.bindqq.VerifyQQUI" android:windowSoftInputMode="stateVisible|adjustPan"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.ui.bindqq.StartUnbindQQ"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.ui.bindqq.SuccUnbindQQ"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.ui.bindgooglecontact.BindGoogleContactIntroUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.ui.bindgooglecontact.GoogleFriendUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.ui.bindgooglecontact.BindGoogleContactUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.ui.bindlinkedin.BindLinkedInUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.pluginsdk.ui.tools.FileExplorerUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.pluginsdk.ui.tools.AppChooserUI" android:theme="@style/ap"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:launchMode="singleTask" android:name="com.tencent.mm.pluginsdk.ui.tools.MiniQBReaderUI" android:process=":tools" android:theme="@style/ap"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.pluginsdk.downloader.ui.ProgressDialogUI" android:theme="@style/m5"/>
        <receiver android:name="com.tencent.mm.pluginsdk.model.downloader.FileDownloadReceiver">
            <intent-filter>
                <action android:name="android.intent.action.DOWNLOAD_COMPLETE"/>
            </intent-filter>
        </receiver>
        <service android:exported="false" android:name="com.tencent.mm.pluginsdk.model.downloader.FileDownloadService"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.pluginsdk.ui.FileDownloadConfirmUI" android:theme="@style/ap"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.ui.Sort3rdAppUI"/>
        <service android:name="com.tencent.mm.remoteservice.RemoteService"/>
        <receiver android:exported="false" android:name="com.tencent.mm.modelstat.WatchDogPushReceiver" android:process=":push"/>
        <receiver android:exported="false" android:name="com.tencent.mm.plugin.report.service.KVCommCrossProcessReceiver"/>
        <meta-data android:name="TencentGeoLocationSDK" android:value="wechat,JJBLX-KSS3T-AYHOO-5G2NV-KRPVU"/>
        <service android:exported="false" android:name="com.tencent.mm.crash.CrashUploaderService" android:process=":cuploader"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.ui.tools.MMTextInputUI" android:windowSoftInputMode="stateVisible|adjustPan"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.address.ui.WalletAddAddressUI" android:windowSoftInputMode="stateVisible"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.address.ui.WalletSelectAddrUI" android:theme="@style/lq"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.address.ui.WalletMultiRcptSelectUI"/>
        <meta-data android:name="com.google.android.gms.car.application" android:resource="@xml/j"/>
        <receiver android:exported="false" android:name="com.tencent.mm.plugin.auto.service.MMAutoMessageHeardReceiver">
            <intent-filter>
                <action android:name="com.tencent.mm.permission.MM_AUTO_HEARD_MESSAGE"/>
            </intent-filter>
        </receiver>
        <receiver android:exported="false" android:name="com.tencent.mm.plugin.auto.service.MMAutoMessageReplyReceiver">
            <intent-filter>
                <action android:name="com.tencent.mm.permission.MM_AUTO_REPLY_MESSAGE"/>
            </intent-filter>
        </receiver>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:launchMode="singleTask" android:name="com.tencent.mm.plugin.backup.moveui.BakMoveNewUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.backup.moveui.BakMoveOldUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.backup.moveui.BakMoveWaitUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.backup.moveui.BakMoveErrUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.backup.moveui.BakMoveUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.backup.moveui.BakMoveChooseUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.bottle.ui.BottleWizardStep1"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.bottle.ui.BottleWizardStep2"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.bottle.ui.BottleBeachUI" android:screenOrientation="portrait" android:theme="@style/m4"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.bottle.ui.BottleConversationUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.bottle.ui.BottleChattingUI" android:windowSoftInputMode="stateHidden|adjustResize"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.bottle.ui.BottlePersonalInfoUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.brandservice.ui.BrandServiceIndexUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.brandservice.ui.SearchOrRecommendBizUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.brandservice.ui.EnterpriseBizContactPlainListUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.brandservice.ui.EnterpriseBizContactListUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.brandservice.ui.EnterpriseBizSearchUI" android:theme="@style/lq" android:windowSoftInputMode="adjustPan"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.brandservice.ui.ReceiveTemplateMsgMgrUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.brandservice.ui.BrandServiceLocalSearchUI" android:theme="@style/lq" android:windowSoftInputMode="adjustPan"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.brandservice.ui.BizSearchDetailPageUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:launchMode="singleTop" android:name="com.tencent.mm.plugin.card.ui.CardIndexUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:launchMode="singleTop" android:name="com.tencent.mm.plugin.card.ui.CardInvalidCardUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.card.ui.CardDetailUI"/>
        <activity android:name="com.tencent.mm.plugin.card.ui.CardDetailPreference"/>
        <activity android:name="com.tencent.mm.plugin.card.ui.CardPrivilegeUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:launchMode="singleTop" android:name="com.tencent.mm.plugin.card.ui.CardNewMsgUI"/>
        <activity android:name="com.tencent.mm.plugin.card.ui.CardShopUI"/>
        <activity android:name="com.tencent.mm.plugin.card.ui.CardListSelectedUI"/>
        <activity android:launchMode="singleTop" android:name="com.tencent.mm.plugin.card.ui.CardAcceptCardListUI"/>
        <activity android:launchMode="singleTop" android:name="com.tencent.mm.plugin.card.ui.CardAddEntranceUI" android:theme="@style/m4"/>
        <activity android:launchMode="singleTop" android:name="com.tencent.mm.plugin.card.ui.CardViewUI"/>
        <activity android:launchMode="singleTop" android:name="com.tencent.mm.plugin.card.ui.CardViewEntranceUI" android:theme="@style/m4"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.card.sharecard.ui.ShareCardListUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.card.ui.CardHomePageUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.card.sharecard.ui.CardConsumeCodeUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:launchMode="singleTop" android:name="com.tencent.mm.plugin.card.sharecard.ui.CardConsumeSuccessUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:launchMode="singleTop" android:name="com.tencent.mm.plugin.card.ui.CardShowWaringTransparentUI" android:screenOrientation="portrait" android:theme="@style/ap"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.chatroom.ui.RoomUpgradeUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.chatroom.ui.RoomUpgradeResultUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.chatroom.ui.RoomAlphaProcessUI" android:theme="@style/ap"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.chatroom.ui.RoomAnnouncementUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.chatroom.ui.ChatroomInfoUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.chatroom.ui.RoomCardUI" android:windowSoftInputMode="stateHidden"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.chatroom.ui.GrantRoomUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.chatroom.ui.RoomRightUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.chatroom.ui.RoomInfoDetailUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.chatroom.ui.DelChatroomMemberUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.chatroom.ui.SeeRoomMemberUI" android:windowSoftInputMode="stateHidden"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.chatroom.ui.SelectDelRoomMemberUI" android:windowSoftInputMode="stateHidden"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.chatroom.ui.ModRemarkRoomNameUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.chatroom.ui.SelectNewRoomOwnerUI" android:windowSoftInputMode="stateHidden"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.clean.ui.CleanListUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.clean.ui.CleanUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.clean.ui.CleanChattingUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.clean.ui.CleanChattingDetailUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.emoji.ui.CustomSmileyPreviewUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.emoji.ui.EmojiCustomUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.emoji.ui.EmojiStoreUI" android:screenOrientation="portrait"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.emoji.ui.EmojiPaidUI" android:screenOrientation="portrait"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.emoji.ui.EmojiStoreDetailUI" android:screenOrientation="portrait"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.emoji.ui.EmojiMineUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.emoji.ui.EmojiSortUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.emoji.ui.AppMsgEmojiDownloadUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.emoji.ui.EmojiStoreTopicUI" android:screenOrientation="portrait"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.emoji.ui.v2.EmojiStoreV2UI" android:screenOrientation="portrait"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.emoji.ui.v2.EmojiStoreV2DesignerUI" android:screenOrientation="portrait"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.emoji.ui.v2.EmojiStoreV2RankUI" android:screenOrientation="portrait"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.emoji.ui.v2.EmojiStoreV2RewardUI" android:screenOrientation="portrait"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.emoji.ui.v2.EmojiStoreV2RewardDetailUI" android:screenOrientation="portrait"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.emoji.ui.v2.EmojiStoreV2RewardThanksUI" android:screenOrientation="portrait"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.emoji.ui.v2.EmojiStoreV2SingleProductUI" android:screenOrientation="portrait"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.emoji.ui.v2.EmojiStoreV2SingleProductDialogUI" android:screenOrientation="portrait" android:theme="@style/ap"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.emoji.ui.EmojiAddCustomDialogUI" android:screenOrientation="portrait" android:theme="@style/ap"/>
        <provider android:authorities="com.tencent.mm.plugin.ext.ExtContentProviderBase" android:exported="false" android:name="com.tencent.mm.plugin.ext.provider.ExtContentProviderBase" android:readPermission="com.tencent.mm.ext.permission.READ" android:writePermission="com.tencent.mm.ext.permission.WRITE"/>
        <provider android:authorities="com.tencent.mm.plugin.ext.message" android:exported="true" android:name="com.tencent.mm.plugin.ext.provider.ExtControlProviderMsg" android:readPermission="com.tencent.mm.ext.permission.READ" android:writePermission="com.tencent.mm.ext.permission.WRITE"/>
        <provider android:authorities="com.tencent.mm.plugin.ext.SearchContact" android:exported="true" android:name="com.tencent.mm.plugin.ext.provider.ExtControlProviderSearchContact" android:readPermission="com.tencent.mm.ext.permission.READ" android:writePermission="com.tencent.mm.ext.permission.WRITE"/>
        <provider android:authorities="com.tencent.mm.plugin.ext.NearBy" android:exported="true" android:name="com.tencent.mm.plugin.ext.provider.ExtControlProviderNearBy" android:readPermission="com.tencent.mm.ext.permission.READ" android:writePermission="com.tencent.mm.ext.permission.WRITE"/>
        <provider android:authorities="com.tencent.mm.plugin.ext.SNS" android:exported="true" android:name="com.tencent.mm.plugin.ext.provider.ExtControlProviderSNS" android:readPermission="com.tencent.mm.ext.permission.READ" android:writePermission="com.tencent.mm.ext.permission.WRITE"/>
        <provider android:authorities="com.tencent.mm.plugin.ext.AccountSync" android:exported="true" android:name="com.tencent.mm.plugin.ext.provider.ExtControlProviderAccountSync" android:readPermission="com.tencent.mm.ext.permission.READ" android:writePermission="com.tencent.mm.ext.permission.WRITE"/>
        <provider android:authorities="com.tencent.mm.plugin.ext.entry" android:exported="true" android:name="com.tencent.mm.plugin.ext.provider.ExtControlProviderEntry" android:readPermission="com.tencent.mm.ext.permission.READ" android:writePermission="com.tencent.mm.ext.permission.WRITE"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:launchMode="singleTop" android:name="com.tencent.mm.plugin.ext.ui.RedirectToChattingByPhoneStubUI" android:screenOrientation="portrait" android:theme="@style/lq"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.extqlauncher.ui.QLauncherCreateShortcutUI" android:theme="@android:style/Theme.Translucent"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.exdevice.ui.ExdeviceRankInfoUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.exdevice.ui.ExdeviceConnectWifiUI"/>
        <service android:exported="false" android:name="com.tencent.mm.plugin.exdevice.service.ExDeviceService" android:process=":exdevice"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.exdevice.ui.ExdeviceProfileUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.exdevice.ui.ExdeviceLikeUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.exdevice.ui.ExdeviceSettingUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.exdevice.ui.ExdeviceExpireUI"/>
        <receiver android:name="com.tencent.mm.plugin.exdevice.devicestep.StepAwakeAlarmReceiver" android:process=":exdevice"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.exdevice.ui.ExdeviceAddDataSourceUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.exdevice.ui.ExdeviceManageDeviceUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.exdevice.ui.ExdeviceDeviceProfileUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.exdevice.ui.ExdeviceRankDataSourceUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.exdevice.ui.ExdeviceBindDeviceGuideUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.exdevice.ui.ExdeviceBindDeviceUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.exdevice.ui.ExdeviceConnectedRouterActivateStateUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.favorite.ui.FavoriteIndexUI" android:windowSoftInputMode="adjustPan"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:launchMode="singleTop" android:name="com.tencent.mm.plugin.favorite.ui.FavOpenApiEntry" android:theme="@style/m9"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.favorite.ui.FavTipsUI" android:theme="@style/m5"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.favorite.ui.FavTextEditUI" android:windowSoftInputMode="adjustResize"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.favorite.ui.FavTagEditUI" android:windowSoftInputMode="adjustResize"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.favorite.ui.FavSelectUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.favorite.ui.FavImgGalleryUI" android:theme="@style/m4"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.favorite.ui.FavSearchUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.favorite.ui.detail.FavoriteTextDetailUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.favorite.ui.detail.FavoriteImgDetailUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.favorite.ui.detail.FavoriteFileDetailUI" android:screenOrientation="portrait"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.favorite.ui.detail.FavoriteSightDetailUI" android:screenOrientation="portrait"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.favorite.ui.detail.FavoriteVoiceDetailUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.favorite.ui.detail.FavoriteMusicDetailUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.favorite.ui.post.FavPostTextUI" android:windowSoftInputMode="stateVisible|adjustResize"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.favorite.ui.post.FavPostVoiceUI" android:screenOrientation="portrait" android:theme="@style/m5"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.favorite.ui.post.FavNotePostVoiceUI" android:screenOrientation="portrait" android:theme="@style/m5"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.freewifi.ui.FreewifiWeChatNoAuthStateUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.freewifi.ui.FreeWifiMIGNoAuthStateUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.freewifi.ui.FreeWifiAuthStateUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.freewifi.ui.FreeWifiIntroductionUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:launchMode="singleTop" android:name="com.tencent.mm.plugin.freewifi.ui.FreeWifiEntryUI" android:theme="@style/m5"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.freewifi.ui.FreeWifiNetCheckUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.freewifi.ui.FreeWifiManufacturerLoadingUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.freewifi.ui.FreeWifiNoWifiUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.freewifi.ui.FreeWifiFrontPageUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.freewifi.ui.ProtocolThreeOneUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.freewifi.ui.ProtocolThreeTwoUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.freewifi.ui.ProtocolThreeThreeUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.freewifi.ui.FreeWifiPcUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.freewifi.ui.FreeWifiErrorUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:launchMode="singleTask" android:name="com.tencent.mm.plugin.freewifi.ui.FreeWifiSuccWebViewUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.freewifi.ui.FreeWifiActivateAuthStateUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.freewifi.ui.FreewifiActivateWeChatNoAuthStateUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.freewifi.ui.FreeWifiSuccUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.freewifi.ui.FreeWifiOwnerUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.freewifi.ui.FreeWifiTestActivity"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.webview.ui.tools.jsapi.ShareToQQWeiboUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.webview.ui.tools.WebViewUI" android:process=":tools" android:screenOrientation="sensor"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.webview.ui.tools.WebViewTestUI" android:process=":tools" android:screenOrientation="sensor"/>
        <service android:name="com.tencent.mm.plugin.webview.stub.WebViewStubService"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.webview.ui.tools.TransparentWebViewUI" android:process=":tools" android:screenOrientation="sensor" android:theme="@style/lq"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.webview.stub.WebViewStubProxyUI" android:theme="@style/ap"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.webview.ui.tools.BrowserChooseActivity" android:theme="@style/ap"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.webview.ui.tools.OAuthUI" android:process=":tools"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.webview.ui.tools.ContactQZoneWebView" android:process=":tools"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.webview.ui.tools.QRCodeIntroductionWebViewUI" android:process=":tools" android:windowSoftInputMode="stateHidden|adjustPan"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.webview.ui.tools.OpenFileChooserUI" android:theme="@style/ap"/>
        <activity android:launchMode="singleTask" android:name="com.tencent.mm.plugin.webview.ui.tools.QQCallbackUI" android:noHistory="true">
            <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="tencent1103188687"/>
            </intent-filter>
        </activity>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.webview.stub.WebviewScanImageActivity" android:theme="@style/ap"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.webview.ui.tools.fts.FTSWebViewUI" android:process=":tools" android:screenOrientation="sensor"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.webview.ui.tools.fts.FTSSearchTabWebViewUI" android:process=":tools" android:screenOrientation="sensor"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.webview.ui.tools.game.GameWebViewUI" android:process=":tools" android:screenOrientation="sensor"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:exported="false" android:name="com.tencent.mm.plugin.webview.ui.tools.emojistore.EmojiStoreSearchWebViewUI" android:process=":tools" android:screenOrientation="sensor"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.webview.stub.WebViewStubTempUI" android:theme="@style/ap"/>
        <activity android:exported="false" android:launchMode="singleTop" android:name="com.tencent.mm.plugin.nfc.reader.ui.NfcNdefDiscoveredUI" android:theme="@style/lq"/>
        <activity android:launchMode="singleTask" android:name="com.tencent.mm.plugin.nfc.biz.idpay.NfcIdPayOpenUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.gallery.ui.GalleryUI" android:process=":tools" android:screenOrientation="portrait"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.gallery.ui.ImagePreviewUI" android:process=":tools" android:screenOrientation="portrait" android:theme="@style/m2"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.gallery.ui.AlbumPreviewUI" android:process=":tools" android:screenOrientation="portrait" android:theme="@style/ls"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:launchMode="singleTop" android:name="com.tencent.mm.plugin.gallery.ui.GalleryEntryUI" android:process=":tools" android:theme="@style/m4"/>
        <service android:name="com.tencent.mm.plugin.gallery.stub.GalleryStubService"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.game.ui.GameCenterUI" android:screenOrientation="portrait"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.game.ui.GameDetailInfoUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.game.ui.AuthorizedGameListUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.game.ui.GameSettingsUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.game.ui.GameGestureGalleryUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.game.ui.GameRankMsgUI" android:screenOrientation="portrait"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.game.ui.GameMessageUI"/>
        <activity android:configChanges="keyboardHidden|orientation" android:name="com.tencent.mm.plugin.game.ui.GameDownloadTipsUI" android:theme="@style/ap"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:excludeFromRecents="true" android:exported="false" android:name="com.tencent.mm.plugin.game.ui.GameMD5CheckUI" android:taskAffinity="com.tencent.mm.game.md5check" android:theme="@style/m5">
            <intent-filter>
                <action android:name="com.tencent.mm.game.md5check"/>
                <category android:name="android.intent.category.DEFAULT"/>
            </intent-filter>
        </activity>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.game.ui.GameIndexUI" android:screenOrientation="portrait"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.game.ui.GameNewIntroductionUI" android:screenOrientation="portrait"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.game.ui.GameDetailUI" android:screenOrientation="portrait"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.game.ui.GameGalleryUI" android:screenOrientation="portrait" android:theme="@style/m2"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.game.ui.GameLibraryUI" android:screenOrientation="portrait"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.game.ui.GameRankUI" android:screenOrientation="portrait"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.game.ui.GameSearchUI" android:screenOrientation="portrait"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.game.ui.GameCategoryUI" android:screenOrientation="portrait"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.game.ui.GameCenterUI2" android:screenOrientation="portrait"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.game.ui.GameDetailUI2" android:screenOrientation="portrait"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:excludeFromRecents="true" android:exported="false" android:launchMode="singleTop" android:name="com.tencent.mm.plugin.game.ui.CreateOrJoinChatroomUI" android:theme="@style/lq"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.game.ui.GameDetailRankUI" android:screenOrientation="portrait"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.game.ui.GameDetailRankLikedUI" android:screenOrientation="portrait"/>
        <service android:exported="false" android:name="com.tencent.tmassistantsdk.downloadservice.TMAssistantDownloadSDKService" android:process=":TMAssistantDownloadSDKService"/>
        <activity android:exported="false" android:name="com.tencent.mm.plugin.gwallet.GWalletUI" android:theme="@android:style/Theme.Translucent">
            <intent-filter>
                <action android:name="com.tencent.mm.gwallet.ACTION_PAY_REQUEST"/>
                <action android:name="com.tencent.mm.gwallet.ACTION_QUERY_REQUEST"/>
                <category android:name="android.intent.category.DEFAULT"/>
            </intent-filter>
        </activity>
        <provider android:authorities="com.tencent.mm.plugin.gwallet.queryprovider" android:exported="false" android:name="com.tencent.mm.plugin.gwallet.GWalletQueryProvider"/>
        <uses-library android:name="com.here.android" android:required="false"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.location.ui.RedirectUI" android:theme="@style/ap"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.location.ui.RemarkUI" android:screenOrientation="portrait" android:windowSoftInputMode="stateVisible|adjustPan"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.location.ui.LocationExtUI" android:screenOrientation="portrait"/>
        <meta-data android:name="TencentMapSDK" android:value="00e3d061e7debe5f88aec44e0b549b76"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.location_soso.SoSoProxyUI" android:screenOrientation="portrait" android:theme="@style/ao"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.location_google.GoogleProxyUI" android:screenOrientation="portrait" android:theme="@style/ao"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:launchMode="singleTop" android:name="com.tencent.mm.plugin.mall.ui.MallIndexUI" android:screenOrientation="portrait" android:theme="@style/lq"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:launchMode="singleTop" android:name="com.tencent.mm.plugin.mall.ui.MallIndexOSUI" android:screenOrientation="portrait" android:theme="@style/lq"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.wallet_core.ui.WalletCheckPwdUI" android:screenOrientation="portrait" android:theme="@style/lq" android:windowSoftInputMode="stateAlwaysHidden"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.wallet_core.ui.WalletVerifyCodeUI" android:windowSoftInputMode="stateVisible"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:launchMode="singleTop" android:name="com.tencent.mm.plugin.wallet_core.ui.WalletOrderInfoUI" android:theme="@style/lq"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.wallet_core.ui.WalletSetPasswordUI" android:screenOrientation="portrait" android:windowSoftInputMode="stateAlwaysHidden"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.wallet_core.ui.WalletPwdConfirmUI" android:screenOrientation="portrait" android:windowSoftInputMode="stateAlwaysHidden"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.wallet_core.ui.WalletCardSelectUI" android:screenOrientation="portrait" android:theme="@style/lq"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.wallet_core.ui.WalletBankcardIdUI" android:screenOrientation="portrait" android:windowSoftInputMode="stateAlwaysHidden"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.wallet_core.ui.WalletConfirmCardIDUI" android:screenOrientation="portrait" android:windowSoftInputMode="stateAlwaysHidden"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.wallet_core.ui.WalletCardElementUI" android:screenOrientation="portrait" android:windowSoftInputMode="stateHidden"/>
        <activity android:configChanges="keyboardHidden|orientation" android:name="com.tencent.mm.plugin.wallet_core.ui.WalletCardImportUI" android:windowSoftInputMode="stateHidden"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.wallet_core.ui.ibg.WalletIbgAdapterUI" android:screenOrientation="portrait" android:theme="@style/lq"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.wallet_core.ui.ibg.WalletIbgOrderInfoUI" android:theme="@style/lq"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.wallet_core.ui.WalletSelectBankcardUI" android:screenOrientation="portrait" android:windowSoftInputMode="stateHidden"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.wallet_core.id_verify.WalletRealNameVerifyUI" android:screenOrientation="portrait"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.wallet_core.id_verify.SwitchRealnameVerifyModeUI" android:screenOrientation="portrait" android:windowSoftInputMode="stateAlwaysHidden"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:launchMode="singleTop" android:name="com.tencent.mm.plugin.wallet_core.id_verify.WalletRealNameProcessProxyUI" android:theme="@style/ap"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.wallet_core.ui.WalletSwitchWalletCurrencyUI" android:screenOrientation="portrait"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:launchMode="singleTop" android:name="com.tencent.mm.plugin.wallet_core.id_verify.RealnameDialogActivity" android:theme="@style/ap"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.masssend.ui.MassSendSelectContactUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.masssend.ui.MassSendMsgUI" android:windowSoftInputMode="stateVisible|adjustResize"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:launchMode="singleTop" android:name="com.tencent.mm.plugin.masssend.ui.MassSendHistoryUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.nearby.ui.NearbyFriendsIntroUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.nearby.ui.NearbyFriendShowSayHiUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.nearby.ui.NearbyFriendsUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.nearby.ui.NearbyPersonalInfoUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.nearby.ui.NearbySayHiListUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.nearlife.ui.CheckInLifeUI" android:windowSoftInputMode="adjustResize"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.nearlife.ui.NearLifeCreatePoiUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.nearlife.ui.SelectPoiCategoryUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.pwdgroup.ui.FacingCreateChatRoomAllInOneUI" android:screenOrientation="portrait" android:theme="@style/m7"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.qqmail.ui.RoomInfoShareQrUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.qqmail.ui.ComposeUI" android:screenOrientation="portrait"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.qqmail.ui.MailAddrListUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.qqmail.ui.ReadMailUI" android:process=":tools"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.qqmail.ui.MailAddrProfileUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.qqmail.ui.MailWebViewUI" android:process=":tools"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.qqmail.ui.CompressPreviewUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.qqmail.ui.AttachDownloadPage"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.qqmail.ui.MailImageDownloadUI"/>
        <activity android:name="com.tencent.mm.plugin.qqmail.stub.QQMailStubProxyUI" android:theme="@style/ap"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.qmessage.ui.QConversationUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.radar.ui.RadarSearchUI" android:screenOrientation="portrait"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.readerapp.ui.ReaderAppUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.readerapp.ui.ReaderAppIntroUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.readerapp.ui.ReaderAppSubscribeUI"/>
        <service android:name="com.tencent.mm.sandbox.monitor.ExceptionMonitorService" android:process=":sandbox"/>
        <service android:name="com.tencent.mm.sandbox.updater.UpdaterService" android:process=":sandbox"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.sandbox.updater.AppUpdaterUI" android:process=":sandbox" android:theme="@style/ap"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.sandbox.updater.AppInstallerUI" android:process=":sandbox" android:theme="@style/ap"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.search.ui.FTSMainUI" android:windowSoftInputMode="adjustPan"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.search.ui.FTSAddFriendUI" android:windowSoftInputMode="adjustPan"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.search.ui.FTSDetailUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.search.ui.FTSTalkerUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.search.ui.FTSChattingTalkerUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:launchMode="singleTask" android:name="com.tencent.mm.plugin.scanner.ui.BaseScanUI" android:theme="@style/m4"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:launchMode="singleTop" android:name="com.tencent.mm.plugin.scanner.ui.SingleTopScanUI" android:theme="@style/m2"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.scanner.ui.ProductUI" android:theme="@style/m2"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.scanner.ui.ProductFurtherInfoUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.scanner.ui.ProductPurchaseAreaUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.scanner.ui.VcardContactUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:launchMode="singleTask" android:name="com.tencent.mm.plugin.scanner.history.ui.ScannerHistoryUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.scanner.ui.ConfirmScanBankCardResultUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.shake.ui.ShakeSayHiListUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.shake.ui.ShakeMsgListUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.shake.ui.ShakeTvHistoryListUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.shake.shakemedia.ui.ShakeMusicPlayerUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.shake.ui.ShakeReportUI" android:screenOrientation="portrait"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.shake.ui.ShakePersonalInfoUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.shake.ui.ShakeItemListUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.shake.shakemedia.ui.ShakeTVDetailUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.shake.ui.TVInfoUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.sns.ui.SnsAnimation$SnsPostAnimationUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:launchMode="singleTop" android:name="com.tencent.mm.plugin.sns.ui.SnsUserUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.sns.ui.SnsTimeLineUI" android:windowSoftInputMode="stateHidden|adjustResize"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.sns.ui.ClassifyTimeLineUI" android:windowSoftInputMode="stateHidden|adjustResize"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.sns.ui.SnsCommentDetailUI" android:windowSoftInputMode="stateHidden|adjustResize"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.sns.ui.SnsDetailUI" android:windowSoftInputMode="stateHidden|adjustResize"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.sns.ui.SnsStrangerCommentDetailUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.sns.ui.SnsUploadUI" android:windowSoftInputMode="stateHidden|adjustResize"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:hardwareAccelerated="false" android:name="com.tencent.mm.plugin.sns.ui.SightUploadUI" android:windowSoftInputMode="stateHidden|adjustResize"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.sns.ui.SnsGalleryUI" android:theme="@style/m4"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.sns.ui.ArtistBrowseUI" android:theme="@style/m2"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:launchMode="singleTop" android:name="com.tencent.mm.plugin.sns.ui.SnsBrowseUI" android:theme="@style/m4"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.sns.ui.SnsSelectContactDialog" android:theme="@style/ap"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.sns.ui.SnsMsgUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:launchMode="singleTop" android:name="com.tencent.mm.plugin.sns.ui.SettingSnsBackgroundUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.sns.ui.ArtistUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.sns.ui.SnsUploadBrowseUI" android:theme="@style/m2"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.sns.ui.SnsCommentUI" android:windowSoftInputMode="stateVisible|adjustResize"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.sns.ui.SnsTagUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.sns.ui.SnsTagDetailUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.sns.ui.SnsBlackDetailUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.sns.ui.SnsTagPartlyUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.ui.contact.SnsTagContactListUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.sns.ui.SnsLabelUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.ui.contact.SnsLabelContactListUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.sns.ui.SnsPermissionUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.sns.ui.SnsSingleTextViewUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.sns.ui.SnsLongMsgUI" android:screenOrientation="portrait"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize|layoutDirection" android:name="com.tencent.mm.plugin.sns.ui.SnsSightPlayerUI" android:theme="@style/m4"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.sns.ui.SnsNotInterestUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize|layoutDirection" android:name="com.tencent.mm.plugin.sns.ui.VideoAdPlayerUI" android:theme="@style/m2"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.sns.lucky.ui.SnsLuckyMoneyReceiveDetailUI" android:theme="@style/m2"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.sns.lucky.ui.SnsLuckyMoneyUnReceiveDetailUI" android:theme="@style/m2"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.sns.lucky.ui.SnsLuckyMoneyDetailUI" android:screenOrientation="portrait" android:windowSoftInputMode="adjustResize"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.sns.ui.SnsAdNativeLandingPagesUI" android:screenOrientation="portrait" android:windowSoftInputMode="adjustResize"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.sns.ui.SnsAdNativeLandingTestUI" android:screenOrientation="portrait" android:windowSoftInputMode="adjustResize"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.luckymoney.ui.LuckyMoneyIndexUI" android:screenOrientation="portrait" android:windowSoftInputMode="stateAlwaysHidden"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.luckymoney.ui.LuckyMoneyPrepareUI" android:screenOrientation="portrait" android:theme="@style/lw" android:windowSoftInputMode="stateAlwaysHidden"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:launchMode="singleTop" android:name="com.tencent.mm.plugin.luckymoney.ui.LuckyMoneyReceiveUI" android:screenOrientation="portrait" android:theme="@style/ap" android:windowSoftInputMode="adjustResize"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.luckymoney.ui.LuckyMoneyNewYearSendUI" android:screenOrientation="portrait" android:theme="@style/ap"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.luckymoney.ui.LuckyMoneyNewYearReceiveUI" android:screenOrientation="portrait" android:theme="@style/ap"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:launchMode="singleTop" android:name="com.tencent.mm.plugin.luckymoney.ui.LuckyMoneyBusiReceiveUI" android:screenOrientation="portrait" android:theme="@style/ap"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.luckymoney.ui.LuckyMoneyMyRecordUI" android:screenOrientation="portrait" android:windowSoftInputMode="stateAlwaysHidden"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.luckymoney.ui.LuckyMoneyCanShareListUI" android:screenOrientation="portrait" android:windowSoftInputMode="stateAlwaysHidden"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:launchMode="singleTop" android:name="com.tencent.mm.plugin.luckymoney.ui.LuckyMoneyDetailUI" android:screenOrientation="portrait" android:theme="@style/m2" android:windowSoftInputMode="stateHidden|adjustPan"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.luckymoney.ui.LuckyMoneyBusiDetailUI" android:screenOrientation="portrait" android:theme="@style/ap" android:windowSoftInputMode="stateHidden|adjustResize"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.luckymoney.ui.SelectLuckyMoneyContactUI" android:screenOrientation="portrait" android:windowSoftInputMode="stateAlwaysHidden"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:launchMode="singleTop" android:name="com.tencent.mm.plugin.luckymoney.sns.SnsLuckyMoneyFreePwdSetting" android:screenOrientation="portrait" android:windowSoftInputMode="stateAlwaysHidden"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.sysvideo.ui.video.VideoRecorderUI" android:screenOrientation="portrait" android:theme="@style/m2"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.sysvideo.ui.video.VideoRecorderPreviewUI" android:theme="@style/m2"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:launchMode="singleTask" android:name="com.tencent.mm.plugin.talkroom.ui.TalkRoomUI" android:screenOrientation="portrait" android:theme="@style/m8"/>
        <receiver android:name="com.tencent.mm.plugin.talkroom.model.TalkRoomReceiver"/>
        <service android:name="com.tencent.mm.plugin.talkroom.component.TalkRoomService"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.traceroute.ui.NetworkDiagnoseIntroUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.traceroute.ui.NetworkDiagnoseUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.traceroute.ui.NetworkDiagnoseReportUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.voip.ui.VideoActivity" android:screenOrientation="portrait" android:theme="@style/lr"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.ui.base.MMSuperAlert" android:screenOrientation="portrait" android:theme="@style/ap"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.voip.ui.InviteRemindDialog" android:screenOrientation="portrait" android:theme="@style/ap"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.voip.ui.VoipWarningDialog" android:screenOrientation="portrait" android:theme="@style/ap"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.order.ui.MallOrderRecordListUI" android:theme="@style/lq"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.order.ui.MallOrderDetailInfoUI" android:theme="@style/lq"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.order.ui.MallOrderTransactionInfoUI" android:theme="@style/lq"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.order.ui.MallOrderProductListUI" android:theme="@style/lq"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:launchMode="singleTop" android:name="com.tencent.mm.plugin.wallet_index.ui.WalletIapUI" android:theme="@style/ap"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:launchMode="singleTop" android:name="com.tencent.mm.plugin.wallet_index.ui.WalletBrandUI" android:theme="@style/ap"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:launchMode="singleTop" android:name="com.tencent.mm.plugin.wallet_index.ui.OrderHandlerUI" android:screenOrientation="portrait" android:theme="@style/ap"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.wallet_index.ui.WalletOpenViewProxyUI" android:theme="@style/ap"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.wallet_index.ui.WalletSendC2CMsgUI" android:theme="@style/ap"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:icon="@drawable/icon" android:launchMode="singleTop" android:name="com.tencent.mm.plugin.wallet_index.ui.WalletOpenFingerprintPayRedirectUI" android:theme="@style/ap">
            <intent-filter android:label="@string/aty">
                <action android:name="com.action.fingerprint.OPEN"/>
                <category android:name="android.intent.category.DEFAULT"/>
            </intent-filter>
        </activity>
        <activity android:configChanges="keyboardHidden|orientation" android:name="com.tencent.mm.plugin.wxcredit.ui.WalletWXCreditOpenUI"/>
        <activity android:configChanges="keyboardHidden|orientation" android:name="com.tencent.mm.plugin.wxcredit.ui.WalletCheckIdentityUI" android:windowSoftInputMode="stateVisible"/>
        <activity android:configChanges="keyboardHidden|orientation" android:name="com.tencent.mm.plugin.wxcredit.ui.WalletBindDepositUI"/>
        <activity android:configChanges="keyboardHidden|orientation" android:name="com.tencent.mm.plugin.wxcredit.ui.WalletWXCreditOpenResultUI"/>
        <activity android:configChanges="keyboardHidden|orientation" android:name="com.tencent.mm.plugin.wxcredit.ui.WalletWXCreditOpenNotifyUI"/>
        <activity android:configChanges="keyboardHidden|orientation" android:name="com.tencent.mm.plugin.wxcredit.ui.WalletWXCreditChangeAmountUI"/>
        <activity android:configChanges="keyboardHidden|orientation" android:name="com.tencent.mm.plugin.wxcredit.ui.WalletWXCreditChangeAmountResultUI"/>
        <activity android:configChanges="keyboardHidden|orientation" android:name="com.tencent.mm.plugin.wxcredit.ui.WalletWXCreditDetailUI" android:theme="@style/lq"/>
        <activity android:configChanges="keyboardHidden|orientation" android:name="com.tencent.mm.plugin.wxcredit.ui.WalletWXCreditErrDetailUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:launchMode="singleTop" android:name="com.tencent.mm.plugin.wallet.bind.ui.WalletBankcardManageUI" android:theme="@style/lq"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:launchMode="singleTop" android:name="com.tencent.mm.plugin.wallet.bind.ui.WalletBindUI" android:theme="@style/ap"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.wallet.bind.ui.WalletBankcardDetailUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.wallet.bind.ui.WalletResetInfoUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:launchMode="singleTop" android:name="com.tencent.mm.plugin.wallet.pay.ui.WalletPayUI" android:screenOrientation="portrait" android:theme="@style/lq"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.wallet.pay.ui.WalletChangeBankcardUI" android:theme="@style/ap"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:launchMode="singleTop" android:name="com.tencent.mm.plugin.wallet.pwd.ui.WalletPasswordSettingUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:launchMode="singleTop" android:name="com.tencent.mm.plugin.wallet.pwd.ui.WalletForgotPwdUI" android:screenOrientation="portrait" android:theme="@style/lq" android:windowSoftInputMode="stateAlwaysHidden"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:launchMode="singleTop" android:name="com.tencent.mm.plugin.wallet.pwd.ui.WalletGestureCheckPwdUI" android:theme="@style/lq" android:windowSoftInputMode="stateAlwaysHidden"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:launchMode="singleTop" android:name="com.tencent.mm.plugin.wallet.pwd.ui.WalletForgotPwdBindNewUI" android:screenOrientation="portrait" android:theme="@style/lq" android:windowSoftInputMode="stateAlwaysHidden"/>
        <activity android:configChanges="keyboardHidden|orientation" android:launchMode="singleTop" android:name="com.tencent.mm.plugin.wallet.balance.ui.WalletBalanceManagerUI" android:screenOrientation="portrait"/>
        <activity android:configChanges="keyboardHidden|orientation" android:launchMode="singleTop" android:name="com.tencent.mm.plugin.wallet.balance.ui.WalletBalanceFetchUI" android:screenOrientation="portrait" android:theme="@style/lq"/>
        <activity android:configChanges="keyboardHidden|orientation" android:name="com.tencent.mm.plugin.wallet.balance.ui.WalletBalanceSaveUI"/>
        <activity android:configChanges="keyboardHidden|orientation" android:name="com.tencent.mm.plugin.wallet.balance.ui.WalletBalanceResultUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:launchMode="singleTop" android:name="com.tencent.mm.plugin.wallet.balance.ui.WalletBalanceFetchPwdInputUI" android:theme="@style/lq"/>
        <activity android:configChanges="keyboardHidden|orientation" android:name="com.tencent.mm.plugin.wallet.balance.ui.WalletSelectBankcardModeUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:launchMode="singleTop" android:name="com.tencent.mm.plugin.wallet.pay.ui.WalletLoanRepaymentUI" android:screenOrientation="portrait" android:theme="@style/ap"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:launchMode="singleTop" android:name="com.tencent.mm.plugin.wallet.pay.ui.WalletChangeLoanRepayBankcardUI" android:screenOrientation="portrait" android:theme="@style/ap"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.wallet.loan.WalletLoanCheckPwdUI" android:screenOrientation="portrait" android:theme="@style/lq" android:windowSoftInputMode="stateAlwaysHidden"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.wallet.trading.WalletPayOrCollectUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.wallet.pay.ui.WalletPayDeductUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:launchMode="singleTop" android:name="com.tencent.mm.plugin.wallet.bind.ui.WalletUnbindBankCardProxyUI" android:screenOrientation="portrait" android:theme="@style/ap"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:launchMode="singleTask" android:name="com.tencent.mm.plugin.offline.ui.WalletOfflineCoinPurseUI" android:screenOrientation="portrait" android:theme="@style/r8"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:launchMode="singleTask" android:name="com.tencent.mm.plugin.offline.ui.WalletOfflineEntranceUI" android:screenOrientation="portrait" android:theme="@style/ap"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.wallet_payu.ui.WalletPayUCgiTestUI" android:theme="@style/lq"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.wallet_payu.create.ui.WalletPayUStartOpenUI" android:theme="@style/lq"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.wallet_payu.create.ui.WalletPayUVerifyCodeUI" android:theme="@style/lq"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.wallet_payu.security_question.ui.WalletPayUSecurityQuestionSettingUI" android:theme="@style/lq"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.wallet_payu.security_question.ui.WalletPayUSecurityQuestionAnswerUI" android:theme="@style/lq"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.wallet_payu.pwd.ui.WalletPayUPwdCOnfirmUI" android:theme="@style/lq"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.wallet_payu.bind.ui.WalletPayUCardElementUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.wallet_payu.bind.ui.WalletPayUBankcardManageUI" android:theme="@style/lq"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.wallet_payu.pwd.ui.WalletPayUCheckPwdUI" android:theme="@style/lq"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.wallet_payu.pwd.ui.WalletPayUPasswordSettingUI" android:theme="@style/lq"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:launchMode="singleTop" android:name="com.tencent.mm.plugin.wallet_payu.pay.ui.WalletPayUPayUI" android:screenOrientation="portrait" android:theme="@style/lq"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.wallet_payu.remittance.ui.PayURemittanceAdapterUI" android:theme="@style/ap"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.wallet_payu.remittance.ui.PayURemittanceUI" android:windowAnimationStyle="@null" android:windowSoftInputMode="stateAlwaysHidden"/>
        <activity android:configChanges="keyboardHidden|orientation" android:name="com.tencent.mm.plugin.wallet_payu.balance.ui.WalletPayUBalanceManagerUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.wallet_payu.pay.ui.WalletPayUChangeBankcardUI" android:theme="@style/ap"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.wallet_payu.remittance.ui.PayURemittanceDetailUI" android:windowAnimationStyle="@null" android:windowSoftInputMode="stateUnchanged"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.wallet_payu.remittance.ui.PayURemittanceResendMsgUI" android:theme="@style/ap"/>
        <activity android:configChanges="keyboardHidden|orientation" android:name="com.tencent.mm.plugin.wallet_payu.balance.ui.WalletPayUBalanceSaveUI"/>
        <activity android:configChanges="keyboardHidden|orientation" android:name="com.tencent.mm.plugin.wallet_payu.balance.ui.WalletPayUBalanceResultUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.wallet_payu.order.ui.PayUMallOrderRecordListUI" android:theme="@style/lq"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.wallet_payu.pay.ui.WalletPayUOrderInfoUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.wallet_payu.bind.ui.WalletPayUBankcardDetailUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.wallet_payu.pwd.ui.WalletPayUPwdConfirmUI" android:screenOrientation="portrait" android:windowSoftInputMode="stateAlwaysHidden"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.wallet_payu.pwd.ui.WalletPayUSetPasswordUI" android:screenOrientation="portrait" android:windowSoftInputMode="stateAlwaysHidden"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.wallet_payu.order.ui.PayUMallOrderDetailUI" android:theme="@style/lq"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.remittance.ui.RemittanceUI" android:windowAnimationStyle="@null" android:windowSoftInputMode="stateAlwaysHidden"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.remittance.ui.RemittanceOSUI" android:windowAnimationStyle="@null" android:windowSoftInputMode="stateAlwaysHidden"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.remittance.ui.RemittanceOSRedirect" android:theme="@style/ap" android:windowAnimationStyle="@null"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.remittance.ui.RemittanceResendMsgUI" android:theme="@style/ap"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.remittance.ui.RemittanceAdapterUI" android:theme="@style/ap"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:launchMode="singleTop" android:name="com.tencent.mm.plugin.remittance.ui.RemittanceResultUI" android:windowAnimationStyle="@null" android:windowSoftInputMode="stateUnchanged"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:launchMode="singleTop" android:name="com.tencent.mm.plugin.remittance.ui.RemittanceDetailUI" android:windowAnimationStyle="@null" android:windowSoftInputMode="stateUnchanged"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.remittance.ui.SelectRemittanceContactUI" android:windowSoftInputMode="adjustPan"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.recharge.ui.RechargeUI" android:windowAnimationStyle="@null" android:windowSoftInputMode="stateUnchanged"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.recharge.ui.PhoneRechargeUI" android:theme="@style/m3" android:windowAnimationStyle="@null" android:windowSoftInputMode="stateHidden|adjustResize"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.product.ui.MallProductUI" android:theme="@style/lq"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.product.ui.MallProductSelectSkuUI" android:theme="@style/lq"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.product.ui.MallProductSubmitUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.product.ui.MallProductReceiptUI" android:windowSoftInputMode="stateAlwaysVisible"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.product.ui.MallGalleryUI" android:theme="@style/m4"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.label.ui.ContactLabelEditUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.label.ui.ContactLabelManagerUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.label.ui.ContactLabelUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.label.ui.ContactLabelMemberListUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.collect.ui.CollectMainUI" android:windowAnimationStyle="@null" android:windowSoftInputMode="stateUnchanged"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.collect.ui.CollectCreateQRCodeUI" android:windowAnimationStyle="@null" android:windowSoftInputMode="stateUnchanged"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.collect.ui.CollectFixedAmountQRCodeUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.record.ui.RecordMsgDetailUI" android:screenOrientation="portrait"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.record.ui.FavRecordDetailUI" android:screenOrientation="portrait"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.record.ui.RecordMsgImageUI" android:theme="@style/m4"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.record.ui.RecordMsgFileUI" android:screenOrientation="portrait"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.webwx.ui.WebWXLogoutUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.webwx.ui.ExtDeviceWXLoginUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.webwx.ui.WebWeiXinIntroductionUI"/>
        <activity android:name="com.tencent.mm.plugin.webwx.ui.WebWXPopupUnlockUI" android:theme="@style/ma"/>
        <service android:name="com.tencent.mm.plugin.notification.ui.FailSendMsgNotification$FailSendNormalMsgNotificationService"/>
        <service android:name="com.tencent.mm.plugin.notification.ui.FailSendMsgNotification$FailSendSnsMsgNotificationService"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:exported="false" android:name="com.tencent.mm.plugin.gesture.ui.GestureGuardLogicUI" android:screenOrientation="portrait" android:theme="@style/lr"/>
        <meta-data android:name="com.google.android.gms.version" android:value="@integer/f"/>
        <meta-data android:name="com.google.android.wearable.version" android:value="@integer/d"/>
        <meta-data android:name="com.google.android.wearable.local_edition_compatible" android:value="true"/>
        <service android:name="com.tencent.mm.plugin.wear.model.service.WearDataLayerService" android:process=":exdevice">
            <intent-filter>
                <action android:name="com.google.android.gms.wearable.BIND_LISTENER"/>
            </intent-filter>
        </service>
        <activity android:launchMode="singleInstance" android:name="com.tencent.mm.plugin.wear.ui.WearYoLockUI" android:theme="@style/mp"/>
        <activity android:launchMode="singleInstance" android:name="com.tencent.mm.plugin.wear.ui.WearYoNoLockUI" android:theme="@style/mq"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.voiceprint.ui.SettingsVoicePrintUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.voiceprint.ui.VoicePrintFinishUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.voiceprint.ui.VoiceUnLockUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.voiceprint.ui.VoiceLoginUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.voiceprint.ui.VoiceResetUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.voiceprint.ui.VoiceCreateUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.voiceprint.ui.VoiceReCreatePromptUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.voiceprint.ui.VoiceHelpUI"/>
        <receiver android:name="com.tencent.mm.plugin.gcm.modelgcm.GcmBroadcastReceiver" android:permission="com.google.android.c2dm.permission.SEND" android:process=":push">
            <intent-filter>
                <action android:name="com.google.android.c2dm.intent.RECEIVE"/>
                <action android:name="com.google.android.c2dm.intent.REGISTRATION"/>
                <category android:name="com.tencent.mm"/>
            </intent-filter>
        </receiver>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.fingerprint.ui.FingerPrintEntranceUI" android:screenOrientation="portrait" android:theme="@style/ap"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:launchMode="singleTop" android:name="com.tencent.mm.plugin.fingerprint.ui.FingerPrintAuthUI" android:screenOrientation="portrait"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:launchMode="singleTop" android:name="com.tencent.mm.plugin.fingerprint.ui.FingerPrintAuthTransparentUI" android:screenOrientation="portrait" android:theme="@style/ap"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:launchMode="singleTop" android:name="com.tencent.mm.plugin.fingerprint.ui.SoterPayTestUI" android:screenOrientation="portrait" android:theme="@style/ap"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.soter.ui.SoterTestUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:launchMode="singleTop" android:name="com.tencent.mm.plugin.soter.ui.SoterAuthenticationUI" android:screenOrientation="portrait" android:theme="@style/ap"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:launchMode="singleTask" android:name="com.tencent.mm.plugin.nfc_open.ui.NfcWebViewUI" android:process=":tools" android:protectionLevel="signatureOrSystem" android:screenOrientation="sensor">
            <intent-filter>
                <action android:name="android.nfc.action.TECH_DISCOVERED"/>
            </intent-filter>
            <meta-data android:name="android.nfc.action.TECH_DISCOVERED" android:resource="@xml/as"/>
        </activity>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:launchMode="singleTop" android:name="com.tencent.mm.plugin.ipcall.ui.IPCallDialUI" android:screenOrientation="portrait"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:launchMode="singleTop" android:name="com.tencent.mm.plugin.ipcall.ui.IPCallTalkUI" android:screenOrientation="portrait"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.ipcall.ui.IPCallAddressUI" android:screenOrientation="portrait"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.ipcall.ui.IPCallUserProfileUI" android:screenOrientation="portrait"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.ipcall.ui.IPCallAllRecordUI" android:screenOrientation="portrait"/>
        <activity android:name="com.tencent.mm.plugin.ipcall.ui.IPCallCountryCodeSelectUI" android:screenOrientation="portrait"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.ipcall.ui.IPCallShareCouponUI" android:screenOrientation="portrait"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.ipcall.ui.IPCallRechargeUI" android:screenOrientation="portrait"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.ipcall.ui.IPCallContactUI" android:screenOrientation="portrait"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.ipcall.ui.IPCallShareCouponCardUI" android:screenOrientation="portrait"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.ipcall.ui.IPCallShowShareDialogUI" android:screenOrientation="portrait"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.ipcall.ui.IPCallMsgUI" android:screenOrientation="portrait"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.ipcall.ui.IPCallMyGiftCardUI" android:screenOrientation="portrait"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.subapp.ui.pluginapp.AddMoreFriendsUI" android:screenOrientation="portrait"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.subapp.ui.pluginapp.AddMoreFriendsByOtherWayUI" android:screenOrientation="portrait"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.subapp.ui.pluginapp.ContactSearchResultUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.subapp.ui.pluginapp.ContactSearchUI" android:windowSoftInputMode="stateVisible|adjustPan"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.subapp.ui.friend.FMessageConversationUI" android:windowSoftInputMode="adjustPan"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.subapp.ui.friend.FMessageTransferUI" android:windowSoftInputMode="adjustPan"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.subapp.ui.voicetranstext.VoiceTransTextUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.subapp.ui.openapi.AddAppUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.subapp.ui.openapi.ServiceAppUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.subapp.ui.openapi.AppProfileUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.subapp.ui.player.MusicDetailUI"/>
        <activity android:configChanges="keyboardHidden|orientation" android:name="com.tencent.mm.plugin.subapp.ui.player.MainMusicPlayerUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.subapp.ui.gallery.GestureGalleryUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.subapp.ui.autoadd.AutoAddFriendUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.subapp.jdbiz.JDRemindDialog" android:theme="@style/ap"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.subapp.ui.voicereminder.RemindDialog" android:theme="@style/ap"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.multitalk.ui.MultiTalkMainUI" android:screenOrientation="portrait" android:theme="@style/lx"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.multitalk.ui.MultiTalkSelectContactUI" android:screenOrientation="portrait" android:theme="@style/ly"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.multitalk.ui.MultiTalkAddMembersUI" android:screenOrientation="portrait"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.ui.account.FacebookAuthUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.ui.account.FacebookFriendUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.ui.account.ShowNonWeixinFriendUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.ui.account.LoginSelectorUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.ui.account.LoginHistoryUI" android:screenOrientation="portrait" android:theme="@style/m0" android:windowSoftInputMode="stateHidden|adjustResize"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.ui.account.LoginVoiceUI" android:screenOrientation="portrait" android:windowSoftInputMode="stateHidden|adjustResize"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.ui.account.LoginFingerprintUI" android:screenOrientation="portrait" android:windowSoftInputMode="stateHidden|adjustResize"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.ui.account.LoginUI" android:windowSoftInputMode="stateVisible"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.ui.account.FacebookLoginUI" android:windowSoftInputMode="stateHidden"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.ui.accountn.RegByQQAuthUI" android:windowSoftInputMode="stateVisible|adjustPan"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.ui.account.RegByMobileRegUI" android:windowSoftInputMode="stateVisible|adjustPan"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.ui.account.MobileVerifyUI" android:windowSoftInputMode="stateVisible|adjustPan"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.ui.account.RegByMobileRegAIOUI" android:screenOrientation="portrait" android:windowSoftInputMode="adjustResize"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.ui.account.RegByMobileWaitingSMSUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.ui.account.RegByMobileVoiceVerifyUI" android:windowSoftInputMode="stateVisible|adjustPan"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.ui.account.RegByMobileVoiceVerifySelectUI" android:windowSoftInputMode="stateVisible|adjustPan"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.ui.account.RegByMobileSetPwdUI" android:windowSoftInputMode="stateVisible|adjustPan"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.ui.account.RegByMobileSetNickUI" android:windowSoftInputMode="stateVisible|adjustPan"/>
        <activity android:name="com.tencent.mm.ui.account.SimpleLoginUI" android:windowSoftInputMode="stateVisible"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.ui.account.RegByFacebookSetPwdUI" android:windowSoftInputMode="stateVisible|adjustPan"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.ui.account.RegByEmailUI" android:windowSoftInputMode="stateVisible|adjustPan"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.ui.account.EmailVerifyUI" android:windowSoftInputMode="stateVisible|adjustPan"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.ui.account.RegSetInfoUI" android:windowSoftInputMode="stateHidden|adjustResize"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.ui.account.LoginByMobileUI" android:screenOrientation="portrait" android:windowSoftInputMode="stateVisible|adjustPan"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.ui.account.LoginIndepPass" android:windowSoftInputMode="stateVisible|adjustPan"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.ui.account.BindFacebookUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.ui.account.mobile.MobileInputUI" android:screenOrientation="portrait" android:windowSoftInputMode="stateHidden|adjustPan"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.ui.account.mobile.MobileVerifyUI" android:windowSoftInputMode="stateHidden|adjustResize"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.ui.account.mobile.MobileLoginOrForceReg" android:windowSoftInputMode="stateHidden|adjustPan"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.ui.bindmobile.MobileFriendUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.ui.friend.QQFriendUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.ui.friend.InviteFriendUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.ui.friend.InviteRecommendChoiceUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.ui.friend.RecommendFriendUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.ui.friend.InviteFacebookFriendsUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.accountsync.ui.ContactsSyncUI">
            <intent-filter>
                <action android:name="android.intent.action.VIEW"/>
                <action android:name="com.tencent.mm.login.ACTION_LOGIN"/>
                <category android:name="android.intent.category.DEFAULT"/>
                <data android:mimeType="vnd.android.cursor.item/vnd.com.tencent.mm.login"/>
                <data android:mimeType="vnd.android.cursor.item/vnd.com.tencent.mm.chatting.profile"/>
                <data android:mimeType="vnd.android.cursor.item/vnd.com.tencent.mm.chatting.voip"/>
                <data android:mimeType="vnd.android.cursor.item/vnd.com.tencent.mm.chatting.voip.video"/>
                <data android:mimeType="vnd.android.cursor.item/vnd.com.tencent.mm.plugin.sns.timeline"/>
                <data android:mimeType="vnd.android.cursor.item/vnd.com.tencent.mm.chatting.phonenum"/>
            </intent-filter>
        </activity>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.ui.bindmobile.BindMContactIntroUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.ui.bindmobile.BindMContactUI" android:windowSoftInputMode="adjustPan"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.ui.bindmobile.BindMContactVerifyUI" android:windowSoftInputMode="stateVisible"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.ui.bindmobile.BindMContactStatusUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.ui.bindmobile.FindMContactIntroUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.ui.bindmobile.FindMContactAlertUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.ui.bindmobile.FindMContactLearmMoreUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.ui.friend.FindMContactAddUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.ui.friend.FindMContactInviteUI"/>
        <activity android:configChanges="keyboardHidden|orientation" android:name="com.tencent.mm.ui.account.bind.BindMobileStatusUI"/>
        <activity android:configChanges="keyboardHidden|orientation" android:name="com.tencent.mm.ui.account.bind.BindMobileVerifyUI"/>
        <activity android:configChanges="keyboardHidden|orientation" android:name="com.tencent.mm.ui.account.bind.BindMobileUI" android:windowSoftInputMode="stateHidden"/>
        <service android:exported="true" android:name="com.tencent.mm.plugin.accountsync.model.AccountAuthenticatorService">
            <intent-filter>
                <action android:name="android.accounts.AccountAuthenticator"/>
            </intent-filter>
            <meta-data android:name="android.accounts.AccountAuthenticator" android:resource="@xml/i"/>
        </service>
        <service android:exported="true" android:name="com.tencent.mm.plugin.accountsync.model.ContactsSyncService">
            <intent-filter>
                <action android:name="android.content.SyncAdapter"/>
            </intent-filter>
            <meta-data android:name="android.content.SyncAdapter" android:resource="@xml/bn"/>
            <meta-data android:name="android.provider.CONTACTS_STRUCTURE" android:resource="@xml/ae"/>
        </service>
        <service android:name="com.tencent.mm.modelvoiceaction.VoiceActionService"/>
        <activity android:name="com.tencent.mm.ui.account.VoiceActionActivity">
            <intent-filter>
                <action android:name="com.google.android.voicesearch.SEND_MESSAGE_TO_CONTACTS"/>
                <category android:name="android.intent.category.DEFAULT"/>
                <data android:mimeType="text/plain"/>
            </intent-filter>
            <intent-filter>
                <action android:name="com.google.android.voicesearch.TEST_SEND_MESSAGE_TO_CONTACTS"/>
                <category android:name="android.intent.category.DEFAULT"/>
                <data android:mimeType="text/plain"/>
            </intent-filter>
        </activity>
        <activity android:configChanges="keyboardHidden|orientation" android:name="com.tencent.mm.plugin.accountsync.ui.BindFingerprintUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:exported="false" android:name="com.tencent.mm.plugin.setting.ui.qrcode.GetQRCodeInfoUI" android:permission="com.tencent.mm.permission.GET_QRCODE_INFO" android:theme="@style/m9">
            <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:host="weixin.qq.com" android:pathPrefix="/r/" android:scheme="http"/>
            </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:host="qr" android:scheme="weixin"/>
            </intent-filter>
        </activity>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.setting.ui.qrcode.ShareMicroMsgChoiceUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.setting.ui.qrcode.ShowQRCodeStep1UI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.setting.ui.qrcode.ShareToQQUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.setting.ui.setting.SelfQRCodeUI" android:windowSoftInputMode="stateHidden|adjustPan"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.setting.ui.setting.SettingsUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.setting.ui.setting.SettingsSafeUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.setting.ui.setting.SettingsChattingUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.setting.ui.setting.SettingsLanguageUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.setting.ui.setting.SettingsAboutMicroMsgUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.setting.ui.setting.SettingsPrivacyUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.setting.ui.setting.SettingsPersonalInfoUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.setting.ui.setting.PreviewHdHeadImg"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.setting.ui.setting.SettingsAccountInfoUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.setting.ui.setting.SettingsAliasUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.setting.ui.setting.SettingsAliasResultUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.setting.ui.setting.SettingsPluginsUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.setting.ui.setting.SettingsNotificationUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.setting.ui.setting.SetTextSizeUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.setting.ui.setting.SettingsAboutSystemUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.setting.ui.setting.SettingsRingtoneUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.setting.ui.setting.SettingsModifyNameUI" android:windowSoftInputMode="stateVisible|adjustPan"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.setting.ui.setting.SettingsModifyEmailAddrUI" android:windowSoftInputMode="stateHidden"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.setting.ui.setting.SettingsActiveTimeUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.setting.ui.setting.SettingsNetStatUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.setting.ui.setting.EditSignatureUI" android:windowSoftInputMode="stateVisible|adjustPan"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.setting.ui.setting.SettingsPluginsNotifyUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.setting.ui.setting.SendFeedBackUI" android:windowSoftInputMode="stateVisible"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.setting.ui.setting.SettingsChattingBackgroundUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.setting.ui.setting.SettingsSelectBgUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.setting.ui.setting.SettingDeleteAccountAgreementUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.setting.ui.setting.SettingDeleteAccountInputPassUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.setting.ui.setting.SettingDeleteAccountUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.setting.ui.setting.SettingsFontUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.profile.ui.ContactInfoUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.profile.ui.ContactSocialInfoUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.profile.ui.SayHiWithSnsPermissionUI" android:windowSoftInputMode="stateVisible|adjustPan"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.profile.ui.ContactMoreInfoUI"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.music.ui.MusicMainUI" android:screenOrientation="portrait" android:theme="@style/lz"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.wenote.ui.WNNoteMsgDetailUI" android:screenOrientation="portrait"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.wenote.ui.FavWNNoteDetailUI" android:screenOrientation="portrait"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.wenote.ui.WNNoteMsgImageUI" android:theme="@style/m4"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="com.tencent.mm.plugin.wenote.ui.WNNoteMsgFileUI" android:screenOrientation="portrait"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:launchMode="singleTask" android:name="com.tencent.mm.plugin.wenote.ui.webview.WNNoteFavWebViewUI" android:process=":tools" android:screenOrientation="sensor"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:launchMode="singleTask" android:name="com.tencent.mm.plugin.wenote.ui.webview.WNNoteMsgWebViewUI" android:process=":tools" android:screenOrientation="sensor"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:launchMode="singleTop" android:name="com.tencent.mm.plugin.soter_mp.ui.SoterAuthenticationUI" android:screenOrientation="portrait" android:theme="@style/ap"/>
        <activity android:configChanges="keyboardHidden|orientation|screenSize" android:launchMode="singleTop" android:name="com.tencent.mm.plugin.voip_cs.ui.VoipCSMainUI" android:screenOrientation="portrait" android:theme="@style/lr"/>
        <provider android:authorities="com.tencent.mm.sdk.platformtools.MultiProcessSharedPreferences" android:exported="false" android:name="com.tencent.mm.sdk.platformtools.MultiProcessSharedPreferences"/>
        <service android:exported="false" android:name="com.tencent.tinker.lib.service.TinkerPatchService" android:process=":patch"/>
        <service android:exported="false" android:name="com.tencent.tinker.lib.service.TinkerPatchService$InnerService" android:process=":patch"/>
        <service android:exported="false" android:name="com.tencent.tinker.lib.service.DefaultTinkerResultService"/>
        <meta-data android:name="com.google.android.wearable.beta.app" android:resource="@xml/g"/>
        <meta-data android:name="TINKER_ID" android:value="9b0cfb45a5fe3e3bd8eb301773a719aadb4730c2"/>
    </application>
</manifest>
1 0
原创粉丝点击