Files
MoGoEagleEye/modules/mogo-module-share/src/main/AndroidManifest.xml
lixiaopeng 7f5f19244e merge
2020-11-02 20:39:38 +08:00

8 lines
209 B
XML

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.mogo.module.share" >
<application>
<service android:name=".VoiceCmdService" />
</application>
</manifest>