[sweeper]

[3.1.0]
[分出两个module]
This commit is contained in:
yangyakun
2023-04-24 15:50:38 +08:00
parent 1fc922a8f3
commit 8b0f19f5de
217 changed files with 11299 additions and 5 deletions

View File

@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.mogo.och.sweeper">
<application>
<!--这里是为了测试增加的广播-->
<receiver android:name=".receiver.TestSweeperBroadcastReceiver">
<intent-filter>
<action android:name="com.bus.test_control" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
</receiver>
</application>
</manifest>