13 lines
359 B
XML
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>
|