onUserInteraction()在对话框首选项中不起作用

时间:2016-04-26 05:29:14

标签: android android-activity android-alertdialog android-dialog

我在Activity首选项中实现了onUserInteraction()方法,并像魅力一样工作。但是当自定义对话框打开时,onUserInteraction()不会被触发。我搜索了很多网站,但无法找到正确的方法。这是我的简单片段:

@Override
public void onUserInteraction() {
    super.onUserInteraction();
    resetTimer();
}

0 个答案:

没有答案