commit | be340f03e4f969a84b864b19ef378c853d96175f | [log] [tgz] |
---|---|---|
author | Eric Laurent <elaurent@google.com> | Wed Apr 14 16:50:27 2021 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Wed Apr 14 16:50:27 2021 +0000 |
tree | 77c8701e49200f99d748ba4ccfaab76f55a45737 | |
parent | 64f7aca0759a40f3d43f42219f6bb8a48fe51968 [diff] | |
parent | d07c19bb68266f8fef497a7363ee5003c0bf501f [diff] |
Merge "audiopolicy: add update uid state after the change of phone mode" into sc-dev
diff --git a/services/audiopolicy/service/AudioPolicyInterfaceImpl.cpp b/services/audiopolicy/service/AudioPolicyInterfaceImpl.cpp index 639fa58..551013f 100644 --- a/services/audiopolicy/service/AudioPolicyInterfaceImpl.cpp +++ b/services/audiopolicy/service/AudioPolicyInterfaceImpl.cpp
@@ -197,6 +197,7 @@ mAudioPolicyManager->setPhoneState(state); mPhoneState = state; mPhoneStateOwnerUid = uid; + updateUidStates_l(); return Status::ok(); }