RingtonePreference 和 onActivityResult 表现不佳

发布于 2024-12-18 21:18:38 字数 331 浏览 2 评论 0 原文

我有一个 PreferenceActivity,其中包含一个以 xml 构建的 RingtonePrefernce 以及其他首选项。其他首选项之一的作用类似于按钮,并执行一些检查并使用 onActivityResult。这会干扰 RingtonePreference,现在 RingtonePreference 正在将其结果发送到那里,而不是自行处理...是否可以告诉它忽略或隐藏 RingtonePreference 的 >onActivityResult?

I have a PreferenceActivity that contains a RingtonePrefernce built in xml along with other preferences. One of the other preferences acts like a button and does some checks and uses an onActivityResult. This is interfering with the RingtonePreference and now the RingtonePreference is sending its result there instead of handling it itself... Is it possible to tell it to ignore or hide the onActivityResult from the RingtonePreference?

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

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

发布评论

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

评论(1

月牙弯弯 2024-12-25 21:18:38

在没有看到代码的情况下不确定问题,但是您是否在其他首选项中使用自定义请求代码?
如果是,也许您应该检查 onActivityResult 中的请求代码,如果它来自您的偏好,则处理它,或者继续调用 super.onActivityResult 否则。

Not sure about the problem without seeing the code, but are you using a custom request code in the other preference?
If you are, maybe you should check if the request code in your onActivityResult, handle it if it comes from your preference, or go on and invoke super.onActivityResult otherwise.

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