Keystore 2.0: Add onDeviceOffBody to AndroidKeyStoreMaintenance.
Also have KeyStore.onDeviceOffBody call AndroidKeyStoreMaintenance.onDeviceOffBody. Test: N/A Bug: 171305684 Change-Id: I0b01764bfc4c5828d17ccfffb4f8dad5f3bcea6d
This commit is contained in:
@@ -1204,6 +1204,7 @@ public class KeyStore {
|
||||
* Notify keystore that the device went off-body.
|
||||
*/
|
||||
public void onDeviceOffBody() {
|
||||
AndroidKeyStoreMaintenance.onDeviceOffBody();
|
||||
try {
|
||||
mBinder.onDeviceOffBody();
|
||||
} catch (RemoteException e) {
|
||||
|
||||
Reference in New Issue
Block a user