Files
MoGoEagleEye/OCH/mogo-och-common-module/src/debug/AndroidManifest.xml
yangyakun 6d93b6d229 [3.3.0]
[feature]
[模拟定位(需要注意0,0点)和全局轨迹]
2023-06-20 18:54:14 +08:00

14 lines
504 B
XML

<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>