增加了小地图代码

This commit is contained in:
董宏宇
2020-12-10 16:21:17 +08:00
parent 13d36bec9e
commit bd28bd1016
4 changed files with 129 additions and 5 deletions

View File

@@ -2,4 +2,10 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.mogo.module.small.map">
<application>
<service
android:name=".SmallMapService"
android:exported="false"
android:process=":smallMap" />
</application>
</manifest>