-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathrx-wechat.xml
26 lines (26 loc) · 1.79 KB
/
rx-wechat.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!--Your Greenify's version must >=3.2.0-->
<prescription xmlns="http://greenify.github.io/schemas/prescription/v2" type="broadcast" package="com.tencent.mm">
<intent-filter>
<action name="com.tencent.mm.booter.ClickFlowReceiver" />
<action name="com.tencent.mm.booter.BluetoothStateReceiver" />
<action name="com.tencent.mm.sandbox.monitor.CrashUploadAlarmReceiver" />
<action name="com.tencent.mm.booter.MountReceiver" />
<action name="com.tencent.mm.booter.BluetoothReceiver" />
<action name="com.tencent.mm.plugin.backup.bakoldmodel.BakOldUSBReceiver" />
<action name="com.tencent.mm.plugin.base.stub.WXEntryActivity$EntryReceiver" />
<action name="com.tencent.mm.booter.InstallReceiver" />
<action name="com.tencent.mm.pluginsdk.model.downloader.FileDownloadReceiver" />
<action name="com.tencent.mm.plugin.report.service.KVCommCrossProcessReceiver" />
<action name="com.tencent.mm.plugin.exdevice.devicestep.StepAwakeAlarmReceiver" />
<action name="com.tencent.mm.plugin.appbrand.task.AppBrandTaskPreloadReceiver" />
<action name="com.tencent.mm.plugin.appbrand.task.AppBrandTaskPreloadReceiver1" />
<action name="com.tencent.mm.plugin.appbrand.task.AppBrandTaskPreloadReceiver2" />
<action name="com.tencent.mm.plugin.appbrand.task.AppBrandTaskPreloadReceiver3" />
<action name="com.tencent.mm.plugin.appbrand.task.AppBrandTaskPreloadReceiver4" />
<action name="com.tencent.mm.booter.MMReceivers$ToolsProcessReceiver" />
<action name="com.tencent.mm.booter.MMReceivers$SandBoxProcessReceiver" />
<action name="com.tencent.mm.booter.MMReceivers$ExdeviceProcessReceiver" />
<action name="com.tencent.mm.booter.MMReceivers$ConnectionReceiver" />
<action name="com.tencent.mm.booter.MMReceivers$AlarmReceiver" />
</intent-filter>
</prescription>