对偏好设置的点击做出反应
我有一个简单的首选项(不是 EditText 首选项或 ListPreference)。我有一个方法可以删除目录中的所有文件。我想在用户单击首选项时执行此操作,但我不知道如何对首选项的单击做出反应。
I have a simple preference (not EditText preference or ListPreference). I have a method that deletes all files in a directory. I want to do this when user clicks on a preference, but i don't know how to react to a click on a preference.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您的首选项存储在对象(
togglePref
)中,您可以执行此操作,则事件为:
if your preference is stored in an object(
togglePref
) you can do thisthen the event is: