我已经有这样的代码,但问题是当用户与应用程序最小化时与另一个应用程序进行交互时..我不知道如何在使用其他应用程序时检查空闲时间..我也在使用android - 我的应用程序的注释。
public void onUserInteraction() {
resetDisconnectTimer();
}
@Override
protected void onResume() {
super.onResume();//how to check the idle time
resetDisconnectTimer();//handler
}