commit | 4c4778a675b4027f5aa53227199e52beaee4f237 | [log] [tgz] |
---|---|---|
author | Atneya Nair <atneya@google.com> | Wed Oct 23 17:35:17 2024 -0700 |
committer | Atneya Nair <atneya@google.com> | Wed Oct 23 17:46:22 2024 -0700 |
tree | 5adcd8bf1329c869f2be38da4764a89bbc43f861 | |
parent | f6002bc0c0e5df8302fd695fc4c65f84434b3551 [diff] |
audio: Fix incorrect userId for setMicMute Within the manager class, we should be using the context userId, not a binder callingUserId. While this works if we are not in a binder context, it could break if we get a binder call from another user id. Test: Compiles Bug: trivial Flag: EXEMPT trivial Change-Id: I442111b2acd01b55096baa7daa170a3df8199a24