RingtonePreference 和 onActivityResult 表现不佳
我有一个 PreferenceActivity
,其中包含一个以 xml 构建的 RingtonePrefernce
以及其他首选项。其他首选项之一的作用类似于按钮,并执行一些检查并使用 onActivityResult
。这会干扰 RingtonePreference
,现在 RingtonePreference
正在将其结果发送到那里,而不是自行处理...是否可以告诉它忽略或隐藏 RingtonePreference 的 >onActivityResult?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在没有看到代码的情况下不确定问题,但是您是否在其他首选项中使用自定义请求代码?
如果是,也许您应该检查 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.