Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个要求,为此,我必须检查安卓手机是否空闲,即用户没有解锁手机,也没有在特定时间内接听任何电话。有没有办法检查这种情况?
监视SCREEN_ON和SCREEN_OFF广播。如果在SCREEN_ON广播后没有在您想要的时间内发送SCREEN_OFF广播,则用户在这段时间内没有使用他的手机。
SCREEN_ON
SCREEN_OFF