Files
MoGoEagleEye/modules/mogo-module-share/src/main/AndroidManifest.xml
2020-06-08 15:30:42 +08:00

7 lines
208 B
XML

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