如何判断应用程序是否位于堆栈顶部以及显示的活动是什么?
我有一个包含多个活动的应用程序,例如 A、B、C、D、E、F.. 活动等等。
如何判断应用程序是否位于堆栈顶部以及显示的活动是什么?
I have an application with a number of activity, say A, B, C, D, E, F. .. activity and so on.
How can I tell if the application is on top of the stack and what the activity is displayed?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这将为您提供正在运行的进程的列表,最新的进程在前 - 因此,如果第一个应用程序是您的,那么它位于堆栈的顶部。可能不是最好的解决方案,但我目前唯一能想到的
解决方案编辑:因此,对于您的需求,实际上会更适合,因为您只需要第一个
that gives you a list of running processes, most recent first - so if the first app is yours it is on top of the stack. Probably not the best solution, but the only one I could think of at the moment
EDIT: So for your needs that would actually fit better since you just need the first one