解决换肤框架与高德地图的冲突

直接通过内存地址替换整个 ArtMethod ,完成了高德地图方法的替换。
This commit is contained in:
董宏宇
2020-12-29 18:44:01 +08:00
parent 347d7c5180
commit cab2517b1c
12 changed files with 628 additions and 15 deletions

View File

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