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.
Android 广播接收器:
是否有任何技巧/事件可以在屏幕关闭之前触发android.intent.action.SCREEN_OFF
android.intent.action.SCREEN_OFF
或者
有什么方法可以知道屏幕是否因电源按下或自动睡眠功能而关闭?
您是否尝试过使用 de 生命周期方法?每次屏幕被锁定时,活动将首先调用 onPause() 方法,然后调用 onStop(),因此您可以覆盖它们以添加您的代码