Notify/bind app after the phone is unlocked
CDM is not able to bind the app before the phone is unlocked(if password was set) if the app is not boot aware. This cl contains: 1. Store the the device info when receive the BT.onDeviceConnected() if !UserManager.isUserUnlockingOrUnlocked which means CDM received the bt callback before user unlock the phone. 2. Trigger the callback in SystemService.onUserUnlocked() if we find any devices info were stored Bug: 235614233,276311331 Fix: 279789812 Test: manully test Change-Id: I13ffc67bb5b1cf74b537f9fc0c12d883d6904034
Loading
Please register or sign in to comment