gpt4 book ai didi

android - 最小化并单击应用程序图标,应用程序不应从启动开始

转载 作者:行者123 更新时间:2023-12-04 03:08:16 24 4
gpt4 key购买 nike

第 1 步:点击应用程序图标打开一个启动画面,然后出现一个登录屏幕,其中包含编辑文本字段。

第 2 步:最小化应用程序,转到主屏幕,然后单击应用程序图标。

预期结果:应该从我离开的地方开始。

实际结果:它是从启动画面开始的。

这是 list 代码 fragment :

 <application
android:icon="@drawable/app_icon"
android:label="@string/app_name"
android:largeHeap="true"
android:roundIcon="@drawable/app_icon"
android:supportsRtl="true"
android:theme="@style/AppThemeMain">

溅:
 <activity
android:name=".SplashActivity"
android:label="@string/app_name"
android:launchMode="singleTask"
android:noHistory="true"
android:screenOrientation="portrait"
android:theme="@style/AppThemeMain">
<intent-filter>
<action android:name="android.intent.action.MAIN" />

<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>

最佳答案

最后,我通过删除 android:launchMode="singleTask" 解决了它来自我们的manifest .

关于android - 最小化并单击应用程序图标,应用程序不应从启动开始,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47156952/

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