1. 添加语音支持,未添加完成,需联调
2. 添加状态设置,其中与adas同步以及改变自车图片由Launcher内部实现
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user