将V2X模块合并进来,合并节点为byd 1ba42f686d6188f3747ecf50c4b0af49982508c0
This commit is contained in:
14
modules/mogo-module-v2x/src/main/AndroidManifest.xml
Normal file
14
modules/mogo-module-v2x/src/main/AndroidManifest.xml
Normal 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>
|
||||
Reference in New Issue
Block a user