android P 锁屏初探 —— 4 解锁流程

本文探讨了Android P的锁屏与解锁流程,尤其是上滑解锁和指纹解锁的过程。在上滑解锁中,锁屏界面在熄屏时已构建,亮屏即可见。解锁流程关键在于KeyguardSecurityContainer的showNextSecurityScreenOrFinish方法,最终调用KeyguardViewMediator的keyguardDone()。指纹解锁涉及两步:启动指纹传感器监听和验证指纹成功后的回调,若系统未亮屏,则先唤醒系统。
摘要由CSDN通过智能技术生成

理解了**锁屏流程**,再来看一看解锁流程。

1、上滑解锁流程:

由于锁屏界面是灭屏时构建并显示的,所以亮屏后就能直接看到锁屏界面啦。
上滑解锁流程
按照流程图跟下去,一般是能看懂的。
这里着重分析一下KeyguardSecurityContainer 的 showNextSecurityScreenOrFinish 方法:

   /**
     * Shows the next security screen if there is one.
     * @param authenticated true if the user entered the correct authentication
     * @param targetUserId a user that needs to be the foreground user at the finish (if called)
     *     completion.
     * @return true if keyguard is done
     */
    boolean showNextSecurityScreenOrFinish(boolean authenticated, int targetUserId) {
        if (DEBUG) Log.d(TAG, "showNextSecurityScreenOrFinish(" + authenticated + ")");
        boolean finish = false;
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值