去掉了自身的broadcast receiver

This commit is contained in:
tongchenfei
2020-06-08 15:30:42 +08:00
parent b8617ed402
commit c712b6f03b
4 changed files with 134 additions and 82 deletions

View File

@@ -2,10 +2,5 @@
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>