还原了多进程小地图方案,原因是LayoutInflater.from(this).cloneInContext(this)没有起到作用

This commit is contained in:
董宏宇
2020-12-24 17:20:01 +08:00
parent 7653f28a54
commit 6c32317421
6 changed files with 161 additions and 44 deletions

View File

@@ -1,4 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<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>