Files
MoGoEagleEye/modules/mogo-module-share/src/main/AndroidManifest.xml
lixiaopeng 63b2631da7 opt tanlu
2021-12-22 19:02:51 +08:00

13 lines
359 B
XML

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.mogo.module.share" >
<application>
<service android:name=".VoiceCmdService" />
<!--获取图片和视频的服务-->
<service
android:name=".service.MainService"
android:enabled="true" />
</application>
</manifest>