Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1b14e673 authored by Eric Laurent's avatar Eric Laurent Committed by Automerger Merge Worker
Browse files

Merge "audiopolicy: add update uid state after the change of phone mode" into sc-dev am: be340f03

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/av/+/14177770

Change-Id: Id4b0d821a55c00c2134e59ff891a2521529b4f6f
parents e3d6bf3c be340f03
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -197,6 +197,7 @@ Status AudioPolicyService::setPhoneState(media::AudioMode stateAidl, int32_t uid
    mAudioPolicyManager->setPhoneState(state);
    mPhoneState = state;
    mPhoneStateOwnerUid = uid;
    updateUidStates_l();
    return Status::ok();
}