android 微信 AndroidManifest 用于跳转

[html]  view plain copy
  1. <?xml version="1.0" encoding="UTF-8"?>  
  2. <manifest android:versionCode="352" android:versionName="5.0.2" android:installLocation="0" package="com.tencent.mm"  
  3.   xmlns:android="http://schemas.android.com/apk/res/android">  
  4.     <permission android:name="com.tencent.mm.oauth.permission.SEND" android:protectionLevel="signature" />  
  5.     <permission android:name="com.tencent.mm.plugin.permission.WRITE" android:protectionLevel="signature" />  
  6.     <permission android:name="com.tencent.mm.plugin.permission.READ" android:protectionLevel="signature" />  
  7.     <permission android:name="com.tencent.mm.permission.MM_MESSAGE" android:protectionLevel="signature" />  
  8.     <permission android:name="com.tencent.mm.permission.GET_QRCODE_INFO" android:protectionLevel="signature" />  
  9.     <uses-permission android:name="com.tencent.mm.oauth.permission.SEND" />  
  10.     <uses-permission android:name="com.tencent.mm.plugin.permission.READ" />  
  11.     <uses-permission android:name="com.tencent.mm.plugin.permission.WRITE" />  
  12.     <uses-permission android:name="com.tencent.mm.plugin.permission.SEND" />  
  13.     <uses-permission android:name="com.tencent.mm.permission.MM_MESSAGE" />  
  14.     <uses-permission android:name="com.tencent.mm.permission.GET_QRCODE_INFO" />  
  15.     <uses-sdk android:minSdkVersion="7" android:targetSdkVersion="7" />  
  16.     <uses-feature android:name="android.hardware.camera" android:required="false" />  
  17.     <uses-feature android:name="android.hardware.camera.autofocus" android:required="false" />  
  18.     <uses-feature android:name="android.hardware.bluetooth" android:required="false" />  
  19.     <uses-feature android:name="android.hardware.location" android:required="false" />  
  20.     <uses-feature android:name="android.hardware.location.gps" android:required="false" />  
  21.     <uses-feature android:name="android.hardware.location.network" android:required="false" />  
  22.     <uses-feature android:name="android.hardware.microphone" android:required="false" />  
  23.     <uses-feature android:name="android.hardware.telephony" android:required="false" />  
  24.     <uses-feature android:name="android.hardware.touchscreen" android:required="false" />  
  25.     <uses-feature android:name="android.hardware.wifi" android:required="false" />  
  26.     <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />  
  27.     <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />  
  28.     <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />  
  29.     <uses-permission android:name="android.permission.CAMERA" />  
  30.     <uses-permission android:name="android.permission.GET_TASKS" />  
  31.     <uses-permission android:name="android.permission.INTERNET" />  
  32.     <uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS" />  
  33.     <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />  
  34.     <uses-permission android:name="android.permission.RECORD_AUDIO" />  
  35.     <uses-permission android:name="android.permission.READ_CONTACTS" />  
  36.     <uses-permission android:name="android.permission.READ_SMS" />  
  37.     <uses-permission android:name="android.permission.VIBRATE" />  
  38.     <uses-permission android:name="android.permission.WAKE_LOCK" />  
  39.     <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />  
  40.     <uses-permission android:name="android.permission.WRITE_CONTACTS" />  
  41.     <uses-permission android:name="android.permission.WRITE_SETTINGS" />  
  42.     <uses-permission android:name="com.android.launcher.permission.INSTALL_SHORTCUT" />  
  43.     <uses-permission android:name="com.android.launcher.permission.READ_SETTINGS" />  
  44.     <uses-permission android:name="com.tencent.mm.location.permission.SEND_VIEW" />  
  45.     <uses-permission android:name="android.permission.BLUETOOTH" />  
  46.     <uses-permission android:name="android.permission.BLUETOOTH_ADMIN" />  
  47.     <uses-permission android:name="android.permission.BROADCAST_STICKY" />  
  48.     <uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW" />  
  49.     <uses-permission android:name="android.permission.CHANGE_WIFI_STATE" />  
  50.     <application android:theme="@style/MMTheme.Basic" android:label="@string/app_name" android:icon="@drawable/icon" android:name="com.tencent.mm.app.MMApplication" android:largeHeap="true">  
  51.         <uses-library android:name="com.google.android.maps" android:required="false" />  
  52.         <uses-library android:name="com.sec.android.app.multiwindow" android:required="false" />  
  53.         <meta-data android:name="com.sec.android.support.multiwindow" android:value="true" />  
  54.         <meta-data android:name="com.sec.android.multiwindow.DEFAULT_SIZE_W" android:value="632.0dip" />  
  55.         <meta-data android:name="com.sec.android.multiwindow.DEFAULT_SIZE_H" android:value="598.0dip" />  
  56.         <meta-data android:name="com.sec.android.multiwindow.MINIMUM_SIZE_W" android:value="632.0dip" />  
  57.         <meta-data android:name="com.sec.android.multiwindow.MINIMUM_SIZE_H" android:value="598.0dip" />  
  58.         <activity android:label="@string/launcher_name" android:name="com.tencent.mm.ui.LauncherUI" android:launchMode="singleTop" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="adjustPan">  
  59.             <intent-filter>  
  60.                 <action android:name="android.intent.action.MAIN" />  
  61.                 <category android:name="android.intent.category.LAUNCHER" />  
  62.                 <category android:name="android.intent.category.MULTIWINDOW_LAUNCHER" />  
  63.             </intent-filter>  
  64.         </activity>  
  65.         <activity android:name="com.tencent.mm.ui.LauncherUIProxy" />  
  66.         <activity android:name="com.tencent.mm.ui.DataTransferUI" android:launchMode="singleTask" android:configChanges="keyboardHidden|orientation" />  
  67.         <activity android:name="com.tencent.mm.ui.login.LoginSelectorUI" android:configChanges="keyboardHidden|orientation" />  
  68.         <activity android:name="com.tencent.mm.ui.login.LoginHistoryUI" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="adjustResize" />  
  69.         <activity android:name="com.tencent.mm.ui.login.LoginUI" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateVisible" />  
  70.         <activity android:name="com.tencent.mm.ui.login.AddAccountLoginUI" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateVisible" />  
  71.         <activity android:name="com.tencent.mm.ui.login.FacebookLoginUI" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateHidden" />  
  72.         <activity android:name="com.tencent.mm.ui.login.RegByQQAuthUI" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateVisible|adjustPan" />  
  73.         <activity android:name="com.tencent.mm.ui.login.RegByMobileRegUI" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateVisible|adjustPan" />  
  74.         <activity android:name="com.tencent.mm.ui.login.MobileVerifyUI" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateVisible|adjustPan" />  
  75.         <activity android:name="com.tencent.mm.ui.login.RegByMobileVoiceVerifyUI" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateVisible|adjustPan" />  
  76.         <activity android:name="com.tencent.mm.ui.login.RegByMobileVoiceVerifySelectUI" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateVisible|adjustPan" />  
  77.         <activity android:name="com.tencent.mm.ui.login.RegByMobileSetPwdUI" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateVisible|adjustPan" />  
  78.         <activity android:name="com.tencent.mm.ui.login.RegByMobileSetNickUI" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateVisible|adjustPan" />  
  79.         <activity android:name="com.tencent.mm.ui.login.SimpleLoginUI" android:windowSoftInputMode="stateVisible" />  
  80.         <activity android:name="com.tencent.mm.ui.login.RegByFacebookSetPwdUI" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateVisible|adjustPan" />  
  81.         <activity android:name="com.tencent.mm.ui.login.RegByQQUI" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateVisible|adjustPan" />  
  82.         <activity android:name="com.tencent.mm.ui.login.RegSetInfoUI" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateHidden|adjustResize" />  
  83.         <activity android:name="com.tencent.mm.ui.login.LoginByMobileUI" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateVisible|adjustPan" />  
  84.         <activity android:name="com.tencent.mm.ui.login.LoginIndepPass" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateVisible|adjustPan" />  
  85.         <activity android:name="com.tencent.mm.ui.chatting.ChattingUI" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateHidden|adjustResize" />  
  86.         <activity android:name="com.tencent.mm.ui.chatting.ImageDownloadUI" android:configChanges="keyboardHidden|orientation" />  
  87.         <activity android:name="com.tencent.mm.ui.chatting.AtSomeoneUI" android:configChanges="keyboardHidden|orientation" />  
  88.         <activity android:name="com.tencent.mm.ui.chatting.HelperAddressUI" android:configChanges="keyboardHidden|orientation" />  
  89.         <activity android:name="com.tencent.mm.ui.chatting.AppAttachDownloadUI" android:configChanges="keyboardHidden|orientation" />  
  90.         <activity android:name="com.tencent.mm.ui.chatting.AppMsgEmojiDownloadUI" android:configChanges="keyboardHidden|orientation" />  
  91.         <activity android:name="com.tencent.mm.ui.chatting.CustomSmileyPreviewUI" android:configChanges="keyboardHidden|orientation" />  
  92.         <activity android:name="com.tencent.mm.ui.transmit.SelectConversationUI" android:configChanges="keyboardHidden|orientation" />  
  93.         <activity android:name="com.tencent.mm.ui.conversation.MainUI" android:launchMode="singleTop" android:configChanges="keyboardHidden|orientation" />  
  94.         <activity android:name="com.tencent.mm.ui.setting.MoreTabUI" android:launchMode="singleTop" android:configChanges="keyboardHidden|orientation" />  
  95.         <activity android:name="com.tencent.mm.ui.contact.AddressUI" android:launchMode="singleTop" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="adjustPan" />  
  96.         <activity android:name="com.tencent.mm.ui.contact.SelectContactUI" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="adjustPan" />  
  97.         <activity android:name="com.tencent.mm.ui.friend.FMessageConversationUI" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="adjustPan" />  
  98.         <activity android:name="com.tencent.mm.ui.contact.GroupCardSelectUI" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateHidden|adjustPan" />  
  99.         <activity android:name="com.tencent.mm.ui.pluginapp.ContactSearchUI" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateVisible|adjustPan" />  
  100.         <activity android:name="com.tencent.mm.ui.RoomInfoUI" android:configChanges="keyboardHidden|orientation" />  
  101.         <activity android:name="com.tencent.mm.ui.GrantRoomUI" android:configChanges="keyboardHidden|orientation" />  
  102.         <activity android:name="com.tencent.mm.ui.RoomRightUI" android:configChanges="keyboardHidden|orientation" />  
  103.         <activity android:name="com.tencent.mm.ui.RoomInfoDetailUI" android:configChanges="keyboardHidden|orientation" />  
  104.         <activity android:name="com.tencent.mm.ui.contact.SendContactCardUI" android:configChanges="keyboardHidden|orientation" />  
  105.         <activity android:name="com.tencent.mm.ui.pluginapp.FindMoreFriendsUI" android:configChanges="keyboardHidden|orientation" />  
  106.         <activity android:name="com.tencent.mm.ui.pluginapp.AddMoreFriendsUI" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" />  
  107.         <activity android:name="com.tencent.mm.ui.conversation.BizConversationUI" android:configChanges="keyboardHidden|orientation" />  
  108.         <activity android:name="com.tencent.mm.ui.conversation.TConversationUI" android:configChanges="keyboardHidden|orientation" />  
  109.         <activity android:name="com.tencent.mm.ui.conversation.QConversationUI" android:configChanges="keyboardHidden|orientation" />  
  110.         <activity android:theme="@style/MMTheme.Launcher" android:name="com.tencent.mm.ui.transmit.MsgRetransmitUI" android:configChanges="keyboardHidden|orientation" />  
  111.         <activity android:theme="@style/MMTheme.Launcher" android:name="com.tencent.mm.ui.transmit.SendAppMessageWrapperUI" android:configChanges="keyboardHidden|orientation" />  
  112.         <activity android:theme="@style/MMTheme.Launcher" android:name="com.tencent.mm.ui.transmit.TaskRedirectUI" android:taskAffinity="com.tencent.mm.openapi.taskredirect" android:excludeFromRecents="true" android:configChanges="keyboardHidden|orientation" />  
  113.         <activity android:name="com.tencent.mm.ui.player.MusicDetailUI" android:configChanges="keyboardHidden|orientation" />  
  114.         <activity android:name="com.tencent.mm.ui.contact.profile.ContactInfoUI" android:configChanges="keyboardHidden|orientation" />  
  115.         <activity android:name="com.tencent.mm.ui.contact.ModRemarkNameUI" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateVisible|adjustPan" />  
  116.         <activity android:name="com.tencent.mm.ui.contact.ContactQZoneWebView" android:process=":tools" android:configChanges="keyboardHidden|orientation" />  
  117.         <activity android:name="com.tencent.mm.ui.pluginapp.ContactSearchResultUI" android:configChanges="keyboardHidden|orientation" />  
  118.         <activity android:name="com.tencent.mm.ui.friend.MobileFriendUI" android:configChanges="keyboardHidden|orientation" />  
  119.         <activity android:name="com.tencent.mm.ui.friend.QQFriendUI" android:configChanges="keyboardHidden|orientation" />  
  120.         <activity android:name="com.tencent.mm.ui.friend.QQGroupUI" android:configChanges="keyboardHidden|orientation" />  
  121.         <activity android:name="com.tencent.mm.ui.friend.InviteFriendUI" android:configChanges="keyboardHidden|orientation" />  
  122.         <activity android:name="com.tencent.mm.ui.friend.InviteRecommendChoiceUI" android:configChanges="keyboardHidden|orientation" />  
  123.         <activity android:name="com.tencent.mm.ui.friend.RecommendFriendUI" android:configChanges="keyboardHidden|orientation" />  
  124.         <activity android:name="com.tencent.mm.ui.friend.InviteFacebookFriendsUI" android:configChanges="keyboardHidden|orientation" />  
  125.         <activity android:name="com.tencent.mm.ui.friend.ContactsSyncUI" android:configChanges="keyboardHidden|orientation">  
  126.             <intent-filter>  
  127.                 <action android:name="android.intent.action.VIEW" />  
  128.                 <action android:name="com.tencent.mm.login.ACTION_LOGIN" />  
  129.                 <category android:name="android.intent.category.DEFAULT" />  
  130.                 <data android:mimeType="vnd.android.cursor.item/vnd.com.tencent.mm.login" />  
  131.                 <data android:mimeType="vnd.android.cursor.item/vnd.com.tencent.mm.chatting.profile" />  
  132.                 <data android:mimeType="vnd.android.cursor.item/vnd.com.tencent.mm.plugin.sns.timeline" />  
  133.                 <data android:mimeType="vnd.android.cursor.item/vnd.com.tencent.mm.chatting.phonenum" />  
  134.             </intent-filter>  
  135.         </activity>  
  136.         <activity android:name="com.tencent.mm.ui.contact.SayHiEditUI" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateVisible|adjustPan" />  
  137.         <activity android:name="com.tencent.mm.ui.contact.profile.BizExposeUI" android:configChanges="keyboardHidden|orientation" />  
  138.         <activity android:name="com.tencent.mm.ui.setting.SettingsUI" android:configChanges="keyboardHidden|orientation" />  
  139.         <activity android:name="com.tencent.mm.ui.setting.SettingsLanguageUI" android:configChanges="keyboardHidden|orientation" />  
  140.         <activity android:name="com.tencent.mm.ui.setting.SettingsAboutMicroMsgUI" android:configChanges="keyboardHidden|orientation" />  
  141.         <activity android:name="com.tencent.mm.ui.setting.SettingsAboutPrivacyUI" android:configChanges="keyboardHidden|orientation" />  
  142.         <activity android:name="com.tencent.mm.ui.setting.SettingsAboutTimelineUI" android:configChanges="keyboardHidden|orientation" />  
  143.         <activity android:name="com.tencent.mm.ui.setting.SettingsPrivacyUI" android:configChanges="keyboardHidden|orientation" />  
  144.         <activity android:name="com.tencent.mm.ui.setting.SettingsPersonalInfoUI" android:configChanges="keyboardHidden|orientation" />  
  145.         <activity android:name="com.tencent.mm.ui.setting.SettingsTWeiboUI" android:configChanges="keyboardHidden|orientation" />  
  146.         <activity android:name="com.tencent.mm.ui.setting.SettingsAccountInfoUI" android:configChanges="keyboardHidden|orientation" />  
  147.         <activity android:name="com.tencent.mm.ui.setting.SettingsAliasUI" android:configChanges="keyboardHidden|orientation" />  
  148.         <activity android:name="com.tencent.mm.ui.setting.SettingsPluginsUI" android:configChanges="keyboardHidden|orientation" />  
  149.         <activity android:name="com.tencent.mm.ui.setting.SettingsNotificationUI" android:configChanges="keyboardHidden|orientation" />  
  150.         <activity android:name="com.tencent.mm.ui.setting.SetTextSizeUI" android:configChanges="keyboardHidden|orientation" />  
  151.         <activity android:name="com.tencent.mm.ui.setting.SettingsAboutSystemUI" android:configChanges="keyboardHidden|orientation">  
  152.             <intent-filter>  
  153.                 <action android:name="com.tencent.mm.action.DISPLAY_SETTINGS" />  
  154.                 <category android:name="android.intent.category.DEFAULT" />  
  155.             </intent-filter>  
  156.         </activity>  
  157.         <activity android:name="com.tencent.mm.ui.setting.SettingsRingtoneUI" android:configChanges="keyboardHidden|orientation" />  
  158.         <activity android:name="com.tencent.mm.ui.setting.SettingsModifyNameUI" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateVisible|adjustPan" />  
  159.         <activity android:name="com.tencent.mm.ui.setting.SettingsModifyEmailAddrUI" android:configChanges="keyboardHidden|orientation" />  
  160.         <activity android:name="com.tencent.mm.ui.setting.SettingsModifyPasswordUI" android:configChanges="keyboardHidden|orientation" />  
  161.         <activity android:name="com.tencent.mm.ui.setting.SettingsActiveTimeUI" android:configChanges="keyboardHidden|orientation" />  
  162.         <activity android:name="com.tencent.mm.ui.setting.SettingsNetStatUI" android:configChanges="keyboardHidden|orientation" />  
  163.         <activity android:name="com.tencent.mm.ui.setting.EditSignatureUI" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateVisible|adjustPan" />  
  164.         <activity android:name="com.tencent.mm.ui.qrcode.ShareToQQUI" android:configChanges="keyboardHidden|orientation" />  
  165.         <activity android:name="com.tencent.mm.ui.setting.SettingsPluginsNotifyUI" android:configChanges="keyboardHidden|orientation" />  
  166.         <activity android:name="com.tencent.mm.ui.setting.SendFeedBackUI" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateVisible" />  
  167.         <activity android:name="com.tencent.mm.ui.setting.SettingsFAQWebUI" android:process=":tools" android:configChanges="keyboardHidden|orientation" />  
  168.         <activity android:name="com.tencent.mm.ui.setting.SettingsChattingBackgroundUI" android:configChanges="keyboardHidden|orientation" />  
  169.         <activity android:name="com.tencent.mm.ui.setting.SettingsSelectBgUI" android:configChanges="keyboardHidden|orientation" />  
  170.         <activity android:name="com.tencent.mm.plugin.accountsync.ui.FacebookAuthUI" android:configChanges="keyboardHidden|orientation" />  
  171.         <activity android:name="com.tencent.mm.plugin.accountsync.ui.FacebookFriendUI" android:configChanges="keyboardHidden|orientation" />  
  172.         <activity android:name="com.tencent.mm.plugin.accountsync.ui.ShowNonWeixinFriendUI" android:configChanges="keyboardHidden|orientation" />  
  173.         <activity android:name="com.tencent.mm.ui.setting.SettingsEmojiUI" android:configChanges="keyboardHidden|orientation" />  
  174.         <activity android:name="com.tencent.mm.ui.emoji.EmojiLocalUI" android:configChanges="keyboardHidden|orientation" />  
  175.         <activity android:name="com.tencent.mm.ui.emoji.EmojiCustomUI" android:configChanges="keyboardHidden|orientation" />  
  176.         <activity android:name="com.tencent.mm.ui.emoji.EmojiStoreUI" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" />  
  177.         <activity android:name="com.tencent.mm.ui.emoji.EmojiPaidUI" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" />  
  178.         <activity android:name="com.tencent.mm.ui.emoji.EmojiStoreDetailUI" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" />  
  179.         <activity android:name="com.tencent.mm.ui.bindmobile.BindMContactIntroUI" android:configChanges="keyboardHidden|orientation" />  
  180.         <activity android:name="com.tencent.mm.ui.bindmobile.BindMContactUI" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="adjustResize" />  
  181.         <activity android:name="com.tencent.mm.ui.bindmobile.BindMContactVerifyUI" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateVisible" />  
  182.         <activity android:name="com.tencent.mm.ui.bindmobile.BindMContactStatusUI" android:configChanges="keyboardHidden|orientation" />  
  183.         <activity android:name="com.tencent.mm.ui.bindmobile.FindMContactIntroUI" android:configChanges="keyboardHidden|orientation" />  
  184.         <activity android:name="com.tencent.mm.ui.friend.FindMContactAddUI" android:configChanges="keyboardHidden|orientation" />  
  185.         <activity android:name="com.tencent.mm.ui.friend.FindMContactInviteUI" android:configChanges="keyboardHidden|orientation" />  
  186.         <activity android:name="com.tencent.mm.ui.bindqq.BindQQUI" android:configChanges="keyboardHidden|orientation" />  
  187.         <activity android:name="com.tencent.mm.ui.bindqq.VerifyQQUI" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateVisible|adjustPan" />  
  188.         <activity android:name="com.tencent.mm.ui.login.BindFacebookUI" android:configChanges="keyboardHidden|orientation" />  
  189.         <activity android:name="com.tencent.mm.ui.bindqq.StartUnbindQQ" android:configChanges="keyboardHidden|orientation" />  
  190.         <activity android:name="com.tencent.mm.ui.bindqq.SuccUnbindQQ" android:configChanges="keyboardHidden|orientation" />  
  191.         <activity android:theme="@style/MMNewTaskTheme.Transparent" android:name="com.tencent.mm.ui.tools.NewTaskUI" android:launchMode="singleInstance" android:configChanges="keyboardHidden|orientation" />  
  192.         <activity android:name="com.tencent.mm.ui.tools.MultiStageCitySelectUI" android:exported="false" android:configChanges="keyboardHidden|orientation">  
  193.             <intent-filter>  
  194.                 <action android:name="com.tencent.mm.action.GET_ADRESS" />  
  195.                 <category android:name="android.intent.category.DEFAULT" />  
  196.             </intent-filter>  
  197.         </activity>  
  198.         <activity android:name="com.tencent.mm.ui.tools.CountryCodeUI" android:configChanges="keyboardHidden|orientation" />  
  199.         <activity android:name="com.tencent.mm.ui.tools.CropImageNewUI" android:process=":tools" android:launchMode="singleTop" android:configChanges="keyboardHidden|orientation" />  
  200.         <activity android:name="com.tencent.mm.ui.tools.ImageGalleryUI" android:configChanges="keyboardHidden|orientation" />  
  201.         <activity android:name="com.tencent.mm.ui.tools.ShowImageUI" android:configChanges="keyboardHidden|orientation" />  
  202.         <activity android:name="com.tencent.mm.ui.video.VideoPlayerUI" android:configChanges="keyboardHidden|orientation" />  
  203.         <activity android:name="com.tencent.mm.ui.video.VideoDownloadUI" android:configChanges="keyboardHidden|orientation" />  
  204.         <activity android:name="com.tencent.mm.plugin.bottle.ui.BottleWizardStep1" android:configChanges="keyboardHidden|orientation" />  
  205.         <activity android:name="com.tencent.mm.plugin.bottle.ui.BottleWizardStep2" android:configChanges="keyboardHidden|orientation" />  
  206.         <activity android:name="com.tencent.mm.plugin.bottle.ui.BottleBeachUI" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" />  
  207.         <activity android:name="com.tencent.mm.plugin.bottle.ui.BottleConversationUI" android:configChanges="keyboardHidden|orientation" />  
  208.         <activity android:name="com.tencent.mm.plugin.bottle.ui.BottleChattingUI" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateHidden|adjustResize" />  
  209.         <activity android:name="com.tencent.mm.plugin.bottle.ui.BottlePersonalInfoUI" android:configChanges="keyboardHidden|orientation" />  
  210.         <activity android:name="com.tencent.mm.plugin.traceroute.ui.NetworkDiagnoseIntroUI" android:configChanges="keyboardHidden|orientation" />  
  211.         <activity android:name="com.tencent.mm.plugin.traceroute.ui.NetworkDiagnoseUI" android:configChanges="keyboardHidden|orientation" />  
  212.         <activity android:name="com.tencent.mm.plugin.traceroute.ui.NetworkDiagnoseReportUI" android:configChanges="keyboardHidden|orientation" />  
  213.         <activity android:name="com.tencent.mm.plugin.masssend.ui.MassSendSelectContactUI" android:configChanges="keyboardHidden|orientation" />  
  214.         <activity android:name="com.tencent.mm.plugin.masssend.ui.MassSendMsgUI" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateHidden|adjustResize" />  
  215.         <activity android:name="com.tencent.mm.plugin.masssend.ui.MassSendHistoryUI" android:launchMode="singleTop" android:configChanges="keyboardHidden|orientation" />  
  216.         <activity android:name="com.tencent.mm.plugin.readerapp.ui.ReaderAppUI" android:configChanges="keyboardHidden|orientation" />  
  217.         <activity android:name="com.tencent.mm.plugin.readerapp.ui.ReaderAppIntroUI" android:configChanges="keyboardHidden|orientation" />  
  218.         <activity android:name="com.tencent.mm.ui.gallery.GestureGalleryUI" android:configChanges="keyboardHidden|orientation" />  
  219.         <activity android:name="com.tencent.mm.plugin.readerapp.ui.ReaderAppSubscribeUI" android:configChanges="keyboardHidden|orientation" />  
  220.         <activity android:name="com.tencent.mm.plugin.location.ui.RedirectUI" android:configChanges="keyboardHidden|orientation" />  
  221.         <activity android:name="com.tencent.mm.plugin.location.ui.SosoMapUI" android:process=":tools" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" />  
  222.         <activity android:name="com.tencent.mm.plugin.location.ui.GGmapUI" android:process=":tools" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" />  
  223.         <activity android:name="com.tencent.mm.plugin.location.ui.RemarkUI" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateVisible|adjustPan" />  
  224.         <activity android:name="com.tencent.mm.plugin.sns.ui.SnsAnimation$SnsPostAnimationUI" android:configChanges="keyboardHidden|orientation" />  
  225.         <activity android:name="com.tencent.mm.plugin.sns.ui.SnsUserUI" android:launchMode="singleTop" android:configChanges="keyboardHidden|orientation" />  
  226.         <activity android:name="com.tencent.mm.plugin.sns.ui.SnsTimeLineUI" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateHidden|adjustResize" />  
  227.         <activity android:name="com.tencent.mm.plugin.sns.ui.SnsCommentDetailUI" android:configChanges="keyboardHidden|orientation" />  
  228.         <activity android:name="com.tencent.mm.plugin.sns.ui.SnsStrangerCommentDetailUI" android:configChanges="keyboardHidden|orientation" />  
  229.         <activity android:name="com.tencent.mm.plugin.sns.ui.SnsUploadUI" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateHidden|adjustResize" />  
  230.         <activity android:name="com.tencent.mm.plugin.sns.ui.SnsGalleryUI" android:configChanges="keyboardHidden|orientation" />  
  231.         <activity android:name="com.tencent.mm.plugin.sns.ui.ArtistBrowseUI" android:configChanges="keyboardHidden|orientation" />  
  232.         <activity android:theme="@style/MMTheme.Transparent" android:name="com.tencent.mm.plugin.sns.ui.SnsBrowseUI" android:configChanges="keyboardHidden|orientation" />  
  233.         <activity android:theme="@style/MMSnsTheme.Transparent" android:name="com.tencent.mm.plugin.sns.ui.SnsSelectContactDialog" android:configChanges="keyboardHidden|orientation" />  
  234.         <activity android:name="com.tencent.mm.plugin.sns.ui.SnsMsgUI" android:configChanges="keyboardHidden|orientation" />  
  235.         <activity android:name="com.tencent.mm.plugin.sns.ui.SettingSnsBackgroundUI" android:launchMode="singleTop" android:configChanges="keyboardHidden|orientation" />  
  236.         <activity android:name="com.tencent.mm.plugin.sns.ui.ArtistUI" android:configChanges="keyboardHidden|orientation" />  
  237.         <activity android:name="com.tencent.mm.plugin.sns.ui.SnsUploadBrowseUI" android:configChanges="keyboardHidden|orientation" />  
  238.         <activity android:name="com.tencent.mm.plugin.sns.ui.SnsCommentUI" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateVisible|adjustPan" />  
  239.         <activity android:name="com.tencent.mm.ui.contact.SnsAddressUI" android:configChanges="keyboardHidden|orientation" />  
  240.         <activity android:name="com.tencent.mm.plugin.sns.ui.SnsTagUI" android:configChanges="keyboardHidden|orientation" />  
  241.         <activity android:name="com.tencent.mm.plugin.sns.ui.SnsTagDetailUI" android:configChanges="keyboardHidden|orientation" />  
  242.         <activity android:name="com.tencent.mm.plugin.sns.ui.SnsBlackDetailUI" android:configChanges="keyboardHidden|orientation" />  
  243.         <activity android:name="com.tencent.mm.plugin.sns.ui.SnsTagPartlyUI" android:configChanges="keyboardHidden|orientation" />  
  244.         <activity android:name="com.tencent.mm.ui.contact.SnsTagContactListUI" android:configChanges="keyboardHidden|orientation" />  
  245.         <activity android:name="com.tencent.mm.plugin.sns.ui.SnsPermissionUI" android:configChanges="keyboardHidden|orientation" />  
  246.         <activity android:icon="@drawable/icon" android:name="com.tencent.mm.ui.tools.ShareImgUI" android:configChanges="keyboardHidden|orientation">  
  247.             <intent-filter android:label="@string/app_share_to_weixin">  
  248.                 <action android:name="android.intent.action.SEND" />  
  249.                 <category android:name="android.intent.category.DEFAULT" />  
  250.                 <data android:mimeType="image/*" />  
  251.                 <data android:mimeType="video/*" />  
  252.                 <data android:mimeType="application/*" />  
  253.                 <data android:mimeType="text/*" />  
  254.             </intent-filter>  
  255.             <intent-filter android:label="@string/app_share_to_weixin">  
  256.                 <action android:name="android.intent.action.SEND_MULTIPLE" />  
  257.                 <category android:name="android.intent.category.DEFAULT" />  
  258.                 <data android:mimeType="image/*" />  
  259.             </intent-filter>  
  260.         </activity>  
  261.         <activity android:icon="@drawable/share_to_time_line_icon" android:name="com.tencent.mm.ui.tools.ShareToTimeLineUI" android:configChanges="keyboardHidden|orientation">  
  262.             <intent-filter android:label="@string/app_share_to_timeline">  
  263.                 <action android:name="android.intent.action.SEND" />  
  264.                 <category android:name="android.intent.category.DEFAULT" />  
  265.                 <data android:mimeType="image/*" />  
  266.             </intent-filter>  
  267.             <intent-filter android:label="@string/app_share_to_timeline">  
  268.                 <action android:name="android.intent.action.SEND_MULTIPLE" />  
  269.                 <category android:name="android.intent.category.DEFAULT" />  
  270.                 <data android:mimeType="image/*" />  
  271.             </intent-filter>  
  272.         </activity>  
  273.         <activity android:name="com.tencent.mm.plugin.backup.ui.BakChatUI" android:configChanges="keyboardHidden|orientation" />  
  274.         <activity android:name="com.tencent.mm.plugin.backup.ui.BakChatRecoverCheckUI" android:configChanges="keyboardHidden|orientation" />  
  275.         <activity android:name="com.tencent.mm.plugin.backup.ui.BakChatUploadSelectUI" android:configChanges="keyboardHidden|orientation" />  
  276.         <activity android:name="com.tencent.mm.plugin.backup.ui.BakChatUploadingUI" android:configChanges="keyboardHidden|orientation" />  
  277.         <activity android:name="com.tencent.mm.plugin.backup.ui.BakChatRecoveringUI" android:configChanges="keyboardHidden|orientation" />  
  278.         <activity android:name="com.tencent.mm.plugin.backup.ui.BakchatSetCryptUI" android:configChanges="keyboardHidden|orientation" />  
  279.         <activity android:name="com.tencent.mm.plugin.backup.ui.BakchatSelcetCryptUI" android:configChanges="keyboardHidden|orientation" />  
  280.         <activity android:name="com.tencent.mm.plugin.backup.ui.BakChatInputCryptUI" android:configChanges="keyboardHidden|orientation" />  
  281.         <activity android:name="com.tencent.mm.ui.securityaccount.SecurityAccountIntroUI" android:configChanges="keyboardHidden|orientation" />  
  282.         <activity android:name="com.tencent.mm.ui.securityaccount.SecurityAccountVerifyUI" android:configChanges="keyboardHidden|orientation" />  
  283.         <activity android:name="com.tencent.mm.ui.securityaccount.MySafeDeviceListUI" android:configChanges="keyboardHidden|orientation" />  
  284.         <activity android:name="com.tencent.mm.ui.securityaccount.ModSafeDeviceNameUI" android:configChanges="keyboardHidden|orientation" />  
  285.         <activity android:name="com.tencent.mm.ui.securityaccount.BindSafeDeviceUI" android:configChanges="keyboardHidden|orientation" />  
  286.         <receiver android:name="com.tencent.mm.booter.NotifyReceiver" android:exported="false">  
  287.             <intent-filter>  
  288.                 <action android:name="com.tencent.mm.action.SHOOT_NETSCENE" />  
  289.             </intent-filter>  
  290.         </receiver>  
  291.         <receiver android:name="com.tencent.mm.sandbox.monitor.CrashUploadAlarmReceiver" android:exported="false" />  
  292.         <receiver android:name="com.tencent.mm.booter.MountReceiver">  
  293.             <intent-filter>  
  294.                 <action android:name="android.intent.action.MEDIA_MOUNTED" />  
  295.                 <action android:name="android.intent.action.MEDIA_EJECT" />  
  296.                 <action android:name="android.intent.action.MEDIA_UNMOUNTED" />  
  297.                 <action android:name="android.intent.action.MEDIA_SHARED" />  
  298.                 <action android:name="android.intent.action.MEDIA_SCANNER_STARTED" />  
  299.                 <action android:name="android.intent.action.MEDIA_SCANNER_FINISHED" />  
  300.                 <action android:name="android.intent.action.MEDIA_REMOVED" />  
  301.                 <action android:name="android.intent.action.MEDIA_BAD_REMOVAL" />  
  302.                 <data android:scheme="file" />  
  303.             </intent-filter>  
  304.         </receiver>  
  305.         <service android:name="com.tencent.mm.booter.NotifyReceiver$NotifyService" />  
  306.         <service android:name="com.tencent.mm.modelfriend.AddrBookObserver$AddrBookService" />  
  307.         <receiver android:name="com.tencent.mm.booter.BluetoothReceiver">  
  308.             <intent-filter>  
  309.                 <action android:name="android.media.SCO_AUDIO_STATE_CHANGED" />  
  310.                 <action android:name="android.media.ACTION_SCO_AUDIO_STATE_UPDATED" />  
  311.             </intent-filter>  
  312.         </receiver>  
  313.         <receiver android:name="com.tencent.mm.booter.MMReceivers$ToolsProcessReceiver" android:exported="false" android:process=":tools">  
  314.             <intent-filter>  
  315.                 <action android:name="com.tencent.mm.intent.ACTION_START_TOOLS_PROCESS" />  
  316.                 <action android:name="com.tencent.mm.intent.ACTION_KILL_TOOLS_PROCESS" />  
  317.             </intent-filter>  
  318.         </receiver>  
  319.         <service android:name="com.tencent.mm.booter.CoreService" android:process=":push" />  
  320.         <service android:name="com.tencent.mm.booter.cache.CacheService" android:process=":push" />  
  321.         <receiver android:name="com.tencent.mm.booter.MMReceivers$BootReceiver" android:process=":push">  
  322.             <intent-filter>  
  323.                 <action android:name="android.intent.action.BOOT_COMPLETED" />  
  324.             </intent-filter>  
  325.         </receiver>  
  326.         <receiver android:name="com.tencent.mm.booter.MMReceivers$ConnectionReceiver" android:process=":push">  
  327.             <intent-filter>  
  328.                 <action android:name="android.net.conn.CONNECTIVITY_CHANGE" />  
  329.             </intent-filter>  
  330.         </receiver>  
  331.         <receiver android:name="com.tencent.mm.booter.MMReceivers$AlarmReceiver" android:process=":push" />  
  332.         <receiver android:name="com.tencent.mm.jni.platformcomm.Alarm" android:exported="false" android:process=":push" />  
  333.         <provider android:name="com.tencent.mm.plugin.base.stub.MMPluginProvider" android:writePermission="com.tencent.mm.plugin.permission.WRITE" android:authorities="com.tencent.mm.sdk.plugin.provider" />  
  334.         <provider android:name="com.tencent.mm.plugin.base.stub.RContactDBProvider" android:readPermission="com.tencent.mm.plugin.permission.READ" android:writePermission="com.tencent.mm.plugin.permission.WRITE" android:authorities="com.tencent.mm.sdk.contact.provider" />  
  335.         <provider android:name="com.tencent.mm.plugin.base.stub.RConversationDBProvider" android:readPermission="com.tencent.mm.plugin.permission.READ" android:writePermission="com.tencent.mm.plugin.permission.WRITE" android:authorities="com.tencent.mm.sdk.conversation.provider" />  
  336.         <provider android:name="com.tencent.mm.plugin.base.stub.RMsgInfoDBProvider" android:readPermission="com.tencent.mm.plugin.permission.READ" android:writePermission="com.tencent.mm.plugin.permission.WRITE" android:authorities="com.tencent.mm.sdk.msginfo.provider" />  
  337.         <activity android:theme="@style/Theme.Transparent" android:name="com.tencent.mm.plugin.base.stub.WXEntryActivity" android:exported="true" android:excludeFromRecents="true" android:launchMode="singleTop" />  
  338.         <activity android:theme="@style/Theme.Transparent" android:name="com.tencent.mm.plugin.base.stub.WXPayEntryActivity" android:exported="true" android:excludeFromRecents="true" android:launchMode="singleTop" />  
  339.         <receiver android:name="com.tencent.mm.plugin.base.stub.WXEntryActivity$EntryReceiver">  
  340.             <intent-filter>  
  341.                 <action android:name="com.tencent.mm.plugin.openapi.Intent.ACTION_HANDLE_APP_REGISTER" />  
  342.                 <action android:name="com.tencent.mm.plugin.openapi.Intent.ACTION_HANDLE_APP_UNREGISTER" />  
  343.             </intent-filter>  
  344.         </receiver>  
  345.         <activity android:theme="@style/MMTheme.Launcher" android:name="com.tencent.mm.plugin.base.stub.UIEntryStub" android:launchMode="singleTop" android:configChanges="keyboardHidden|orientation" />  
  346.         <activity android:name="com.tencent.mm.plugin.base.stub.OAuthUI" android:process=":tools" android:configChanges="keyboardHidden|orientation" />  
  347.         <activity android:name="com.tencent.mm.ui.openapi.AddAppUI" android:configChanges="keyboardHidden|orientation" />  
  348.         <activity android:name="com.tencent.mm.ui.openapi.AppProfileUI" android:configChanges="keyboardHidden|orientation" />  
  349.         <activity android:name="com.tencent.mm.plugin.webwx.ui.WebWXLogoutUI" android:launchMode="singleTop" android:configChanges="keyboardHidden|orientation" />  
  350.         <activity android:name="com.tencent.mm.plugin.webwx.ui.WebWeiXinIntroductionUI" android:configChanges="keyboardHidden|orientation" />  
  351.         <activity android:name="com.tencent.mm.ui.voicesearch.VoiceSearchResultUI" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="adjustPan" />  
  352.         <activity android:name="com.tencent.mm.ui.voicesearch.SearchConversationResultUI" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="adjustPan" />  
  353.         <activity android:theme="@android:style/Theme.Translucent" android:name="com.tencent.mm.plugin.voicereminder.ui.RemindDialog" android:configChanges="keyboardHidden|orientation" />  
  354.         <activity android:name="com.tencent.mm.ui.qrcode.QRCodeIntroductionWebViewUI" android:process=":tools" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateHidden|adjustPan" />  
  355.         <activity android:theme="@style/Theme.Transparent" android:name="com.tencent.mm.ui.qrcode.GetQRCodeInfoUI" android:permission="com.tencent.mm.permission.GET_QRCODE_INFO" android:exported="false" android:configChanges="keyboardHidden|orientation">  
  356.             <intent-filter>  
  357.                 <action android:name="android.intent.action.VIEW" />  
  358.                 <category android:name="android.intent.category.DEFAULT" />  
  359.                 <category android:name="android.intent.category.BROWSABLE" />  
  360.                 <data android:scheme="http" android:host="weixin.qq.com" android:pathPrefix="/r/" />  
  361.             </intent-filter>  
  362.             <intent-filter>  
  363.                 <action android:name="android.intent.action.VIEW" />  
  364.                 <category android:name="android.intent.category.DEFAULT" />  
  365.                 <category android:name="android.intent.category.BROWSABLE" />  
  366.                 <data android:scheme="weixin" android:host="qr" />  
  367.             </intent-filter>  
  368.         </activity>  
  369.         <activity android:name="com.tencent.mm.ui.setting.SelfQRCodeUI" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateHidden|adjustPan" />  
  370.         <activity android:name="com.tencent.mm.ui.qrcode.ShareMicroMsgChoiceUI" android:configChanges="keyboardHidden|orientation" />  
  371.         <activity android:name="com.tencent.mm.ui.qrcode.ShowQRCodeStep1UI" android:configChanges="keyboardHidden|orientation" />  
  372.         <activity android:name="com.tencent.mm.plugin.game.ui.GameCenterUI" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" />  
  373.         <activity android:name="com.tencent.mm.plugin.game.ui.GameDetailInfoUI" android:configChanges="keyboardHidden|orientation" />  
  374.         <activity android:name="com.tencent.mm.plugin.game.ui.AuthorizedGameListUI" android:configChanges="keyboardHidden|orientation" />  
  375.         <activity android:name="com.tencent.mm.plugin.game.ui.GameSettingsUI" android:configChanges="keyboardHidden|orientation" />  
  376.         <activity android:name="com.tencent.mm.plugin.game.ui.GameRankUI" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" />  
  377.         <activity android:name="com.tencent.mm.plugin.game.ui.GameMessageUI" android:configChanges="keyboardHidden|orientation" />  
  378.         <activity android:theme="@style/MMTheme.Launcher" android:name="com.tencent.mm.plugin.game.ui.GameMD5CheckUI" android:exported="false" android:taskAffinity="com.tencent.mm.game.md5check" android:excludeFromRecents="true" android:configChanges="keyboardHidden|orientation">  
  379.             <intent-filter>  
  380.                 <action android:name="com.tencent.mm.game.md5check" />  
  381.                 <category android:name="android.intent.category.DEFAULT" />  
  382.             </intent-filter>  
  383.         </activity>  
  384.         <activity android:name="com.tencent.mm.ui.setting.SettingDeleteAccountAgreementUI" android:configChanges="keyboardHidden|orientation" />  
  385.         <activity android:name="com.tencent.mm.ui.setting.SettingDeleteAccountInputPassUI" android:configChanges="keyboardHidden|orientation" />  
  386.         <activity android:name="com.tencent.mm.ui.setting.SettingDeleteAccountUI" android:configChanges="keyboardHidden|orientation" />  
  387.         <service android:name="com.tencent.mm.modelfriend.AccountAuthenticatorService" android:exported="true">  
  388.             <intent-filter>  
  389.                 <action android:name="android.accounts.AccountAuthenticator" />  
  390.             </intent-filter>  
  391.             <meta-data android:name="android.accounts.AccountAuthenticator" android:resource="@xml/authenticator" />  
  392.         </service>  
  393.         <service android:name="com.tencent.mm.modelfriend.ContactsSyncService" android:exported="true">  
  394.             <intent-filter>  
  395.                 <action android:name="android.content.SyncAdapter" />  
  396.             </intent-filter>  
  397.             <meta-data android:name="android.content.SyncAdapter" android:resource="@xml/sync_contacts" />  
  398.             <meta-data android:name="android.provider.CONTACTS_STRUCTURE" android:resource="@xml/contacts" />  
  399.         </service>  
  400.         <activity android:name="com.tencent.mm.plugin.nearby.ui.NearbyFriendsIntroUI" android:configChanges="keyboardHidden|orientation" />  
  401.         <activity android:name="com.tencent.mm.plugin.nearby.ui.NearbyFriendShowSayHiUI" android:configChanges="keyboardHidden|orientation" />  
  402.         <activity android:name="com.tencent.mm.plugin.nearby.ui.NearbyFriendsUI" android:configChanges="keyboardHidden|orientation" />  
  403.         <activity android:name="com.tencent.mm.plugin.nearby.ui.NearbyPersonalInfoUI" android:configChanges="keyboardHidden|orientation" />  
  404.         <activity android:name="com.tencent.mm.plugin.nearby.ui.NearbySayHiListUI" android:configChanges="keyboardHidden|orientation" />  
  405.         <activity android:name="com.tencent.mm.plugin.brandservice.ui.BrandServiceIndexUI" android:configChanges="keyboardHidden|orientation" />  
  406.         <activity android:name="com.tencent.mm.plugin.brandservice.ui.SearchOrRecommendBizUI" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateVisible" />  
  407.         <activity android:name="com.tencent.mm.ui.video.VideoRecorderUI" android:screenOrientation="portrait" android:configChanges="keyboard|keyboardHidden">  
  408.             <intent-filter>  
  409.                 <action android:name="com.tencent.mm.action.VIDEO" />  
  410.                 <category android:name="android.intent.category.DEFAULT" />  
  411.             </intent-filter>  
  412.         </activity>  
  413.         <activity android:name="com.tencent.mm.ui.video.VideoRecorderPreviewUI" android:configChanges="keyboardHidden|orientation" />  
  414.         <activity android:name="com.tencent.mm.plugin.shake.ui.ShakeSayHiListUI" android:configChanges="keyboardHidden|orientation" />  
  415.         <activity android:name="com.tencent.mm.plugin.shake.shakemedia.ui.ShakeMusicPlayerUI" android:configChanges="keyboardHidden|orientation" />  
  416.         <activity android:name="com.tencent.mm.plugin.shake.ui.ShakeReportUI" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" />  
  417.         <activity android:name="com.tencent.mm.plugin.shake.ui.ShakePhotoViewerUI" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" />  
  418.         <activity android:name="com.tencent.mm.plugin.shake.ui.ShakeTranImgGalleryUI" android:configChanges="keyboardHidden|orientation" />  
  419.         <activity android:name="com.tencent.mm.plugin.shake.ui.ShakePersonalInfoUI" android:configChanges="keyboardHidden|orientation" />  
  420.         <activity android:name="com.tencent.mm.plugin.shake.ui.ShakeTranImgIntroUI" android:configChanges="keyboardHidden|orientation" />  
  421.         <activity android:name="com.tencent.mm.plugin.shake.ui.ShakeItemListUI" android:configChanges="keyboardHidden|orientation" />  
  422.         <activity android:name="com.tencent.mm.plugin.shake.shakemedia.ui.ShakeTVDetailUI" android:configChanges="keyboardHidden|orientation" />  
  423.         <activity android:theme="@android:style/Theme.NoTitleBar.Fullscreen" android:name="com.tencent.mm.plugin.voip.ui.VideoActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" />  
  424.         <activity android:theme="@android:style/Theme.Translucent" android:name="com.tencent.mm.ui.base.MMSuperAlert" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" />  
  425.         <activity android:theme="@android:style/Theme.Translucent" android:name="com.tencent.mm.plugin.voip.ui.InviteRemindDialog" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" />  
  426.         <activity android:theme="@android:style/Theme.NoTitleBar.Fullscreen" android:name="com.tencent.mm.plugin.voip.audio.ui.VoipAudioUI" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" />  
  427.         <activity android:name="com.tencent.mm.plugin.favorite.ui.FavoriteIndexUI" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="adjustPan" />  
  428.         <activity android:theme="@style/Theme.Transparent" android:name="com.tencent.mm.plugin.favorite.ui.FavOpenApiEntry" android:launchMode="singleTop" android:configChanges="keyboardHidden|orientation" />  
  429.         <activity android:theme="@style/MMTheme.Launcher" android:name="com.tencent.mm.plugin.favorite.ui.FavTipsUI" android:configChanges="keyboardHidden|orientation" />  
  430.         <activity android:name="com.tencent.mm.plugin.favorite.ui.detail.FavoriteTextDetailUI" android:configChanges="keyboardHidden|orientation" />  
  431.         <activity android:name="com.tencent.mm.plugin.favorite.ui.detail.FavoriteImgDetailUI" android:configChanges="keyboardHidden|orientation" />  
  432.         <activity android:name="com.tencent.mm.plugin.favorite.ui.detail.FavoriteFileDetailUI" android:configChanges="keyboardHidden|orientation" />  
  433.         <activity android:name="com.tencent.mm.plugin.favorite.ui.detail.FavoriteVoiceDetailUI" android:configChanges="keyboardHidden|orientation" />  
  434.         <activity android:name="com.tencent.mm.plugin.favorite.ui.detail.FavoriteMusicDetailUI" android:configChanges="keyboardHidden|orientation" />  
  435.         <activity android:name="com.tencent.mm.plugin.favorite.ui.post.FavPostTextUI" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateVisible|adjustPan" />  
  436.         <activity android:theme="@style/MMTheme.Launcher" android:name="com.tencent.mm.plugin.favorite.ui.post.FavPostVoiceUI" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" />  
  437.         <activity android:name="com.tencent.mm.plugin.qqsync.ui.QQSyncUI" android:configChanges="keyboardHidden|orientation" />  
  438.         <activity android:name="com.tencent.mm.plugin.gallery.ui.GalleryUI" android:process=":tools" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" />  
  439.         <activity android:name="com.tencent.mm.plugin.gallery.ui.ImagePreviewUI" android:process=":tools" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" />  
  440.         <activity android:name="com.tencent.mm.plugin.gallery.ui.AlbumPreviewUI" android:process=":tools" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" />  
  441.         <activity android:theme="@style/MMTheme.Launcher" android:name="com.tencent.mm.plugin.gallery.ui.GalleryEntryUI" android:process=":tools" android:launchMode="singleTop" android:configChanges="keyboardHidden|orientation" />  
  442.         <activity android:name="com.tencent.mm.plugin.radar.ui.RadarSearchUI" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" />  
  443.         <activity android:name="com.tencent.mm.plugin.sns.ui.SnsSingleTextViewUI" android:configChanges="keyboardHidden|orientation" />  
  444.         <activity android:name="com.tencent.mm.plugin.sns.ui.SnsLongMsgUI" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" />  
  445.         <provider 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" android:authorities="com.tencent.mm.plugin.ext.ExtContentProviderBase" />  
  446.         <provider 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" android:authorities="com.tencent.mm.plugin.ext.message" />  
  447.         <provider 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" android:authorities="com.tencent.mm.plugin.ext.SearchContact" />  
  448.         <provider 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" android:authorities="com.tencent.mm.plugin.ext.NearBy" />  
  449.         <provider 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" android:authorities="com.tencent.mm.plugin.ext.SNS" />  
  450.         <provider 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" android:authorities="com.tencent.mm.plugin.ext.AccountSync" />  
  451.         <provider 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" android:authorities="com.tencent.mm.plugin.ext.entry" />  
  452.         <activity android:name="com.tencent.mm.plugin.qqmail.ui.RoomInfoShareQrUI" android:configChanges="keyboardHidden|orientation" />  
  453.         <activity android:name="com.tencent.mm.plugin.qqmail.ui.ComposeUI" android:configChanges="keyboardHidden|orientation" />  
  454.         <activity android:name="com.tencent.mm.plugin.qqmail.ui.MailAddrListUI" android:configChanges="keyboardHidden|orientation" />  
  455.         <activity android:name="com.tencent.mm.plugin.qqmail.ui.ReadMailUI" android:process=":tools" android:configChanges="keyboardHidden|orientation" />  
  456.         <activity android:name="com.tencent.mm.plugin.qqmail.ui.MailAddrProfileUI" android:configChanges="keyboardHidden|orientation" />  
  457.         <activity android:name="com.tencent.mm.plugin.qqmail.ui.MailWebViewUI" android:process=":tools" android:configChanges="keyboardHidden|orientation" />  
  458.         <activity android:name="com.tencent.mm.plugin.qqmail.ui.CompressPreviewUI" android:configChanges="keyboardHidden|orientation" />  
  459.         <activity android:name="com.tencent.mm.plugin.qqmail.ui.AttachDownloadPage" android:configChanges="keyboardHidden|orientation" />  
  460.         <activity android:theme="@style/Theme.Transparent" android:name="com.tencent.mm.plugin.qqmail.stub.QQMailStubProxyUI" />  
  461.         <service android:name="com.tencent.mm.plugin.qqmail.stub.QQMailStubService" android:exported="false" />  
  462.         <activity android:name="com.tencent.mm.ui.tools.jsapi.ShareToQQWeiboUI" android:configChanges="keyboardHidden|orientation" />  
  463.         <activity android:name="com.tencent.mm.ui.tools.WebViewUI" android:process=":tools" android:screenOrientation="sensor" android:configChanges="keyboardHidden|orientation" />  
  464.         <activity android:theme="@style/Theme.Transparent" android:name="com.tencent.mm.plugin.webview.stub.WebViewStubProxyUI" />  
  465.         <service android:name="com.tencent.mm.plugin.webview.stub.WebViewStubService" />  
  466.         <activity android:name="com.tencent.mm.plugin.scanner.ui.BaseScanUI" android:configChanges="keyboardHidden|orientation" />  
  467.         <activity android:name="com.tencent.mm.plugin.scanner.ui.ProductUI" android:configChanges="keyboardHidden|orientation" />  
  468.         <activity android:name="com.tencent.mm.plugin.scanner.ui.VcardContactUI" android:configChanges="keyboardHidden|orientation" />  
  469.         <activity android:theme="@style/Theme.Transparent" android:name="com.tencent.mm.sandbox.updater.AppUpdaterUI" android:process=":sandbox" android:configChanges="keyboardHidden|orientation" />  
  470.         <service android:name="com.tencent.mm.sandbox.monitor.ExceptionMonitorService" android:process=":sandbox" />  
  471.         <activity android:theme="@style/MMTheme.Talkroom" android:name="com.tencent.mm.plugin.talkroom.ui.TalkRoomUI" android:launchMode="singleTask" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" />  
  472.         <service android:name="com.tencent.mm.plugin.talkroom.component.TalkRoomService" />  
  473.         <receiver android:name="com.tencent.mm.plugin.talkroom.model.TalkRoomReceiver" />  
  474.         <activity android:name="com.tencent.mm.plugin.whatsnew.ui.WhatsNewActivity" android:process=":tools" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" />  
  475.         <activity android:label="@string/app_name" android:name="com.tencent.mm.plugin.shoot.ui.ShootMainUI" android:process=":tools" android:launchMode="singleTask" android:screenOrientation="portrait" android:configChanges="keyboard|keyboardHidden|orientation">  
  476.             <intent-filter />  
  477.         </activity>  
  478.         <activity android:theme="@android:style/Theme.Black.NoTitleBar.Fullscreen" android:name="com.tencent.mm.plugin.shoot.ui.ShootFlashUI" android:process=":tools" android:launchMode="singleTask" android:screenOrientation="portrait" android:configChanges="keyboard|keyboardHidden|orientation" />  
  479.         <receiver android:name="com.tencent.mm.plugin.shoot.remote.RemoteNetSceneMgr$RespReceiver" android:permission="com.tencent.mm.permission.SHOOT_STUB_REQ_RESP" android:process=":tools">  
  480.             <intent-filter>  
  481.                 <action android:name="com.tencent.mm.action.SHOOT_STUB_RESP" />  
  482.             </intent-filter>  
  483.         </receiver>  
  484.         <receiver android:name="com.tencent.mm.plugin.shootstub.communicate.ReqReceiver" android:permission="com.tencent.mm.permission.SHOOT_STUB_REQ_RESP">  
  485.             <intent-filter>  
  486.                 <action android:name="com.tencent.mm.action.SHOOT_STUB_REQ" />  
  487.             </intent-filter>  
  488.         </receiver>  
  489.         <activity android:name="com.tencent.mm.plugin.mall.ui.MallIndexUI" android:launchMode="singleTop" android:configChanges="keyboardHidden|orientation" />  
  490.         <activity android:name="com.tencent.mm.plugin.mall.ui.MallRechargeUI" android:configChanges="keyboardHidden|orientation" android:windowAnimationStyle="@null" android:windowSoftInputMode="stateVisible" />  
  491.         <activity android:name="com.tencent.mm.plugin.wallet.ui.WalletManageUI" android:launchMode="singleTop" android:configChanges="keyboardHidden|orientation" />  
  492.         <activity android:name="com.tencent.mm.plugin.wallet.ui.WalletInputCardIDUI" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateAlwaysVisible" />  
  493.         <activity android:theme="@style/Theme.Transparent" android:name="com.tencent.mm.plugin.wallet.ui.WalletLauncherUI" android:permission="com.tencent.mm.plugin.permission.READ" android:exported="false" android:launchMode="singleTop" android:configChanges="keyboardHidden|orientation">  
  494.             <intent-filter>  
  495.                 <action android:name="com.tencent.mm.action.WALLET_PAY" />  
  496.                 <category android:name="android.intent.category.DEFAULT" />  
  497.             </intent-filter>  
  498.         </activity>  
  499.         <activity android:theme="@style/Theme.Transparent" android:name="com.tencent.mm.plugin.wallet.ui.WalletPayUI" android:launchMode="singleTop" android:configChanges="keyboardHidden|orientation" />  
  500.         <activity android:name="com.tencent.mm.plugin.wallet.ui.WalletCardElmentUI" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateHidden" />  
  501.         <activity android:name="com.tencent.mm.plugin.wallet.ui.WalletVerifyCodeUI" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateVisible" />  
  502.         <activity android:name="com.tencent.mm.plugin.wallet.ui.WalletSetPasswordUI" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateAlwaysVisible" />  
  503.         <activity android:name="com.tencent.mm.plugin.wallet.ui.WalletPwdConfirmUI" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateAlwaysVisible" />  
  504.         <activity android:name="com.tencent.mm.plugin.wallet.ui.WalletOrderListUI" android:configChanges="keyboardHidden|orientation" />  
  505.         <activity android:name="com.tencent.mm.plugin.wallet.ui.WalletOrderInfoUI" android:configChanges="keyboardHidden|orientation" />  
  506.         <activity android:name="com.tencent.mm.plugin.wallet.ui.WalletPasswordSettingUI" android:configChanges="keyboardHidden|orientation" />  
  507.         <activity android:theme="@style/Theme.Transparent" android:name="com.tencent.mm.plugin.wallet.ui.WalletCheckPwdUI" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateAlwaysVisible" />  
  508.         <activity android:name="com.tencent.mm.plugin.wallet.ui.WalletBankcardDetailUI" android:configChanges="keyboardHidden|orientation" />  
  509.         <activity android:name="com.tencent.mm.plugin.wallet.ui.WalletCardSelectUI" android:configChanges="keyboardHidden|orientation" />  
  510.         <activity android:name="com.tencent.mm.plugin.wallet.ui.WalletForgotPwdUI" android:launchMode="singleTop" android:configChanges="keyboardHidden|orientation" />  
  511.         <activity android:theme="@style/Theme.Transparent" android:name="com.tencent.mm.plugin.wallet.ui.WalletBrandUI" android:launchMode="singleTop" android:configChanges="keyboardHidden|orientation" />  
  512.         <activity android:theme="@style/Theme.Transparent" android:name="com.tencent.mm.plugin.wallet.ui.WalletIapUI" android:launchMode="singleTop" android:configChanges="keyboardHidden|orientation" />  
  513.         <activity android:theme="@style/Theme.Transparent" android:name="com.tencent.mm.plugin.wallet.ui.OrderHandlerUI" android:launchMode="singleTop" android:configChanges="keyboardHidden|orientation" />  
  514.         <activity android:name="com.tencent.mm.plugin.wallet.ui.WalletResetInfoUI" android:configChanges="keyboardHidden|orientation" />  
  515.         <activity android:name="com.tencent.mm.plugin.wallet.ui.WalletAddAddressUI" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateVisible" />  
  516.         <activity android:name="com.tencent.mm.plugin.wallet.ui.WalletSelectAddrUI" android:configChanges="keyboardHidden|orientation" />  
  517.         <activity android:name="com.tencent.mm.plugin.wallet.ui.MultiRcptSelectUI" android:configChanges="keyboardHidden|orientation" />  
  518.         <activity android:name="com.tencent.mm.plugin.wallet.ui.WalletChangeBankcardUI" android:configChanges="keyboardHidden|orientation" />  
  519.         <activity android:name="com.tencent.mm.pluginsdk.ui.tools.FileExplorerUI" android:configChanges="keyboardHidden|orientation" />  
  520.         <service android:name="com.tencent.mm.pluginsdk.model.downloader.FileDownloadManger$FileDownloadService" />  
  521.         <receiver android:name="com.tencent.mm.pluginsdk.model.downloader.FileDownloadManger$FileDownloadReceiver">  
  522.             <intent-filter>  
  523.                 <action android:name="android.intent.action.DOWNLOAD_COMPLETE" />  
  524.                 <action android:name="android.intent.action.DOWNLOAD_NOTIFICATION_CLICKED" />  
  525.             </intent-filter>  
  526.         </receiver>  
  527.         <activity android:name="com.tencent.mm.ui.tools.MMTextInputUI" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateVisible|adjustPan" />  
  528.         <receiver android:name="com.tencent.mm.compatible.audio.MMRemoteController$Receiver">  
  529.             <intent-filter>  
  530.                 <action android:name="android.intent.action.MEDIA_BUTTON" />  
  531.             </intent-filter>  
  532.         </receiver>  
  533.         <activity android:theme="@android:style/Theme.Translucent" android:name="com.tencent.mm.plugin.gwallet.GWalletUI">  
  534.             <intent-filter>  
  535.                 <action android:name="com.tencent.mm.gwallet.ACTION_PAY_REQUEST" />  
  536.                 <action android:name="com.tencent.mm.gwallet.ACTION_QUERY_REQUEST" />  
  537.                 <category android:name="android.intent.category.DEFAULT" />  
  538.             </intent-filter>  
  539.         </activity>  
  540.         <provider android:name="com.tencent.mm.plugin.gwallet.GWalletQueryProvider" android:permission="com.tencent.mm.plugin.permission.READ" android:authorities="com.tencent.mm.plugin.gwallet.queryprovider" />  
  541.     </application>  
  542.     <uses-permission android:name="android.permission.GET_ACCOUNTS" />  
  543.     <uses-permission android:name="android.permission.MANAGE_ACCOUNTS" />  
  544.     <uses-permission android:name="android.permission.AUTHENTICATE_ACCOUNTS" />  
  545.     <uses-permission android:name="android.permission.READ_SYNC_SETTINGS" />  
  546.     <uses-permission android:name="android.permission.WRITE_SYNC_SETTINGS" />  
  547.     <permission android:name="com.tencent.mm.ext.permission.READ" android:protectionLevel="signatureOrSystem" />  
  548.     <permission android:name="com.tencent.mm.ext.permission.WRITE" android:protectionLevel="signatureOrSystem" />  
  549.     <uses-permission android:name="com.tencent.mm.ext.permission.READ" />  
  550.     <uses-permission android:name="com.tencent.mm.ext.permission.WRITE" />  
  551.     <uses-permission android:name="com.tencent.mm.permission.SHOOT_STUB_REQ_RESP" />  
  552.     <permission android:name="com.tencent.mm.permission.SHOOT_STUB_REQ_RESP" android:protectionLevel="signature" />  
  553.     <uses-permission android:name="com.tencent.mm.gwallet.BILLING" />  
  554.     <uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />  
  555.     <uses-permission android:name="android.permission.READ_PHONE_STATE" />  
  556.     <uses-permission android:name="com.android.vending.BILLING" />  
  557. </manifest>  
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值