优化算路

This commit is contained in:
2026-03-30 16:13:22 +08:00
parent 5843ef6e87
commit 8748a60f7f
4 changed files with 573 additions and 132 deletions

View File

@@ -40,6 +40,12 @@
android:name="com.amap.api.navi.AmapRouteActivity"
android:theme="@android:style/Theme.NoTitleBar"
android:configChanges="orientation|keyboardHidden|screenSize|navigation" />
<!--自定义导航 Activity-->
<activity
android:name="com.lnkj.ln_jq_app.NavigationActivity"
android:theme="@android:style/Theme.NoTitleBar"
android:configChanges="orientation|keyboardHidden|screenSize|navigation"
android:screenOrientation="portrait" />
<activity
android:name=".MainActivity"
android:exported="true"