gpt4 book ai didi

Android google map turn by turn 导航

转载 作者:塔克拉玛干 更新时间:2023-11-02 19:01:21 25 4
gpt4 key购买 nike

我正在开发从当前位置到目的地的转弯导航。我使用以下代码完成了此操作

Uri gmmIntentUri = Uri.parse("google.navigation:q="+address);
Intent mapIntent = new Intent(Intent.ACTION_VIEW, gmmIntentUri);
mapIntent.setPackage("com.google.android.apps.maps");
startActivity(mapIntent);

问题是,如果在屏幕 1 中单击返回,它会转到屏幕 2。然后,如果我在屏幕 2 中单击返回,它会转到屏幕 3,然后是屏幕 4,最后是我的 Activity 。

我想要的是,如果在屏幕 1 中单击返回,我该如何进行我的 Activity ?如何通过在屏幕 1 中单击返回来完成屏幕 2、屏幕 3、屏幕 4?

屏幕 1:

enter image description here

屏幕 2:

enter image description here

屏幕 3:

enter image description here

屏幕 4:

enter image description here

最佳答案

为此,我不确定下面的解决方案是否有效,但让您尝试一下。

在其 list 条目中使用 android:noHistory="true"启动屏幕 2,3。

使用 Intent 启动屏幕 4

关于Android google map turn by turn 导航,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35967239/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com