如何获取当前屏幕活动?
在一种方法中,我必须知道屏幕上有哪个活动。如何获取当前活动?
Possible Duplicate:
Android: How can I get the current foreground activity (from a service)?
In a method I have to know which activity is on the screen. How do I get the current activity?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
有时Fragment需要知道它们属于哪个Activity。为此,请使用 Fragment.getActivity() 。从 API 11 开始,此功能有效。参考此
Sometimes Fragments need to know which Activity they belong to. For this, use Fragment.getActivity(). This works since API 11.Refer this
你不知道。可能没有“当前活动”。
You don't. There may not be a "current activity".