[feature]
[模拟定位(需要注意0,0点)和全局轨迹]
This commit is contained in:
yangyakun
2023-06-20 18:54:14 +08:00
parent 3d86edb98f
commit 6d93b6d229
11 changed files with 393 additions and 191 deletions

View File

@@ -0,0 +1,14 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.mogo.och.common.module">
<application>
<receiver android:name="com.mogo.och.common.module.debug.BizBroadcastReceiver"
android:exported="true">
<intent-filter>
<action android:name="com.mogo.launcher.debug" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
</receiver>
</application>
</manifest>