finish the route search and wait to finish interface

This commit is contained in:
zhongchao
2021-06-23 16:01:00 +08:00
parent 7718f6b218
commit 0a8c361153
18 changed files with 695 additions and 246 deletions

View File

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