gpt4 book ai didi

android - 从服务关闭 Activity 的正确方法是什么?

转载 作者:行者123 更新时间:2023-11-30 04:48:24 25 4
gpt4 key购买 nike

finish() 可以用于关闭服务中的 Activity 吗?如果不是,从服务中结束 Activity 的正确方法是什么?我从我的服务创建了一个 Activity ,需要关闭它。

最佳答案

Can finish() be used to close an activity from a service?

不直接。该服务真的真的真的真的不应该引用要调用 finish() 的 Activity 。

I've created an activity from my service and need to close it.

很有可能,您一开始就不应该从服务启动 Activity 。如果用户觉得您不必要地打扰他们,他们会挥舞斧头攻击您。

If not, what is the proper way to end an activity from a Service?

最好让用户关闭 Activity 。那些不会通过弹出 Activity 来打断他们的斧头攻击你的用户会在他们使用 Activity 时通过摆脱 Activity 来攻击你来打断他们。

除此之外,使用 Messenger 或其他东西从服务向 Activity 发送消息,并让 Activity 根据需要在 Handler 中处理该消息,这可能包括调用 finish()

关于android - 从服务关闭 Activity 的正确方法是什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4246799/

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