增加OBU自测广播及测试数据

This commit is contained in:
董宏宇
2021-08-11 14:42:48 +08:00
parent 649bac3a6c
commit c7030efa0b
7 changed files with 110 additions and 125 deletions

View File

@@ -2,4 +2,14 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.mogo.module.obu.mogo">
<application>
<receiver android:name=".receiver.ObuTestTriggerReceiver">
<intent-filter>
<action android:name="com.obu.test_trigger" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
</receiver>
</application>
</manifest>