锁屏时Activity的生命周期变化
更新:HHH   时间:2023-1-7


1.启动  onCreate()->onStart()->onResume()

2.锁屏->onPause()
3.开屏 ->onResume()
返回开发技术教程...