opt tanlu

This commit is contained in:
lixiaopeng
2021-12-22 19:02:51 +08:00
parent 74c60bf2fd
commit 63b2631da7
15 changed files with 167 additions and 120 deletions

View File

@@ -3,5 +3,10 @@
<application>
<service android:name=".VoiceCmdService" />
<!--获取图片和视频的服务-->
<service
android:name=".service.MainService"
android:enabled="true" />
</application>
</manifest>