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

Commit be340f03 authored by Eric Laurent's avatar Eric Laurent Committed by Android (Google) Code Review
Browse files

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

parents 64f7aca0 d07c19bb
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();
}