将 Activity 置于前台

发布于 2024-11-08 00:35:58 字数 117 浏览 0 评论 0原文

在我的活动类中,我调用启动服务,服务工作正常。在服务中,基于一些测试,我想将活动置于前台(启动服务的活动)。在服务类中编写什么来获取前台活动。我需要它前台,因为如果用户打开另一个应用程序,那么我的活动将转到后台。提前致谢

In my activity class i call start service and service works fine.In the service on the basis of some test i want to bring the activity in the foreground(the activity that start the service).What to write in the service class to get the activity in foreground.I need it foreground because if user opens another application then my activity goes to background.Thanks in advance

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

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

发布评论

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

评论(1

许久 2024-11-15 00:36:02

当你开始你的活动时你应该使用这个
intent.setFlags(Intent.FLAG_ACTIVITY_REORDER_TO_FRONT);

you should use this when you start you activity
intent.setFlags(Intent.FLAG_ACTIVITY_REORDER_TO_FRONT);

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