标签: android android-activity android-alertdialog android-dialog
我在Activity首选项中实现了onUserInteraction()方法,并像魅力一样工作。但是当自定义对话框打开时,onUserInteraction()不会被触发。我搜索了很多网站,但无法找到正确的方法。这是我的简单片段:
onUserInteraction()
@Override public void onUserInteraction() { super.onUserInteraction(); resetTimer(); }