将V2X模块合并进来,合并节点为byd 1ba42f686d6188f3747ecf50c4b0af49982508c0

This commit is contained in:
董宏宇
2020-07-17 18:02:38 +08:00
parent e172f930b8
commit 9009f713a1
383 changed files with 24174 additions and 2 deletions

View File

@@ -0,0 +1,14 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.mogo.module.v2x">
<application>
<receiver android:name=".receiver.SceneBroadcastReceiver">
<intent-filter>
<action android:name="com.v2x.scene_handler_broadcast" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
</receiver>
</application>
</manifest>