Add CdmKeyStatus kKeyStatusUsableInFuture
Bug: 116738851 Test: unit tests Change-Id: I49728788e57905806b72e891f3654fbf0c8b1bc0
This commit is contained in:
@@ -226,7 +226,7 @@ void PolicyEngine::UpdateLicense(const License& license) {
|
||||
NotifyKeysChange(kKeyStatusUsable);
|
||||
} else {
|
||||
license_state_ = kLicenseStatePending;
|
||||
NotifyKeysChange(kKeyStatusPending);
|
||||
NotifyKeysChange(kKeyStatusUsableInFuture);
|
||||
}
|
||||
NotifyExpirationUpdate(current_time);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user