如何使用android注释在android应用程序中处理空闲

时间:2015-03-11 04:56:12

标签: android android-intent android-activity

我已经有这样的代码,但问题是当用户与应用程序最小化时与另一个应用程序进行交互时..我不知道如何在使用其他应用程序时检查空闲时间..我也在使用android - 我的应用程序的注释。

public void onUserInteraction() {
    resetDisconnectTimer();
}
@Override
protected void onResume() {
    super.onResume();//how to check the idle time 

    resetDisconnectTimer();//handler
}

0 个答案:

没有答案