将warning划分到hmi

This commit is contained in:
董宏宇
2021-08-05 12:16:30 +08:00
parent be361ca514
commit e8d3bc0612
47 changed files with 23 additions and 21 deletions

View File

@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.mogo.module.hmi.warning">
<application>
<receiver android:name=".receiver.TestWarningBroadcastReceiver">
<intent-filter>
<action android:name="com.v2x.control" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
</receiver>
</application>
</manifest>