安卓。通过单击“主页”捕获应用程序退出

发布于 2024-08-13 18:42:51 字数 226 浏览 1 评论 0原文

我在使用“主页”单击离开后识别返回应用程序时遇到问题。

其主要目的是定义何时必须向用户显示“输入密码”对话框。

因此,让我们想象一下这样的工作流程,用户在应用程序中工作并决定查看明天的天气。用户单击“主页”按钮并转移到桌面。现在他回到我的申请。此时,我们必须通过建议用户输入密码来验证我们的用户是否仍然是正确的用户。

我如何在这里识别这种情况? (离开后点击主页返回)

谢谢

I have an issue with identifying return to application after it was left using Home click.

The main purpose of this is to define when do I have to display to user Type Password dialog.

So, let's imaging such workflow, User works in application and decides to see what's the weather tomorrow. The User clicks Home button and is transfered to desktop. Now he goes back to My application. At this point we have to verify that our User is still the right one User by proposing him to type password.

How can I identify this condition here? (returning after leaving by Home click)

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

聚集的泪 2024-08-20 18:42:51

Try setting android:stateNotNeeded to true within AndroidManifest.xml for that activity.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文