新增上报求助功能

This commit is contained in:
tongchenfei
2020-04-10 20:31:11 +08:00
parent a88291edf9
commit 3c03f9c4c4
13 changed files with 493 additions and 27 deletions

View File

@@ -1,4 +1,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.mogo.module.share" >
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW" />
<application>
<service android:name=".VoiceCmdService" />
</application>
</manifest>