1. 添加语音支持,未添加完成,需联调

2. 添加状态设置,其中与adas同步以及改变自车图片由Launcher内部实现
This commit is contained in:
tongchenfei
2020-04-13 14:53:36 +08:00
parent 243e727389
commit 797d0aac0c
4 changed files with 27 additions and 14 deletions

View File

@@ -1,7 +1,11 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.mogo.module.share" >
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW" />
<application>
<service android:name=".VoiceCmdService" />
<receiver android:name=".ShareVoiceCmdReceiver">
<intent-filter>
<action android:name="com.zhidao.speech.awake.notify" />
</intent-filter>
</receiver>
</application>
</manifest>