[V2X]弹窗互斥逻辑和更改道路事件展示弹窗的方式

This commit is contained in:
renwj
2022-01-26 16:47:21 +08:00
parent 19ae5c4250
commit 5002b28ef7
73 changed files with 1434 additions and 4681 deletions

View File

@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="com.mogo.launcher.f.test"
android:versionCode="1"
android:versionName="1.0">
<instrumentation android:targetPackage="com.mogo.launcher.f"
android:name="androidx.test.runner.AndroidJUnitRunner"/>
<application tools:replace="label" android:label="AutoPilotTest" />
</manifest>