Files
MoGoEagleEye/modules/mogo-module-share/src/main/AndroidManifest.xml
tongchenfei 797d0aac0c 1. 添加语音支持,未添加完成,需联调
2. 添加状态设置,其中与adas同步以及改变自车图片由Launcher内部实现
2020-04-13 14:53:36 +08:00

12 lines
415 B
XML

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.mogo.module.share" >
<application>
<service android:name=".VoiceCmdService" />
<receiver android:name=".ShareVoiceCmdReceiver">
<intent-filter>
<action android:name="com.zhidao.speech.awake.notify" />
</intent-filter>
</receiver>
</application>
</manifest>