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 Test: manully test Change-Id: I3963b3974ba42cbd34ee043416e3ef58d0ec08e5
Loading
Please register or sign in to comment