1 <?xml version="1.0" encoding="utf-8" ?>
2 - <manifest android:versionCode="462" android:versionName="5.4.0.48_r794734" android:installLocation="auto" package="com.tencent.mm" xmlns:android="http://schemas.android.com/apk/res/android">
3 <permission android:name="com.tencent.mm.plugin.permission.WRITE" android:protectionLevel="signature" />
4 <permission android:name="com.tencent.mm.plugin.permission.READ" android:protectionLevel="signature" />
5 <permission android:name="com.tencent.mm.permission.MM_MESSAGE" android:protectionLevel="signature" />
6 <uses-permission android:name="com.tencent.mm.plugin.permission.READ" />
7 <uses-permission android:name="com.tencent.mm.plugin.permission.WRITE" />
8 <uses-permission android:name="com.tencent.mm.plugin.permission.SEND" />
9 <uses-permission android:name="com.tencent.mm.permission.MM_MESSAGE" />
10 <uses-sdk android:minSdkVersion="10" android:targetSdkVersion="16" />
11 <uses-feature android:name="android.hardware.camera" android:required="false" />
12 <uses-feature android:name="android.hardware.camera.autofocus" android:required="false" />
13 <uses-feature android:name="android.hardware.bluetooth" android:required="false" />
14 <uses-feature android:name="android.hardware.location" android:required="false" />
15 <uses-feature android:name="android.hardware.location.gps" android:required="false" />
16 <uses-feature android:name="android.hardware.location.network" android:required="false" />
17 <uses-feature android:name="android.hardware.microphone" android:required="false" />
18 <uses-feature android:name="android.hardware.telephony" android:required="false" />
19 <uses-feature android:name="android.hardware.touchscreen" android:required="false" />
20 <uses-feature android:name="android.hardware.wifi" android:required="false" />
21 <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
22 <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
23 <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
24 <uses-permission android:name="android.permission.CAMERA" />
25 <uses-permission android:name="android.permission.GET_TASKS" />
26 <uses-permission android:name="android.permission.INTERNET" />
27 <uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS" />
28 <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
29 <uses-permission android:name="android.permission.RECORD_AUDIO" />
30 <uses-permission android:name="android.permission.READ_CONTACTS" />
31 <uses-permission android:name="android.permission.READ_SMS" />
32 <uses-permission android:name="android.permission.VIBRATE" />
33 <uses-permission android:name="android.permission.WAKE_LOCK" />
34 <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
35 <uses-permission android:name="android.permission.WRITE_CONTACTS" />
36 <uses-permission android:name="android.permission.WRITE_SETTINGS" />
37 <uses-permission android:name="com.android.launcher.permission.INSTALL_SHORTCUT" />
38 <uses-permission android:name="com.android.launcher.permission.UNINSTALL_SHORTCUT" />
39 <uses-permission android:name="com.android.launcher.permission.READ_SETTINGS" />
40 <uses-permission android:name="com.tencent.mm.location.permission.SEND_VIEW" />
41 <uses-permission android:name="android.permission.BLUETOOTH" />
42 <uses-permission android:name="android.permission.BLUETOOTH_ADMIN" />
43 <uses-permission android:name="android.permission.BROADCAST_STICKY" />
44 <uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW" />
45 <uses-permission android:name="android.permission.CHANGE_WIFI_STATE" />
46 <uses-permission android:name="android.permission.GET_PACKAGE_SIZE" />
47 - <application android:theme="@style/gc" android:label="@string/ap_" android:icon="@drawable/icon" android:name="com.tencent.mm.app.MMApplication" android:hardwareAccelerated="true" android:largeHeap="true">
48 <uses-library android:name="com.google.android.maps" android:required="false" />
49 <uses-library android:name="com.sec.android.app.multiwindow" android:required="false" />
50 <meta-data android:name="com.sec.android.support.multiwindow" android:value="true" />
51 <meta-data android:name="com.sec.android.multiwindow.DEFAULT_SIZE_W" android:value="632.0dip" />
52 <meta-data android:name="com.sec.android.multiwindow.DEFAULT_SIZE_H" android:value="598.0dip" />
53 <meta-data android:name="com.sec.android.multiwindow.MINIMUM_SIZE_W" android:value="632.0dip" />
54 <meta-data android:name="com.sec.android.multiwindow.MINIMUM_SIZE_H" android:value="598.0dip" />
55 <meta-data android:name="wx_qlauncher_coop" android:value="fun1,fun2" />
56 <meta-data android:name="SupportedAirMsgVersion" android:value="1.0.0" />
57 <meta-data android:name="com.tencent.mm.BuildInfo.CLIENT_VERSION" android:value="621019184" />
58 <meta-data android:name="com.tencent.mm.BuildInfo.BUILD_TAG" android:value="MicroMessenger_Android_Release #4315" />
59 <meta-data android:name="com.tencent.mm.BuildInfo.BUILD_OWNER" android:value="/home/android" />
60 <meta-data android:name="com.tencent.mm.BuildInfo.BUILD_HOSTNAME" android:value="amm-dev" />
61 <meta-data android:name="com.tencent.mm.BuildInfo.BUILD_TIME" android:value="08/25/2014 11:08 PM" />
62 <meta-data android:name="com.tencent.mm.BuildInfo.BUILD_COMMAND" android:value="unknown" />
63 <meta-data android:name="com.tencent.mm.BuildInfo.BUILD_REV" android:value="794734" />
64 <meta-data android:name="com.tencent.mm.BuildInfo.BUILD_SVNPATH" android:value="MicroMsg_proj/branches/android/5_4_beta_2" />
65 - <activity android:theme="@style/h7" android:label="@string/apa" android:name="com.tencent.mm.ui.LauncherUI" android:launchMode="singleTop" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="adjustPan">
66 - <intent-filter>
67 <action android:name="android.intent.action.MAIN" />
68 <category android:name="android.intent.category.LAUNCHER" />
69 <category android:name="android.intent.category.MULTIWINDOW_LAUNCHER" />
70 </intent-filter>
71 - <intent-filter>
72 <action android:name="com.tencent.mm.action.BIZSHORTCUT" />
73 <category android:name="android.intent.category.DEFAULT" />
74 </intent-filter>
75 </activity>
76 <activity android:name="com.tencent.mm.ui.DataTransferUI" android:launchMode="singleTask" android:configChanges="keyboardHidden|orientation" />
77 <activity android:name="com.tencent.mm.ui.CheckCanSubscribeBizUI" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="adjustResize" />
78 <activity android:name="com.tencent.mm.ui.chatting.ChattingUI" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="adjustResize" />
79 <activity android:theme="@style/h3" android:name="com.tencent.mm.ui.chatting.SendImgProxyUI" android:configChanges="keyboardHidden|orientation" />
80 <activity android:name="com.tencent.mm.ui.chatting.ImageDownloadUI" android:configChanges="keyboardHidden|orientation" />
81 <activity android:name="com.tencent.mm.ui.chatting.AtSomeoneUI" android:configChanges="keyboardHidden|orientation" />
82 <activity android:name="com.tencent.mm.ui.chatting.AppAttachDownloadUI" android:configChanges="keyboardHidden|orientation" />
83 <activity android:name="com.tencent.mm.ui.chatting.AppAttachFileListUI" android:configChanges="keyboardHidden|orientation" />
84 <activity android:name="com.tencent.mm.ui.chatting.ChatMoreSelectUI" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateHidden|adjustPan" />
85 <activity android:name="com.tencent.mm.ui.transmit.SelectConversationUI" android:configChanges="keyboardHidden|orientation" />
86 <activity android:name="com.tencent.mm.ui.transmit.ShareImageSelectorUI" android:configChanges="keyboardHidden|orientation" />
87 <activity android:name="com.tencent.mm.ui.contact.AddressUI" android:launchMode="singleTop" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="adjustPan" />
88 <activity android:name="com.tencent.mm.ui.contact.SelectContactUI" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="adjustPan" />
89 <activity android:name="com.tencent.mm.ui.contact.SelectLabelContactUI" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="adjustPan" />
90 <activity android:name="com.tencent.mm.ui.friend.FMessageConversationUI" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="adjustPan" />
91 <activity android:name="com.tencent.mm.ui.contact.GroupCardSelectUI" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateHidden|adjustPan" />
92 <activity android:name="com.tencent.mm.ui.pluginapp.ContactSearchUI" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateVisible|adjustPan" />
93 <activity android:name="com.tencent.mm.ui.SingleChatInfoUI" android:configChanges="keyboardHidden|orientation" />
94 <activity android:name="com.tencent.mm.ui.contact.SendContactCardUI" android:configChanges="keyboardHidden|orientation" />
95 <activity android:name="com.tencent.mm.ui.pluginapp.AddMoreFriendsUI" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" />
96 <activity android:name="com.tencent.mm.ui.pluginapp.AddMoreFriendsByOtherWayUI" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" />
97 <activity android:name="com.tencent.mm.ui.conversation.BizConversationUI" android:configChanges="keyboardHidden|orientation" />
98 <activity android:theme="@style/h3" android:name="com.tencent.mm.ui.transmit.MsgRetransmitUI" android:configChanges="keyboardHidden|orientation" />
99 <activity android:theme="@style/h4" android:name="com.tencent.mm.ui.transmit.SendAppMessageWrapperUI" android:configChanges="keyboardHidden|orientation" />
100 <activity android:theme="@style/h3" android:name="com.tencent.mm.ui.transmit.TaskRedirectUI" android:taskAffinity="com.tencent.mm.openapi.taskredirect" android:excludeFromRecents="true" android:configChanges="keyboardHidden|orientation" />
101 <activity android:name="com.tencent.mm.ui.player.MusicDetailUI" android:configChanges="keyboardHidden|orientation" />
102 <activity android:name="com.tencent.mm.ui.player.MainMusicPlayerUI" android:configChanges="keyboardHidden|orientation" />
103 <activity android:name="com.tencent.mm.ui.contact.profile.ContactInfoUI" android:configChanges="keyboardHidden|orientation" />
104 <activity android:name="com.tencent.mm.ui.contact.profile.ContactSocialInfoUI" android:configChanges="keyboardHidden|orientation" />
105 <activity android:name="com.tencent.mm.ui.contact.profile.SayHiWithSnsPermissionUI" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateVisible|adjustPan" />
106 <activity android:name="com.tencent.mm.ui.contact.ModRemarkNameUI" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateVisible|adjustPan" />
107 <activity android:name="com.tencent.mm.ui.contact.ContactRemarkInfoModUI" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="adjustResize" />
108 <activity android:name="com.tencent.mm.ui.contact.ContactRemarkInfoViewUI" android:configChanges="keyboardHidden|orientation" />
109 <activity android:theme="@style/gd" android:name="com.tencent.mm.ui.contact.ContactRemarkImagePreviewUI" android:configChanges="keyboardHidden|orientation" />
110 <activity android:name="com.tencent.mm.ui.pluginapp.ContactSearchResultUI" android:configChanges="keyboardHidden|orientation" />
111 <activity android:name="com.tencent.mm.ui.contact.SayHiEditUI" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateVisible|adjustPan" />
112 <activity android:name="com.tencent.mm.ui.ExposeUI" android:configChanges="keyboardHidden|orientation" />
113 <activity android:name="com.tencent.mm.ui.ExposeWithProofUI" android:configChanges="keyboardHidden|orientation" />
114 <activity android:name="com.tencent.mm.ui.voicetranstext.VoiceTransTextUI" android:configChanges="keyboardHidden|orientation" />
115 <activity android:name="com.tencent.mm.ui.setting.SettingsUI" android:configChanges="keyboardHidden|orientation" />
116 <activity android:name="com.tencent.mm.ui.setting.SettingsSafeUI" android:configChanges="keyboardHidden|orientation" />
117 <activity android:name="com.tencent.mm.ui.setting.SettingsChattingUI" android:configChanges="keyboardHidden|orientation" />
118 <activity android:name="com.tencent.mm.ui.setting.SettingsLanguageUI" android:configChanges="keyboardHidden|orientation" />
119 <activity android:name="com.tencent.mm.ui.setting.SettingsAboutMicroMsgUI" android:configChanges="keyboardHidden|orientation" />
120 <activity android:name="com.tencent.mm.ui.setting.SettingsPrivacyUI" android:configChanges="keyboardHidden|orientation" />
121 <activity android:name="com.tencent.mm.ui.setting.SettingsPersonalInfoUI" android:configChanges="keyboardHidden|orientation" />
122 <activity android:name="com.tencent.mm.ui.setting.SettingsAccountInfoUI" android:configChanges="keyboardHidden|orientation" />
123 <activity android:name="com.tencent.mm.ui.setting.SettingsAliasUI" android:configChanges="keyboardHidden|orientation" />
124 <activity android:name="com.tencent.mm.ui.setting.SettingsAliasResultUI" android:configChanges="keyboardHidden|orientation" />
125 <activity android:name="com.tencent.mm.ui.setting.SettingsPluginsUI" android:configChanges="keyboardHidden|orientation" />
126 <activity android:name="com.tencent.mm.ui.setting.SettingsNotificationUI" android:configChanges="keyboardHidden|orientation" />
127 <activity android:name="com.tencent.mm.ui.setting.SetTextSizeUI" android:configChanges="keyboardHidden|orientation" />
128 <activity android:name="com.tencent.mm.ui.setting.SettingsAboutSystemUI" android:configChanges="keyboardHidden|orientation" />
129 <activity android:name="com.tencent.mm.ui.setting.SettingsRingtoneUI" android:configChanges="keyboardHidden|orientation" />
130 <activity android:name="com.tencent.mm.ui.setting.SettingsModifyNameUI" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateVisible|adjustPan" />
131 <activity android:name="com.tencent.mm.ui.setting.SettingsModifyEmailAddrUI" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateHidden" />
132 <activity android:name="com.tencent.mm.ui.setting.SettingsModifyPasswordUI" android:configChanges="keyboardHidden|orientation" />
133 <activity android:name="com.tencent.mm.ui.setting.SettingsActiveTimeUI" android:configChanges="keyboardHidden|orientation" />
134 <activity android:name="com.tencent.mm.ui.setting.SettingsNetStatUI" android:configChanges="keyboardHidden|orientation" />
135 <activity android:name="com.tencent.mm.ui.setting.EditSignatureUI" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateVisible|adjustPan" />
136 <activity android:name="com.tencent.mm.ui.qrcode.ShareToQQUI" android:configChanges="keyboardHidden|orientation" />
137 <activity android:name="com.tencent.mm.ui.setting.SettingsPluginsNotifyUI" android:configChanges="keyboardHidden|orientation" />
138 <activity android:name="com.tencent.mm.ui.setting.SendFeedBackUI" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateVisible" />
139 <activity android:name="com.tencent.mm.ui.setting.SettingsChattingBackgroundUI" android:configChanges="keyboardHidden|orientation" />
140 <activity android:name="com.tencent.mm.ui.setting.SettingsSelectBgUI" android:configChanges="keyboardHidden|orientation" />
141 <activity android:theme="@style/h3" android:name="com.tencent.mm.ui.tools.NewTaskUI" android:launchMode="singleInstance" android:configChanges="keyboardHidden|orientation" />
142 - <activity android:name="com.tencent.mm.ui.tools.MultiStageCitySelectUI" android:exported="false" android:configChanges="keyboardHidden|orientation">
143 - <intent-filter>
144 <action android:name="com.tencent.mm.action.GET_ADRESS" />
145 <category android:name="android.intent.category.DEFAULT" />
146 </intent-filter>
147 </activity>
148 <activity android:name="com.tencent.mm.ui.tools.CountryCodeUI" android:configChanges="keyboardHidden|orientation" />
149 <activity android:name="com.tencent.mm.ui.tools.CropImageNewUI" android:process=":tools" android:launchMode="singleTop" android:configChanges="keyboardHidden|orientation" />
150 <activity android:theme="@style/gf" android:name="com.tencent.mm.ui.tools.ImageGalleryUI" android:launchMode="singleTop" android:configChanges="keyboardHidden|orientation" />
151 <activity android:name="com.tencent.mm.ui.tools.ImageGalleryGridUI" android:launchMode="singleTop" android:configChanges="keyboardHidden|orientation" android:hardwareAccelerated="true" />
152 <activity android:name="com.tencent.mm.ui.tools.ShowImageUI" android:configChanges="keyboardHidden|orientation" />
153 <activity android:theme="@style/gd" android:name="com.tencent.mm.ui.video.VideoPlayerUI" android:configChanges="keyboardHidden|orientation" />
154 <activity android:name="com.tencent.mm.ui.video.VideoDownloadUI" android:configChanges="keyboardHidden|orientation" />
155 <activity android:name="com.tencent.mm.ui.gallery.GestureGalleryUI" android:configChanges="keyboardHidden|orientation" />
156 <activity android:name="com.tencent.mm.ui.contact.SnsAddressUI" android:configChanges="keyboardHidden|orientation" />
157 <activity android:name="com.tencent.mm.ui.contact.VoipAddressUI" android:configChanges="keyboardHidden|orientation" />
158 - <activity android:icon="@drawable/icon" android:name="com.tencent.mm.ui.tools.ShareImgUI" android:configChanges="keyboardHidden|orientation">
159 - <intent-filter android:label="@string/apb">
160 <action android:name="android.intent.action.SEND" />
161 <category android:name="android.intent.category.DEFAULT" />
162 <data android:mimeType="image/*" />
163 <data android:mimeType="video/*" />
164 <data android:mimeType="application/*" />
165 <data android:mimeType="text/*" />
166 </intent-filter>
167 - <intent-filter android:label="@string/apb">
168 <action android:name="android.intent.action.SEND_MULTIPLE" />
169 <category android:name="android.intent.category.DEFAULT" />
170 <data android:mimeType="image/*" />
171 </intent-filter>
172 </activity>
173 - <activity android:icon="@drawable/a0f" android:name="com.tencent.mm.ui.tools.ShareToTimeLineUI" android:configChanges="keyboardHidden|orientation">
174 - <intent-filter android:label="@string/apc">
175 <action android:name="android.intent.action.SEND" />
176 <category android:name="android.intent.category.DEFAULT" />
177 <data android:mimeType="image/*" />
178 </intent-filter>
179 - <intent-filter android:label="@string/apc">
180 <action android:name="android.intent.action.SEND_MULTIPLE" />
181 <category android:name="android.intent.category.DEFAULT" />
182 <data android:mimeType="image/*" />
183 </intent-filter>
184 </activity>
185 <activity android:theme="@style/h3" android:name="com.tencent.mm.ui.tools.ShareImageRedirectUI" android:configChanges="keyboardHidden|orientation" />
186 <activity android:name="com.tencent.mm.ui.tools.ShareImageUI" android:configChanges="keyboardHidden|orientation" />
187 <activity android:name="com.tencent.mm.plugin.backup.topcui.BakToPcUI" android:configChanges="keyboardHidden|orientation" />
188 <activity android:name="com.tencent.mm.plugin.backup.topcui.BakWaitingUI" android:configChanges="keyboardHidden|orientation" />
189 <activity android:name="com.tencent.mm.plugin.backup.topcui.BakFinishUI" android:configChanges="keyboardHidden|orientation" />
190 <activity android:name="com.tencent.mm.plugin.backup.topcui.BakConnErrorUI" android:configChanges="keyboardHidden|orientation" />
191 <activity android:name="com.tencent.mm.plugin.backup.topcui.BakOperatingUI" android:configChanges="keyboardHidden|orientation" />
192 <activity android:name="com.tencent.mm.plugin.backup.ui.BakChatUI" android:configChanges="keyboardHidden|orientation" />
193 <activity android:name="com.tencent.mm.plugin.backup.ui.BakChatRecoverCheckUI" android:configChanges="keyboardHidden|orientation" />
194 <activity android:name="com.tencent.mm.plugin.backup.ui.BakChatUploadSelectUI" android:configChanges="keyboardHidden|orientation" />
195 <activity android:name="com.tencent.mm.plugin.backup.ui.BakChatUploadingUI" android:configChanges="keyboardHidden|orientation" />
196 <activity android:name="com.tencent.mm.plugin.backup.ui.BakChatRecoveringUI" android:configChanges="keyboardHidden|orientation" />
197 <activity android:name="com.tencent.mm.plugin.backup.ui.BakchatSetCryptUI" android:configChanges="keyboardHidden|orientation" />
198 <activity android:name="com.tencent.mm.plugin.backup.ui.BakchatSelcetCryptUI" android:configChanges="keyboardHidden|orientation" />
199 <activity android:name="com.tencent.mm.plugin.backup.ui.BakChatInputCryptUI" android:configChanges="keyboardHidden|orientation" />
200 <receiver android:name="com.tencent.mm.booter.NotifyReceiver" android:exported="false" />
201 <receiver android:name="com.tencent.mm.booter.notification.NotificationDeleteReceive" />
202 <receiver android:name="com.tencent.mm.sandbox.monitor.CrashUploadAlarmReceiver" android:exported="false" />
203 - <receiver android:name="com.tencent.mm.booter.MountReceiver">
204 - <intent-filter>
205 <action android:name="android.intent.action.MEDIA_MOUNTED" />
206 <action android:name="android.intent.action.MEDIA_EJECT" />
207 <action android:name="android.intent.action.MEDIA_UNMOUNTED" />
208 <action android:name="android.intent.action.MEDIA_SHARED" />
209 <action android:name="android.intent.action.MEDIA_SCANNER_STARTED" />
210 <action android:name="android.intent.action.MEDIA_SCANNER_FINISHED" />
211 <action android:name="android.intent.action.MEDIA_REMOVED" />
212 <action android:name="android.intent.action.MEDIA_BAD_REMOVAL" />
213 <data android:scheme="file" />
214 </intent-filter>
215 </receiver>
216 <service android:name="com.tencent.mm.booter.NotifyReceiver$NotifyService" />
217 <service android:name="com.tencent.mm.modelfriend.AddrBookObserver$AddrBookService" />
218 - <receiver android:name="com.tencent.mm.booter.BluetoothReceiver">
219 - <intent-filter>
220 <action android:name="android.media.SCO_AUDIO_STATE_CHANGED" />
221 <action android:name="android.media.ACTION_SCO_AUDIO_STATE_UPDATED" />
222 </intent-filter>
223 </receiver>
224 - <receiver android:name="com.tencent.mm.booter.InstallReceiver">
225 - <intent-filter>
226 <action android:name="com.android.vending.INSTALL_REFERRER" />
227 </intent-filter>
228 </receiver>
229 <receiver android:name="com.tencent.mm.booter.MMReceivers$ToolsProcessReceiver" android:exported="false" android:process=":tools" />
230 - <receiver android:name="com.tencent.mm.plugin.backup.bakpcmodel.BakchatPcmgrNorify" android:permission="">
231 - <intent-filter>
232 <action android:name="MMBakchatServiceStart" />
233 <action android:name="MMBakchatServiceStop" />
234 </intent-filter>
235 </receiver>
236 - <service android:name="com.tencent.mm.plugin.backup.bakpcmodel.BakchatPcUsbService" android:exported="false">
237 - <intent-filter>
238 <action android:name="com.tencent.mm.plugin.backup.bakpcmodel.BakchatPcUsbService" />
239 </intent-filter>
240 </service>
241 <service android:name="com.tencent.mm.booter.CoreService" android:process=":push" />
242 <service android:name="com.tencent.mm.booter.cache.CacheService" android:process=":push" />
243 - <receiver android:name="com.tencent.mm.booter.MMReceivers$BootReceiver" android:process=":push">
244 - <intent-filter>
245 <action android:name="android.intent.action.BOOT_COMPLETED" />
246 </intent-filter>
247 </receiver>
248 - <receiver android:name="com.tencent.mm.booter.MMReceivers$ConnectionReceiver" android:process=":push">
249 - <intent-filter>
250 <action android:name="android.net.conn.CONNECTIVITY_CHANGE" />
251 </intent-filter>
252 </receiver>
253 <receiver android:name="com.tencent.mm.booter.MMReceivers$AlarmReceiver" android:process=":push" />
254 <receiver android:name="com.tencent.mm.jni.platformcomm.Alarm" android:exported="false" android:process=":push" />
255 <provider android:name="com.tencent.mm.plugin.base.stub.MMPluginProvider" android:writePermission="com.tencent.mm.plugin.permission.WRITE" android:exported="true" android:authorities="com.tencent.mm.sdk.plugin.provider" />
256 <provider android:name="com.tencent.mm.plugin.base.stub.WXCommProvider" android:exported="true" android:authorities="com.tencent.mm.sdk.comm.provider" />
257 <activity android:theme="@style/h4" android:name="com.tencent.mm.plugin.base.stub.WXEntryActivity" android:exported="true" android:excludeFromRecents="true" android:launchMode="singleTop" />
258 <activity android:theme="@style/h2" android:name="com.tencent.mm.plugin.base.stub.WXPayEntryActivity" android:exported="true" android:excludeFromRecents="true" android:launchMode="singleTop" />
259 - <receiver android:name="com.tencent.mm.plugin.base.stub.WXEntryActivity$EntryReceiver">
260 - <intent-filter>
261 <action android:name="com.tencent.mm.plugin.openapi.Intent.ACTION_HANDLE_APP_REGISTER" />
262 <action android:name="com.tencent.mm.plugin.openapi.Intent.ACTION_HANDLE_APP_UNREGISTER" />
263 </intent-filter>
264 </receiver>
265 <activity android:theme="@style/h3" android:name="com.tencent.mm.plugin.base.stub.UIEntryStub" android:launchMode="singleTop" android:configChanges="keyboardHidden|orientation" />
266 <activity android:name="com.tencent.mm.ui.openapi.AddAppUI" android:configChanges="keyboardHidden|orientation" />
267 <activity android:name="com.tencent.mm.ui.openapi.ServiceAppUI" android:configChanges="keyboardHidden|orientation" />
268 <activity android:name="com.tencent.mm.ui.openapi.AppProfileUI" android:configChanges="keyboardHidden|orientation" />
269 <activity android:name="com.tencent.mm.plugin.webwx.ui.WebWXLogoutUI" android:launchMode="singleTop" android:configChanges="keyboardHidden|orientation" />
270 <activity android:name="com.tencent.mm.plugin.webwx.ui.WebWeiXinIntroductionUI" android:configChanges="keyboardHidden|orientation" />
271 <activity android:name="com.tencent.mm.ui.voicesearch.VoiceSearchResultUI" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="adjustPan" />
272 <activity android:name="com.tencent.mm.ui.voicesearch.SearchConversationResultUI" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="adjustPan" />
273 <activity android:theme="@style/h3" android:name="com.tencent.mm.plugin.voicereminder.ui.RemindDialog" android:configChanges="keyboardHidden|orientation" />
274 - <activity android:theme="@style/h2" android:name="com.tencent.mm.ui.qrcode.GetQRCodeInfoUI" android:permission="com.tencent.mm.permission.GET_QRCODE_INFO" android:exported="false" android:configChanges="keyboardHidden|orientation">
275 - <intent-filter>
276 <action android:name="android.intent.action.VIEW" />
277 <category android:name="android.intent.category.DEFAULT" />
278 <category android:name="android.intent.category.BROWSABLE" />
279 <data android:scheme="http" android:host="weixin.qq.com" android:pathPrefix="/r/" />
280 </intent-filter>
281 - <intent-filter>
282 <action android:name="android.intent.action.VIEW" />
283 <category android:name="android.intent.category.DEFAULT" />
284 <category android:name="android.intent.category.BROWSABLE" />
285 <data android:scheme="weixin" android:host="qr" />
286 </intent-filter>
287 </activity>
288 <activity android:name="com.tencent.mm.ui.setting.SelfQRCodeUI" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateHidden|adjustPan" />
289 <activity android:name="com.tencent.mm.ui.qrcode.ShareMicroMsgChoiceUI" android:configChanges="keyboardHidden|orientation" />
290 <activity android:name="com.tencent.mm.ui.qrcode.ShowQRCodeStep1UI" android:configChanges="keyboardHidden|orientation" />
291 <activity android:name="com.tencent.mm.ui.setting.SettingDeleteAccountAgreementUI" android:configChanges="keyboardHidden|orientation" />
292 <activity android:name="com.tencent.mm.ui.setting.SettingDeleteAccountInputPassUI" android:configChanges="keyboardHidden|orientation" />
293 <activity android:name="com.tencent.mm.ui.setting.SettingDeleteAccountUI" android:configChanges="keyboardHidden|orientation" />
294 <activity android:name="com.tencent.mm.ui.chatting.ResourcesExceedUI" android:configChanges="keyboardHidden|orientation" />
295 <activity android:name="com.tencent.mm.ui.contact.ChatroomContactUI" android:configChanges="keyboardHidden|orientation" />
296 <activity android:theme="@style/h3" android:name="com.tencent.mm.ui.tools.AccountDeletedAlphaAlertUI" android:configChanges="keyboardHidden|orientation" />
297 <activity android:name="com.tencent.mm.plugin.autoadd.ui.AutoAddFriendUI" android:configChanges="keyboardHidden|orientation" />
298 <activity android:name="com.tencent.mm.ui.bindlinkedin.ListLinkedInFriendUI" android:configChanges="keyboardHidden|orientation" />
299 <activity android:name="com.tencent.mm.ui.bindlinkedin.InviteLinkedInFriendUI" android:configChanges="keyboardHidden|orientation" />
300 <activity android:name="com.tencent.mm.ui.tools.MMTextInputUI" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateVisible|adjustPan" />
301 <service android:name="com.tencent.mm.remoteservice.RemoteService" />
302 <receiver android:name="com.tencent.mm.modelstat.WatchDogPushReceiver" android:exported="false" android:process=":push" />
303 <activity android:name="com.tencent.mm.pluginsdk.ui.tools.FileExplorerUI" android:configChanges="keyboardHidden|orientation" />
304 <activity android:theme="@style/h3" android:name="com.tencent.mm.pluginsdk.ui.tools.AppChooserUI" android:configChanges="keyboardHidden|orientation" />
305 <activity android:theme="@style/h1" android:name="com.tencent.mm.pluginsdk.downloader.ui.ProgressDialogUI" android:configChanges="keyboardHidden|orientation" />
306 <service android:name="com.tencent.mm.pluginsdk.model.downloader.FileDownloadManger$FileDownloadService" />
307 - <receiver android:name="com.tencent.mm.pluginsdk.model.downloader.FileDownloadManger$FileDownloadReceiver">
308 - <intent-filter>
309 <action android:name="android.intent.action.DOWNLOAD_COMPLETE" />
310 <action android:name="android.intent.action.DOWNLOAD_NOTIFICATION_CLICKED" />
311 </intent-filter>
312 </receiver>
313 <activity android:name="com.tencent.mm.ui.bindqq.BindQQUI" android:configChanges="keyboardHidden|orientation" />
314 <activity android:name="com.tencent.mm.ui.bindqq.VerifyQQUI" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateVisible|adjustPan" />
315 <activity android:name="com.tencent.mm.ui.bindqq.StartUnbindQQ" android:configChanges="keyboardHidden|orientation" />
316 <activity android:name="com.tencent.mm.ui.bindqq.SuccUnbindQQ" android:configChanges="keyboardHidden|orientation" />
317 <activity android:name="com.tencent.mm.ui.bindqq.QQGroupUI" android:configChanges="keyboardHidden|orientation" />
318 <activity android:name="com.tencent.mm.ui.bindgooglecontact.BindGoogleContactIntroUI" android:configChanges="keyboardHidden|orientation" />
319 <activity android:name="com.tencent.mm.ui.bindgooglecontact.GoogleFriendUI" android:configChanges="keyboardHidden|orientation" />
320 <activity android:name="com.tencent.mm.ui.bindgooglecontact.BindGoogleContactUI" android:configChanges="keyboardHidden|orientation" />
321 <activity android:name="com.tencent.mm.ui.bindlinkedin.BindLinkedInUI" android:configChanges="keyboardHidden|orientation" />
322 <activity android:name="com.tencent.mm.plugin.safedevice.ui.SecurityAccountIntroUI" android:configChanges="keyboardHidden|orientation" />
323 <activity android:name="com.tencent.mm.plugin.safedevice.ui.SecurityAccountVerifyUI" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateVisible|adjustPan" />
324 <activity android:name="com.tencent.mm.plugin.safedevice.ui.MySafeDeviceListUI" android:configChanges="keyboardHidden|orientation" />
325 <activity android:name="com.tencent.mm.plugin.safedevice.ui.ModSafeDeviceNameUI" android:configChanges="keyboardHidden|orientation" />
326 <activity android:name="com.tencent.mm.plugin.safedevice.ui.BindSafeDeviceUI" android:configChanges="keyboardHidden|orientation" />
327 <activity android:name="com.tencent.mm.ui.account.FacebookAuthUI" android:configChanges="keyboardHidden|orientation" />
328 <activity android:name="com.tencent.mm.ui.account.FacebookFriendUI" android:configChanges="keyboardHidden|orientation" />
329 <activity android:name="com.tencent.mm.ui.account.ShowNonWeixinFriendUI" android:configChanges="keyboardHidden|orientation" />
330 <activity android:name="com.tencent.mm.ui.account.LoginSelectorUI" android:configChanges="keyboardHidden|orientation" />
331 <activity android:name="com.tencent.mm.ui.account.LoginHistoryUI" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateHidden|adjustResize" />
332 <activity android:name="com.tencent.mm.ui.account.LoginUI" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateVisible" />
333 <activity android:name="com.tencent.mm.ui.account.FacebookLoginUI" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateHidden" />
334 <activity android:name="com.tencent.mm.ui.accountn.RegByQQAuthUI" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateVisible|adjustPan" />
335 <activity android:name="com.tencent.mm.ui.account.RegByMobileRegUI" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateVisible|adjustPan" />
336 <activity android:name="com.tencent.mm.ui.account.MobileVerifyUI" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateVisible|adjustPan" />
337 <activity android:name="com.tencent.mm.ui.account.RegByMobileRegAIOUI" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="adjustResize" />
338 <activity android:name="com.tencent.mm.ui.account.RegByMobileWaitingSMSUI" android:configChanges="keyboardHidden|orientation" />
339 <activity android:name="com.tencent.mm.ui.account.RegByMobileVoiceVerifyUI" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateVisible|adjustPan" />
340 <activity android:name="com.tencent.mm.ui.account.RegByMobileVoiceVerifySelectUI" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateVisible|adjustPan" />
341 <activity android:name="com.tencent.mm.ui.account.RegByMobileSetPwdUI" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateVisible|adjustPan" />
342 <activity android:name="com.tencent.mm.ui.account.RegByMobileSetNickUI" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateVisible|adjustPan" />
343 <activity android:name="com.tencent.mm.ui.account.SimpleLoginUI" android:windowSoftInputMode="stateVisible" />
344 <activity android:name="com.tencent.mm.ui.account.RegByFacebookSetPwdUI" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateVisible|adjustPan" />
345 <activity android:name="com.tencent.mm.ui.account.RegByQQUI" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateVisible|adjustPan" />
346 <activity android:name="com.tencent.mm.ui.account.RegByEmailUI" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateVisible|adjustPan" />
347 <activity android:name="com.tencent.mm.ui.account.EmailVerifyUI" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateVisible|adjustPan" />
348 <activity android:name="com.tencent.mm.ui.account.RegSetInfoUI" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateHidden|adjustResize" />
349 <activity android:name="com.tencent.mm.ui.account.LoginByMobileUI" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateVisible|adjustPan" />
350 <activity android:name="com.tencent.mm.ui.account.LoginIndepPass" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateVisible|adjustPan" />
351 <activity android:name="com.tencent.mm.ui.account.BindFacebookUI" android:configChanges="keyboardHidden|orientation" />
352 <activity android:name="com.tencent.mm.ui.account.mobile.MobileInputUI" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateHidden|adjustPan" />
353 <activity android:name="com.tencent.mm.ui.account.mobile.MobileVerifyUI" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateHidden|adjustResize" />
354 <activity android:name="com.tencent.mm.ui.account.mobile.MobileLoginOrForceReg" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateHidden|adjustPan" />
355 <activity android:name="com.tencent.mm.ui.bindmobile.MobileFriendUI" android:configChanges="keyboardHidden|orientation" />
356 <activity android:name="com.tencent.mm.ui.friend.QQFriendUI" android:configChanges="keyboardHidden|orientation" />
357 <activity android:name="com.tencent.mm.ui.friend.InviteFriendUI" android:configChanges="keyboardHidden|orientation" />
358 <activity android:name="com.tencent.mm.ui.friend.InviteRecommendChoiceUI" android:configChanges="keyboardHidden|orientation" />
359 <activity android:name="com.tencent.mm.ui.friend.RecommendFriendUI" android:configChanges="keyboardHidden|orientation" />
360 <activity android:name="com.tencent.mm.ui.friend.InviteFacebookFriendsUI" android:configChanges="keyboardHidden|orientation" />
361 - <activity android:name="com.tencent.mm.plugin.accountsync.ui.ContactsSyncUI" android:configChanges="keyboardHidden|orientation">
362 - <intent-filter>
363 <action android:name="android.intent.action.VIEW" />
364 <action android:name="com.tencent.mm.login.ACTION_LOGIN" />
365 <category android:name="android.intent.category.DEFAULT" />
366 <data android:mimeType="vnd.android.cursor.item/vnd.com.tencent.mm.login" />
367 <data android:mimeType="vnd.android.cursor.item/vnd.com.tencent.mm.chatting.profile" />
368 <data android:mimeType="vnd.android.cursor.item/vnd.com.tencent.mm.chatting.voip" />
369 <data android:mimeType="vnd.android.cursor.item/vnd.com.tencent.mm.chatting.voip.video" />
370 <data android:mimeType="vnd.android.cursor.item/vnd.com.tencent.mm.plugin.sns.timeline" />
371 <data android:mimeType="vnd.android.cursor.item/vnd.com.tencent.mm.chatting.phonenum" />
372 </intent-filter>
373 </activity>
374 <activity android:name="com.tencent.mm.ui.bindmobile.BindMContactIntroUI" android:configChanges="keyboardHidden|orientation" />
375 <activity android:name="com.tencent.mm.ui.bindmobile.BindMContactUI" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="adjustPan" />
376 <activity android:name="com.tencent.mm.ui.bindmobile.BindMContactVerifyUI" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateVisible" />
377 <activity android:name="com.tencent.mm.ui.bindmobile.BindMContactStatusUI" android:configChanges="keyboardHidden|orientation" />
378 <activity android:name="com.tencent.mm.ui.bindmobile.FindMContactIntroUI" android:configChanges="keyboardHidden|orientation" />
379 <activity android:name="com.tencent.mm.ui.bindmobile.FindMContactAlertUI" android:configChanges="keyboardHidden|orientation" />
380 <activity android:name="com.tencent.mm.ui.bindmobile.FindMContactLearmMoreUI" android:configChanges="keyboardHidden|orientation" />
381 <activity android:name="com.tencent.mm.ui.friend.FindMContactAddUI" android:configChanges="keyboardHidden|orientation" />
382 <activity android:name="com.tencent.mm.ui.friend.FindMContactInviteUI" android:configChanges="keyboardHidden|orientation" />
383 <activity android:name="com.tencent.mm.ui.account.bind.BindMobileStatusUI" android:configChanges="keyboardHidden|orientation" />
384 <activity android:name="com.tencent.mm.ui.account.bind.BindMobileVerifyUI" android:configChanges="keyboardHidden|orientation" />
385 <activity android:name="com.tencent.mm.ui.account.bind.BindMobileUI" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateHidden" />
386 - <service android:name="com.tencent.mm.plugin.accountsync.model.AccountAuthenticatorService" android:exported="true">
387 - <intent-filter>
388 <action android:name="android.accounts.AccountAuthenticator" />
389 </intent-filter>
390 <meta-data android:name="android.accounts.AccountAuthenticator" android:resource="@xml/g" />
391 </service>
392 - <service android:name="com.tencent.mm.plugin.accountsync.model.ContactsSyncService" android:exported="true">
393 - <intent-filter>
394 <action android:name="android.content.SyncAdapter" />
395 </intent-filter>
396 <meta-data android:name="android.content.SyncAdapter" android:resource="@xml/be" />
397 <meta-data android:name="android.provider.CONTACTS_STRUCTURE" android:resource="@xml/aa" />
398 </service>
399 <activity android:name="com.tencent.mm.plugin.address.ui.WalletAddAddressUI" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateVisible" />
400 <activity android:name="com.tencent.mm.plugin.address.ui.WalletSelectAddrUI" android:configChanges="keyboardHidden|orientation" />
401 <activity android:name="com.tencent.mm.plugin.address.ui.WalletMultiRcptSelectUI" android:configChanges="keyboardHidden|orientation" />
402 <activity android:name="com.tencent.mm.plugin.bottle.ui.BottleWizardStep1" android:configChanges="keyboardHidden|orientation" />
403 <activity android:name="com.tencent.mm.plugin.bottle.ui.BottleWizardStep2" android:configChanges="keyboardHidden|orientation" />
404 <activity android:theme="@style/gd" android:name="com.tencent.mm.plugin.bottle.ui.BottleBeachUI" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" />
405 <activity android:name="com.tencent.mm.plugin.bottle.ui.BottleConversationUI" android:configChanges="keyboardHidden|orientation" />
406 <activity android:name="com.tencent.mm.plugin.bottle.ui.BottleChattingUI" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateHidden|adjustResize" />
407 <activity android:name="com.tencent.mm.plugin.bottle.ui.BottlePersonalInfoUI" android:configChanges="keyboardHidden|orientation" />
408 <activity android:name="com.tencent.mm.plugin.brandservice.ui.BrandServiceIndexUI" android:configChanges="keyboardHidden|orientation" />
409 <activity android:name="com.tencent.mm.plugin.brandservice.ui.SearchOrRecommendBizUI" android:configChanges="keyboardHidden|orientation" />
410 <activity android:name="com.tencent.mm.plugin.brandservice.ui.EnterpriseBizListUI" android:configChanges="keyboardHidden|orientation" />
411 <activity android:name="com.tencent.mm.plugin.brandservice.ui.ReceiveTemplateMsgMgrUI" android:configChanges="keyboardHidden|orientation" />
412 <activity android:theme="@style/h4" android:name="com.tencent.mm.plugin.brandservice.ui.BrandServiceLocalSearchUI" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="adjustPan" />
413 <activity android:theme="@style/gc" android:name="com.tencent.mm.plugin.card.ui.CardIndexUI" android:launchMode="singleTop" android:configChanges="keyboardHidden|orientation" />
414 <activity android:theme="@style/gc" android:name="com.tencent.mm.plugin.card.ui.CardInvalidCardUI" android:launchMode="singleTop" android:configChanges="keyboardHidden|orientation" />
415 <activity android:theme="@style/gc" android:name="com.tencent.mm.plugin.card.ui.CardDetailUI" android:launchMode="singleTop" android:configChanges="keyboardHidden|orientation" />
416 <activity android:theme="@style/gc" android:name="com.tencent.mm.plugin.card.ui.CardDetailPreference" />
417 <activity android:theme="@style/gc" android:name="com.tencent.mm.plugin.card.ui.CardPrivilegeUI" />
418 <activity android:theme="@style/gc" android:name="com.tencent.mm.plugin.card.ui.CardNewMsgUI" />
419 <activity android:theme="@style/gc" android:name="com.tencent.mm.plugin.card.ui.CardShopUI" />
420 <activity android:theme="@style/gc" android:name="com.tencent.mm.plugin.card.ui.CardListSelectedUI" />
421 <activity android:name="com.tencent.mm.plugin.chatroom.ui.RoomUpgradeUI" android:configChanges="keyboardHidden|orientation" />
422 <activity android:name="com.tencent.mm.plugin.chatroom.ui.RoomUpgradeResultUI" android:configChanges="keyboardHidden|orientation" />
423 <activity android:theme="@style/h3" android:name="com.tencent.mm.plugin.chatroom.ui.RoomAlphaProcessUI" android:configChanges="keyboardHidden|orientation" />
424 <activity android:name="com.tencent.mm.plugin.chatroom.ui.RoomAnnouncementUI" android:configChanges="keyboardHidden|orientation" />
425 <activity android:name="com.tencent.mm.plugin.chatroom.ui.ChatroomInfoUI" android:configChanges="keyboardHidden|orientation" />
426 <activity android:name="com.tencent.mm.plugin.chatroom.ui.GrantRoomUI" android:configChanges="keyboardHidden|orientation" />
427 <activity android:name="com.tencent.mm.plugin.chatroom.ui.RoomRightUI" android:configChanges="keyboardHidden|orientation" />
428 <activity android:name="com.tencent.mm.plugin.chatroom.ui.RoomInfoDetailUI" android:configChanges="keyboardHidden|orientation" />
429 <activity android:name="com.tencent.mm.plugin.clean.ui.CleanListUI" android:configChanges="keyboardHidden|orientation" />
430 <activity android:name="com.tencent.mm.plugin.collect.ui.CollectMainUI" android:configChanges="keyboardHidden|orientation" android:windowAnimationStyle="@null" android:windowSoftInputMode="stateUnchanged" />
431 <activity android:name="com.tencent.mm.plugin.collect.ui.CollectCreateQRCodeUI" android:configChanges="keyboardHidden|orientation" android:windowAnimationStyle="@null" android:windowSoftInputMode="stateUnchanged" />
432 <activity android:name="com.tencent.mm.plugin.collect.ui.CollectFixedAmountQRCodeUI" android:configChanges="keyboardHidden|orientation" />
433 <activity android:name="com.tencent.mm.plugin.emoji.ui.CustomSmileyPreviewUI" android:configChanges="keyboardHidden|orientation" />
434 <activity android:name="com.tencent.mm.plugin.emoji.ui.EmojiCustomUI" android:configChanges="keyboardHidden|orientation" />
435 <activity android:name="com.tencent.mm.plugin.emoji.ui.EmojiStoreUI" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" />
436 <activity android:name="com.tencent.mm.plugin.emoji.ui.EmojiPaidUI" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" />
437 <activity android:name="com.tencent.mm.plugin.emoji.ui.EmojiStoreDetailUI" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" />
438 <activity android:name="com.tencent.mm.plugin.emoji.ui.EmojiMineUI" android:configChanges="keyboardHidden|orientation" />
439 <activity android:name="com.tencent.mm.plugin.emoji.ui.EmojiSortUI" android:configChanges="keyboardHidden|orientation" />
440 <activity android:name="com.tencent.mm.plugin.emoji.ui.AppMsgEmojiDownloadUI" android:configChanges="keyboardHidden|orientation" />
441 <activity android:name="com.tencent.mm.plugin.emoji.ui.EmojiStoreGiftUI" android:configChanges="keyboardHidden|orientation" />
442 <activity android:name="com.tencent.mm.plugin.emoji.ui.EmojiPayUI" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" />
443 <activity android:name="com.tencent.mm.plugin.exdevice.ui.ExdeviceRankInfoUI" android:configChanges="keyboardHidden|orientation" />
444 <service android:name="com.tencent.mm.plugin.exdevice.service.ExDeviceService" android:exported="false" android:process=":exdevice" />
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:theme="@android:style/Theme.Translucent" android:name="com.tencent.mm.plugin.extqlauncher.ui.QLauncherCreateShortcutUI" android:configChanges="keyboardHidden|orientation" />
453 <activity android:name="com.tencent.mm.plugin.favorite.ui.FavoriteIndexUI" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="adjustPan" />
454 <activity android:theme="@style/h2" android:name="com.tencent.mm.plugin.favorite.ui.FavOpenApiEntry" android:launchMode="singleTop" android:configChanges="keyboardHidden|orientation" />
455 <activity android:theme="@style/h1" android:name="com.tencent.mm.plugin.favorite.ui.FavTipsUI" android:configChanges="keyboardHidden|orientation" />
456 <activity android:name="com.tencent.mm.plugin.favorite.ui.FavTextEditUI" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="adjustResize" />
457 <activity android:name="com.tencent.mm.plugin.favorite.ui.FavTagEditUI" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="adjustResize" />
458 <activity android:name="com.tencent.mm.plugin.favorite.ui.FavSelectUI" android:configChanges="keyboardHidden|orientation" />
459 <activity android:theme="@style/ge" android:name="com.tencent.mm.plugin.favorite.ui.FavImgGalleryUI" android:configChanges="keyboardHidden|orientation" />
460 <activity android:theme="@style/h2" android:name="com.tencent.mm.plugin.favorite.ui.FavSearchUI" android:configChanges="keyboardHidden|orientation" />
461 <activity android:name="com.tencent.mm.plugin.favorite.ui.detail.FavoriteTextDetailUI" android:configChanges="keyboardHidden|orientation" />
462 <activity android:name="com.tencent.mm.plugin.favorite.ui.detail.FavoriteImgDetailUI" android:configChanges="keyboardHidden|orientation" />
463 <activity android:name="com.tencent.mm.plugin.favorite.ui.detail.FavoriteFileDetailUI" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" />
464 <activity android:name="com.tencent.mm.plugin.favorite.ui.detail.FavoriteVoiceDetailUI" android:configChanges="keyboardHidden|orientation" />
465 <activity android:name="com.tencent.mm.plugin.favorite.ui.detail.FavoriteMusicDetailUI" android:configChanges="keyboardHidden|orientation" />
466 <activity android:name="com.tencent.mm.plugin.favorite.ui.detail.FavoriteRecordDetailUI" android:configChanges="keyboardHidden|orientation" />
467 <activity android:name="com.tencent.mm.plugin.favorite.ui.post.FavPostTextUI" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateVisible|adjustResize" />
468 <activity android:theme="@style/h1" android:name="com.tencent.mm.plugin.favorite.ui.post.FavPostVoiceUI" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" />
469 <activity android:name="com.tencent.mm.plugin.freewifi.ui.FreeWifiNoAuthStateUI" android:configChanges="keyboardHidden|orientation" />
470 <activity android:name="com.tencent.mm.plugin.freewifi.ui.FreeWifiAuthStateUI" android:configChanges="keyboardHidden|orientation" />
471 <activity android:name="com.tencent.mm.plugin.freewifi.ui.FreeWifiIntroductionUI" android:configChanges="keyboardHidden|orientation" />
472 <activity android:theme="@style/h1" android:name="com.tencent.mm.plugin.freewifi.ui.FreeWifiEntryUI" android:launchMode="singleTop" android:configChanges="keyboardHidden|orientation" />
473 <receiver android:name="com.tencent.mm.plugin.freewifi.model.AutoAuthFreeWifiReceiver" android:exported="false" />
474 <activity android:name="com.tencent.mm.plugin.gallery.ui.GalleryUI" android:process=":tools" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" />
475 <activity android:theme="@style/gd" android:name="com.tencent.mm.plugin.gallery.ui.ImagePreviewUI" android:process=":tools" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" />
476 <activity android:name="com.tencent.mm.plugin.gallery.ui.AlbumPreviewUI" android:process=":tools" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" />
477 <activity android:theme="@style/ge" android:name="com.tencent.mm.plugin.gallery.ui.GalleryEntryUI" android:process=":tools" android:launchMode="singleTop" android:configChanges="keyboardHidden|orientation" />
478 <service android:name="com.tencent.mm.plugin.gallery.stub.GalleryStubService" />
479 <activity android:name="com.tencent.mm.plugin.game.ui.GameCenterUI" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" />
480 <activity android:name="com.tencent.mm.plugin.game.ui.GameDetailInfoUI" android:configChanges="keyboardHidden|orientation" />
481 <activity android:name="com.tencent.mm.plugin.game.ui.AuthorizedGameListUI" android:configChanges="keyboardHidden|orientation" />
482 <activity android:name="com.tencent.mm.plugin.game.ui.GameSettingsUI" android:configChanges="keyboardHidden|orientation" />
483 <activity android:name="com.tencent.mm.plugin.game.ui.GameGestureGalleryUI" android:configChanges="keyboardHidden|orientation" />
484 <activity android:name="com.tencent.mm.plugin.game.ui.GameRankUI" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" />
485 <activity android:name="com.tencent.mm.plugin.game.ui.GameMessageUI" android:configChanges="keyboardHidden|orientation" />
486 <activity android:theme="@style/h3" android:name="com.tencent.mm.plugin.game.ui.GameDownloadTipsUI" android:configChanges="keyboardHidden|orientation" />
487 - <activity android:theme="@style/h1" 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">
488 - <intent-filter>
489 <action android:name="com.tencent.mm.game.md5check" />
490 <category android:name="android.intent.category.DEFAULT" />
491 </intent-filter>
492 </activity>
493 - <activity android:theme="@android:style/Theme.Translucent" android:name="com.tencent.mm.plugin.gwallet.GWalletUI" android:exported="false">
494 - <intent-filter>
495 <action android:name="com.tencent.mm.gwallet.ACTION_PAY_REQUEST" />
496 <action android:name="com.tencent.mm.gwallet.ACTION_QUERY_REQUEST" />
497 <category android:name="android.intent.category.DEFAULT" />
498 </intent-filter>
499 </activity>
500 <provider android:name="com.tencent.mm.plugin.gwallet.GWalletQueryProvider" android:exported="false" android:authorities="com.tencent.mm.plugin.gwallet.queryprovider" />
501 <activity android:theme="@style/gc" android:name="com.tencent.mm.plugin.label.ui.ContactLabelEditUI" android:configChanges="keyboardHidden|orientation" />
502 <activity android:theme="@style/gc" android:name="com.tencent.mm.plugin.label.ui.ContactLabelManagerUI" android:configChanges="keyboardHidden|orientation" />
503 <activity android:theme="@style/gc" android:name="com.tencent.mm.plugin.label.ui.ContactLabelUI" android:configChanges="keyboardHidden|orientation" />
504 <activity android:theme="@style/gc" android:name="com.tencent.mm.plugin.label.ui.ContactLabelMemberListUI" android:configChanges="keyboardHidden|orientation" />
505 <meta-data android:name="com.here.android.maps.appid" android:value="tmkbOprWWac3E6aRwM7k" />
506 <meta-data android:name="com.here.android.maps.apptoken" android:value="Zu5YH_mv5xIVhsDJONa48w" />
507 <activity android:name="com.tencent.mm.plugin.location.ui.RedirectUI" android:configChanges="keyboardHidden|orientation" />
508 <activity android:name="com.tencent.mm.plugin.location.ui.RemarkUI" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateVisible|adjustPan" />
509 <activity android:name="com.tencent.mm.plugin.location.ui.LocationExtUI" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" />
510 <activity android:name="com.tencent.mm.plugin.location.ui.soso.SoSoProxyUI" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" />
511 <activity android:name="com.tencent.mm.plugin.location.ui.google.GoogleProxyUI" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" />
512 <activity android:name="com.tencent.mm.plugin.location.ui.nm.NMProxyUI" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" />
513 <uses-library android:name="com.here.android" android:required="false" />
514 <activity android:name="com.tencent.mm.plugin.location_google.GoogleProxyUI" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" />
515 <activity android:name="com.tencent.mm.plugin.location_nm.NMProxyUI" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" />
516 <meta-data android:name="TencentMapSDK" android:value="00e3d061e7debe5f88aec44e0b549b76" />
517 <activity android:name="com.tencent.mm.plugin.location_soso.SoSoProxyUI" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" />
518 <activity android:theme="@style/h4" android:name="com.tencent.mm.plugin.mall.ui.MallIndexUI" android:launchMode="singleTop" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" />
519 <activity android:name="com.tencent.mm.plugin.masssend.ui.MassSendSelectContactUI" android:configChanges="keyboardHidden|orientation" />
520 <activity android:name="com.tencent.mm.plugin.masssend.ui.MassSendMsgUI" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateHidden|adjustResize" />
521 <activity android:name="com.tencent.mm.plugin.masssend.ui.MassSendHistoryUI" android:launchMode="singleTop" android:configChanges="keyboardHidden|orientation" />
522 <activity android:name="com.tencent.mm.plugin.nearby.ui.NearbyFriendsIntroUI" android:configChanges="keyboardHidden|orientation" />
523 <activity android:name="com.tencent.mm.plugin.nearby.ui.NearbyFriendShowSayHiUI" android:configChanges="keyboardHidden|orientation" />
524 <activity android:name="com.tencent.mm.plugin.nearby.ui.NearbyFriendsUI" android:configChanges="keyboardHidden|orientation" />
525 <activity android:name="com.tencent.mm.plugin.nearby.ui.NearbyPersonalInfoUI" android:configChanges="keyboardHidden|orientation" />
526 <activity android:name="com.tencent.mm.plugin.nearby.ui.NearbySayHiListUI" android:configChanges="keyboardHidden|orientation" />
527 <activity android:name="com.tencent.mm.plugin.nearlife.ui.CheckInLifeUI" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="adjustResize" />
528 <activity android:name="com.tencent.mm.plugin.nearlife.ui.NearLifeCreatePoiUI" android:configChanges="keyboardHidden|orientation" />
529 <activity android:name="com.tencent.mm.plugin.nearlife.ui.SelectPoiCategoryUI" android:configChanges="keyboardHidden|orientation" />
530 <activity android:theme="@style/h4" android:name="com.tencent.mm.plugin.order.ui.MallOrderRecordListUI" android:configChanges="keyboardHidden|orientation" />
531 <activity android:theme="@style/h4" android:name="com.tencent.mm.plugin.order.ui.MallOrderDetailInfoUI" android:configChanges="keyboardHidden|orientation" />
532 <activity android:theme="@style/h4" android:name="com.tencent.mm.plugin.order.ui.MallOrderTransactionInfoUI" android:configChanges="keyboardHidden|orientation" />
533 <activity android:theme="@style/h4" android:name="com.tencent.mm.plugin.order.ui.MallOrderProductListUI" android:configChanges="keyboardHidden|orientation" />
534 <activity android:theme="@style/h4" android:name="com.tencent.mm.plugin.product.ui.MallProductUI" android:configChanges="keyboardHidden|orientation" />
535 <activity android:theme="@style/h4" android:name="com.tencent.mm.plugin.product.ui.MallProductSelectSkuUI" android:configChanges="keyboardHidden|orientation" />
536 <activity android:name="com.tencent.mm.plugin.product.ui.MallProductSubmitUI" android:configChanges="keyboardHidden|orientation" />
537 <activity android:name="com.tencent.mm.plugin.product.ui.MallProductReceiptUI" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateAlwaysVisible" />
538 <activity android:theme="@style/ge" android:name="com.tencent.mm.plugin.product.ui.MallGalleryUI" android:configChanges="keyboardHidden|orientation" />
539 <activity android:theme="@style/lf" android:name="com.tencent.mm.plugin.pwdgroup.ui.FacingCreateChatRoomAllInONeUI" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" />
540 <activity android:name="com.tencent.mm.plugin.qmessage.ui.QConversationUI" android:configChanges="keyboardHidden|orientation" />
541 <activity android:name="com.tencent.mm.plugin.qqmail.ui.RoomInfoShareQrUI" android:configChanges="keyboardHidden|orientation" />
542 <activity android:name="com.tencent.mm.plugin.qqmail.ui.ComposeUI" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" />
543 <activity android:name="com.tencent.mm.plugin.qqmail.ui.MailAddrListUI" android:configChanges="keyboardHidden|orientation" />
544 <activity android:name="com.tencent.mm.plugin.qqmail.ui.ReadMailUI" android:process=":tools" android:configChanges="keyboardHidden|orientation" />
545 <activity android:name="com.tencent.mm.plugin.qqmail.ui.MailAddrProfileUI" android:configChanges="keyboardHidden|orientation" />
546 <activity android:name="com.tencent.mm.plugin.qqmail.ui.MailWebViewUI" android:process=":tools" android:configChanges="keyboardHidden|orientation" />
547 <activity android:name="com.tencent.mm.plugin.qqmail.ui.CompressPreviewUI" android:configChanges="keyboardHidden|orientation" />
548 <activity android:name="com.tencent.mm.plugin.qqmail.ui.AttachDownloadPage" android:configChanges="keyboardHidden|orientation" />
549 <activity android:name="com.tencent.mm.plugin.qqmail.ui.MailImageDownloadUI" android:configChanges="keyboardHidden|orientation" />
550 <activity android:theme="@style/h3" android:name="com.tencent.mm.plugin.qqmail.stub.QQMailStubProxyUI" />
551 <activity android:name="com.tencent.mm.plugin.qqsync.ui.QQSyncUI" android:configChanges="keyboardHidden|orientation" />
552 <activity android:name="com.tencent.mm.plugin.radar.ui.RadarSearchUI" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" />
553 <activity android:name="com.tencent.mm.plugin.readerapp.ui.ReaderAppUI" android:configChanges="keyboardHidden|orientation" />
554 <activity android:name="com.tencent.mm.plugin.readerapp.ui.ReaderAppIntroUI" android:configChanges="keyboardHidden|orientation" />
555 <activity android:name="com.tencent.mm.plugin.readerapp.ui.ReaderAppSubscribeUI" android:configChanges="keyboardHidden|orientation" />
556 <activity android:name="com.tencent.mm.plugin.recharge.ui.RechargeUI" android:configChanges="keyboardHidden|orientation" android:windowAnimationStyle="@null" android:windowSoftInputMode="stateUnchanged" />
557 <activity android:name="com.tencent.mm.plugin.record.ui.RecordMsgDetailUI" android:configChanges="keyboardHidden|orientation" />
558 <activity android:theme="@style/ge" android:name="com.tencent.mm.plugin.record.ui.RecordMsgImageUI" android:configChanges="keyboardHidden|orientation" />
559 <activity android:name="com.tencent.mm.plugin.record.ui.RecordMsgFileUI" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" />
560 <activity android:name="com.tencent.mm.plugin.remittance.ui.RemittanceUI" android:configChanges="keyboardHidden|orientation" android:windowAnimationStyle="@null" android:windowSoftInputMode="stateAlwaysHidden" />
561 <activity android:theme="@style/h3" android:name="com.tencent.mm.plugin.remittance.ui.RemittanceResendMsgUI" android:configChanges="keyboardHidden|orientation" />
562 <activity android:theme="@style/h3" android:name="com.tencent.mm.plugin.remittance.ui.RemittanceAdapterUI" android:configChanges="keyboardHidden|orientation" />
563 <activity android:name="com.tencent.mm.plugin.remittance.ui.RemittanceResultUI" android:configChanges="keyboardHidden|orientation" android:windowAnimationStyle="@null" android:windowSoftInputMode="stateUnchanged" />
564 <activity android:name="com.tencent.mm.plugin.remittance.ui.RemittanceDetailUI" android:configChanges="keyboardHidden|orientation" android:windowAnimationStyle="@null" android:windowSoftInputMode="stateUnchanged" />
565 <activity android:theme="@style/h2" android:name="com.tencent.mm.sandbox.updater.AppUpdaterUI" android:process=":sandbox" android:configChanges="keyboardHidden|orientation" />
566 <activity android:theme="@style/h2" android:name="com.tencent.mm.sandbox.updater.AppInstallerUI" android:process=":sandbox" android:configChanges="keyboardHidden|orientation" />
567 <service android:name="com.tencent.mm.sandbox.monitor.ExceptionMonitorService" android:process=":sandbox" />
568 <service android:name="com.tencent.mm.sandbox.updater.UpdaterService" android:process=":sandbox" />
569 <activity android:theme="@style/gd" android:name="com.tencent.mm.plugin.scanner.ui.BaseScanUI" android:launchMode="singleTask" android:configChanges="keyboardHidden|orientation" />
570 <activity android:name="com.tencent.mm.plugin.scanner.ui.ProductUI" android:configChanges="keyboardHidden|orientation" />
571 <activity android:name="com.tencent.mm.plugin.scanner.ui.ProductFurtherInfoUI" android:configChanges="keyboardHidden|orientation" />
572 <activity android:name="com.tencent.mm.plugin.scanner.ui.VcardContactUI" android:configChanges="keyboardHidden|orientation" />
573 <activity android:theme="@style/h4" android:name="com.tencent.mm.plugin.search.ui.SearchUI" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="adjustPan" />
574 <activity android:theme="@style/h2" android:name="com.tencent.mm.plugin.search.ui.SearchDetailPageUI" android:configChanges="keyboardHidden|orientation" />
575 <activity android:name="com.tencent.mm.plugin.search.ui.SearchTalkerUI" android:configChanges="keyboardHidden|orientation" />
576 <activity android:name="com.tencent.mm.plugin.shake.ui.ShakeSayHiListUI" android:configChanges="keyboardHidden|orientation" />
577 <activity android:name="com.tencent.mm.plugin.shake.ui.ShakeMsgListUI" android:configChanges="keyboardHidden|orientation" />
578 <activity android:name="com.tencent.mm.plugin.shake.shakemedia.ui.ShakeMusicPlayerUI" android:configChanges="keyboardHidden|orientation" />
579 <activity android:name="com.tencent.mm.plugin.shake.ui.ShakeReportUI" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" />
580 <activity android:name="com.tencent.mm.plugin.shake.ui.ShakePersonalInfoUI" android:configChanges="keyboardHidden|orientation" />
581 <activity android:name="com.tencent.mm.plugin.shake.ui.ShakeItemListUI" android:configChanges="keyboardHidden|orientation" />
582 <activity android:name="com.tencent.mm.plugin.shake.shakemedia.ui.ShakeTVDetailUI" android:configChanges="keyboardHidden|orientation" />
583 <activity android:name="com.tencent.mm.plugin.shake.ui.TVInfoUI" android:configChanges="keyboardHidden|orientation" />
584 - <activity android:label="@string/ap_" android:name="com.tencent.mm.plugin.shoot.ui.ShootMainUI" android:process=":tools" android:launchMode="singleTask" android:screenOrientation="portrait" android:configChanges="keyboard|keyboardHidden|orientation">
585 <intent-filter />
586 </activity>
587 <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" />
588 <receiver android:name="com.tencent.mm.plugin.shoot.remote.RemoteNetSceneMgr$RespReceiver" android:exported="false" android:process=":tools">--></receiver>
589 - <receiver android:name="com.tencent.mm.plugin.shootstub.communicate.ReqReceiver" android:exported="false">
590 - <intent-filter>
591 <action android:name="com.tencent.mm.action.SHOOT_STUB_REQ" />
592 </intent-filter>
593 </receiver>
594 <activity android:name="com.tencent.mm.plugin.sns.ui.SnsAnimation$SnsPostAnimationUI" android:configChanges="keyboardHidden|orientation" />
595 <activity android:name="com.tencent.mm.plugin.sns.ui.SnsUserUI" android:launchMode="singleTop" android:configChanges="keyboardHidden|orientation" />
596 <activity android:name="com.tencent.mm.plugin.sns.ui.SnsTimeLineUI" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateHidden|adjustResize" />
597 <activity android:name="com.tencent.mm.plugin.sns.ui.ClassifyTimeLineUI" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateHidden|adjustResize" />
598 <activity android:name="com.tencent.mm.plugin.sns.ui.SnsCommentDetailUI" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateHidden|adjustResize" />
599 <activity android:name="com.tencent.mm.plugin.sns.ui.SnsStrangerCommentDetailUI" android:configChanges="keyboardHidden|orientation" />
600 <activity android:name="com.tencent.mm.plugin.sns.ui.SnsUploadUI" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateHidden|adjustResize" />
601 <activity android:theme="@style/gd" android:name="com.tencent.mm.plugin.sns.ui.SnsGalleryUI" android:configChanges="keyboardHidden|orientation" />
602 <activity android:theme="@style/gd" android:name="com.tencent.mm.plugin.sns.ui.ArtistBrowseUI" android:configChanges="keyboardHidden|orientation" />
603 <activity android:theme="@style/gd" android:name="com.tencent.mm.plugin.sns.ui.SnsBrowseUI" android:configChanges="keyboardHidden|orientation" />
604 <activity android:theme="@style/h3" android:name="com.tencent.mm.plugin.sns.ui.SnsSelectContactDialog" android:configChanges="keyboardHidden|orientation" />
605 <activity android:name="com.tencent.mm.plugin.sns.ui.SnsMsgUI" android:configChanges="keyboardHidden|orientation" />
606 <activity android:name="com.tencent.mm.plugin.sns.ui.SettingSnsBackgroundUI" android:launchMode="singleTop" android:configChanges="keyboardHidden|orientation" />
607 <activity android:name="com.tencent.mm.plugin.sns.ui.ArtistUI" android:configChanges="keyboardHidden|orientation" />
608 <activity android:theme="@style/gd" android:name="com.tencent.mm.plugin.sns.ui.SnsUploadBrowseUI" android:configChanges="keyboardHidden|orientation" />
609 <activity android:name="com.tencent.mm.plugin.sns.ui.SnsCommentUI" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateVisible|adjustResize" />
610 <activity android:name="com.tencent.mm.plugin.sns.ui.SnsTagUI" android:configChanges="keyboardHidden|orientation" />
611 <activity android:name="com.tencent.mm.plugin.sns.ui.SnsTagDetailUI" android:configChanges="keyboardHidden|orientation" />
612 <activity android:name="com.tencent.mm.plugin.sns.ui.SnsBlackDetailUI" android:configChanges="keyboardHidden|orientation" />
613 <activity android:name="com.tencent.mm.plugin.sns.ui.SnsTagPartlyUI" android:configChanges="keyboardHidden|orientation" />
614 <activity android:name="com.tencent.mm.ui.contact.SnsTagContactListUI" android:configChanges="keyboardHidden|orientation" />
615 <activity android:name="com.tencent.mm.plugin.sns.ui.SnsPermissionUI" android:configChanges="keyboardHidden|orientation" />
616 <activity android:name="com.tencent.mm.plugin.sns.ui.SnsSingleTextViewUI" android:configChanges="keyboardHidden|orientation" />
617 <activity android:name="com.tencent.mm.plugin.sns.ui.SnsLongMsgUI" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" />
618 <activity android:theme="@style/gd" android:name="com.tencent.mm.plugin.sysvideo.ui.video.VideoRecorderUI" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" />
619 <activity android:theme="@style/gd" android:name="com.tencent.mm.plugin.sysvideo.ui.video.VideoRecorderPreviewUI" android:configChanges="keyboardHidden|orientation" />
620 <activity android:theme="@style/ir" android:name="com.tencent.mm.plugin.talkroom.ui.TalkRoomUI" android:launchMode="singleTask" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" />
621 <service android:name="com.tencent.mm.plugin.talkroom.component.TalkRoomService" />
622 <receiver android:name="com.tencent.mm.plugin.talkroom.model.TalkRoomReceiver" />
623 <activity android:name="com.tencent.mm.plugin.traceroute.ui.NetworkDiagnoseIntroUI" android:configChanges="keyboardHidden|orientation" />
624 <activity android:name="com.tencent.mm.plugin.traceroute.ui.NetworkDiagnoseUI" android:configChanges="keyboardHidden|orientation" />
625 <activity android:name="com.tencent.mm.plugin.traceroute.ui.NetworkDiagnoseReportUI" android:configChanges="keyboardHidden|orientation" />
626 <activity android:theme="@style/gc" android:name="com.tencent.mm.plugin.voip.ui.VideoActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" />
627 <activity android:theme="@style/h3" android:name="com.tencent.mm.ui.base.MMSuperAlert" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" />
628 <activity android:theme="@style/h3" android:name="com.tencent.mm.plugin.voip.ui.InviteRemindDialog" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" />
629 <activity android:theme="@style/gc" android:name="com.tencent.mm.plugin.voip.audio.ui.VoipAudioUI" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" />
630 <activity android:theme="@style/h4" android:name="com.tencent.mm.plugin.wallet.bind.ui.WalletBankcardManageUI" android:launchMode="singleTop" android:configChanges="keyboardHidden|orientation" />
631 <activity android:theme="@style/h3" android:name="com.tencent.mm.plugin.wallet.bind.ui.WalletBindUI" android:launchMode="singleTop" android:configChanges="keyboardHidden|orientation" />
632 <activity android:name="com.tencent.mm.plugin.wallet.bind.ui.WalletBankcardIdUI" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateAlwaysHidden" />
633 <activity android:name="com.tencent.mm.plugin.wallet.bind.ui.WalletConfirmCardIDUI" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateAlwaysHidden" />
634 <activity android:name="com.tencent.mm.plugin.wallet.bind.ui.WalletCardElementUI" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateHidden" />
635 <activity android:name="com.tencent.mm.plugin.wallet.bind.ui.WalletCardImportUI" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateHidden" />
636 <activity android:name="com.tencent.mm.plugin.wallet.bind.ui.WalletBankcardDetailUI" android:configChanges="keyboardHidden|orientation" />
637 <activity android:theme="@style/h4" android:name="com.tencent.mm.plugin.wallet.bind.ui.WalletCardSelectUI" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" />
638 <activity android:name="com.tencent.mm.plugin.wallet.bind.ui.WalletResetInfoUI" android:configChanges="keyboardHidden|orientation" />
639 <activity android:theme="@style/h3" android:name="com.tencent.mm.plugin.wallet.pay.ui.WalletLauncherUI" android:launchMode="singleTop" android:configChanges="keyboardHidden|orientation" />
640 <activity android:theme="@style/h4" android:name="com.tencent.mm.plugin.wallet.pay.ui.WalletPayUI" android:launchMode="singleTop" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" />
641 <activity android:name="com.tencent.mm.plugin.wallet.pay.ui.WalletVerifyCodeUI" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateVisible" />
642 <activity android:name="com.tencent.mm.plugin.wallet.pay.ui.WalletOrderInfoUI" android:configChanges="keyboardHidden|orientation" />
643 <activity android:theme="@style/h3" android:name="com.tencent.mm.plugin.wallet.pay.ui.WalletChangeBankcardUI" android:configChanges="keyboardHidden|orientation" />
644 <activity android:name="com.tencent.mm.plugin.wallet.pwd.ui.WalletSetPasswordUI" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateAlwaysHidden" />
645 <activity android:name="com.tencent.mm.plugin.wallet.pwd.ui.WalletPwdConfirmUI" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateAlwaysHidden" />
646 <activity android:name="com.tencent.mm.plugin.wallet.pwd.ui.WalletPasswordSettingUI" android:configChanges="keyboardHidden|orientation" />
647 <activity android:theme="@style/h4" android:name="com.tencent.mm.plugin.wallet.pwd.ui.WalletCheckPwdUI" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateAlwaysHidden" />
648 <activity android:theme="@style/h4" android:name="com.tencent.mm.plugin.wallet.pwd.ui.WalletForgotPwdUI" android:launchMode="singleTop" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateAlwaysHidden" />
649 <activity android:name="com.tencent.mm.plugin.wallet.offline.ui.WalletOfflineCoinPurseUI" android:launchMode="singleTop" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" />
650 <activity android:name="com.tencent.mm.plugin.wallet.offline.ui.WalletOfflineSetting" android:launchMode="singleTop" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" />
651 <activity android:name="com.tencent.mm.plugin.wallet.offline.ui.WalletOfflineAmountUI" android:launchMode="singleTop" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" />
652 <activity android:name="com.tencent.mm.plugin.wallet.balance.ui.WalletBalanceManagerUI" android:configChanges="keyboardHidden|orientation" />
653 <activity android:theme="@style/h4" android:name="com.tencent.mm.plugin.wallet.balance.ui.WalletBalanceFetchUI" android:configChanges="keyboardHidden|orientation" />
654 <activity android:name="com.tencent.mm.plugin.wallet.balance.ui.WalletBalanceSaveUI" android:configChanges="keyboardHidden|orientation" />
655 <activity android:name="com.tencent.mm.plugin.wallet.balance.ui.WalletBalanceResultUI" android:configChanges="keyboardHidden|orientation" />
656 <activity android:theme="@style/h3" android:name="com.tencent.mm.plugin.wallet_index.ui.WalletIapUI" android:launchMode="singleTop" android:configChanges="keyboardHidden|orientation" />
657 <activity android:theme="@style/h3" android:name="com.tencent.mm.plugin.wallet_index.ui.WalletBrandUI" android:launchMode="singleTop" android:configChanges="keyboardHidden|orientation" />
658 <activity android:theme="@style/h3" android:name="com.tencent.mm.plugin.wallet_index.ui.OrderHandlerUI" android:launchMode="singleTop" android:configChanges="keyboardHidden|orientation" />
659 <activity android:name="com.tencent.mm.plugin.webview.ui.tools.jsapi.ShareToQQWeiboUI" android:configChanges="keyboardHidden|orientation" />
660 <activity android:name="com.tencent.mm.plugin.webview.ui.tools.WebViewUI" android:process=":tools" android:screenOrientation="sensor" android:configChanges="keyboardHidden|orientation" />
661 <activity android:theme="@style/h3" android:name="com.tencent.mm.plugin.webview.stub.WebViewStubProxyUI" />
662 <activity android:theme="@style/h3" android:name="com.tencent.mm.plugin.webview.ui.tools.BrowserChooseActivity" android:configChanges="keyboardHidden|orientation" />
663 <activity android:name="com.tencent.mm.plugin.webview.ui.tools.OAuthUI" android:process=":tools" android:configChanges="keyboardHidden|orientation" android:noHistory="true" />
664 <activity android:name="com.tencent.mm.plugin.webview.ui.tools.ContactQZoneWebView" android:process=":tools" android:configChanges="keyboardHidden|orientation" />
665 <activity android:name="com.tencent.mm.plugin.webview.ui.tools.QRCodeIntroductionWebViewUI" android:process=":tools" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateHidden|adjustPan" />
666 <service android:name="com.tencent.mm.plugin.webview.stub.WebViewStubService" />
667 <activity android:name="com.tencent.mm.plugin.whatsnew.ui.WhatsNewUI" android:process=":tools" android:screenOrientation="portrait" />
668 <activity android:name="com.tencent.mm.plugin.wxcredit.ui.WalletWXCreditOpenUI" android:configChanges="keyboardHidden|orientation" />
669 <activity android:name="com.tencent.mm.plugin.wxcredit.ui.WalletCheckIdentityUI" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateVisible" />
670 <activity android:name="com.tencent.mm.plugin.wxcredit.ui.WalletBindDepositUI" android:configChanges="keyboardHidden|orientation" />
671 <activity android:name="com.tencent.mm.plugin.wxcredit.ui.WalletWXCreditOpenResultUI" android:configChanges="keyboardHidden|orientation" />
672 <activity android:name="com.tencent.mm.plugin.wxcredit.ui.WalletWXCreditOpenNotifyUI" android:configChanges="keyboardHidden|orientation" />
673 <activity android:name="com.tencent.mm.plugin.wxcredit.ui.WalletWXCreditChangeAmountUI" android:configChanges="keyboardHidden|orientation" />
674 <activity android:name="com.tencent.mm.plugin.wxcredit.ui.WalletWXCreditChangeAmountResultUI" android:configChanges="keyboardHidden|orientation" />
675 <activity android:theme="@style/h4" android:name="com.tencent.mm.plugin.wxcredit.ui.WalletWXCreditDetailUI" android:configChanges="keyboardHidden|orientation" />
676 <activity android:name="com.tencent.mm.plugin.wxcredit.ui.WalletWXCreditErrDetailUI" android:configChanges="keyboardHidden|orientation" />
677 </application>
678 <uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
679 <uses-permission android:name="android.permission.READ_PHONE_STATE" />
680 <uses-permission android:name="android.permission.GET_ACCOUNTS" />
681 <uses-permission android:name="android.permission.MANAGE_ACCOUNTS" />
682 <uses-permission android:name="android.permission.AUTHENTICATE_ACCOUNTS" />
683 <uses-permission android:name="android.permission.READ_SYNC_SETTINGS" />
684 <uses-permission android:name="android.permission.WRITE_SYNC_SETTINGS" />
685 <uses-permission android:name="android.permission.READ_PROFILE" />
686 <uses-feature android:name="android.hardware.bluetooth_le" android:required="false" />
687 <permission android:name="com.tencent.mm.ext.permission.READ" android:protectionLevel="signatureOrSystem" />
688 <permission android:name="com.tencent.mm.ext.permission.WRITE" android:protectionLevel="signatureOrSystem" />
689 <uses-permission android:name="com.tencent.mm.ext.permission.READ" />
690 <uses-permission android:name="com.tencent.mm.ext.permission.WRITE" />
691 <uses-permission android:name="com.android.vending.BILLING" />
692 </manifest>