将warning划分到hmi
This commit is contained in:
15
modules/mogo-module-hmi/src/main/AndroidManifest.xml
Normal file
15
modules/mogo-module-hmi/src/main/AndroidManifest.xml
Normal 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>
|
||||
Reference in New Issue
Block a user