You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
jbaiter
changed the title
Revert disabling of external AudioManager.setSpeakerPhone(trrue) calls?
Revert disabling of external AudioManager.setSpeakerPhone(true) calls?
Jan 22, 2021
It was shown that given a large phoneAccountHandles that are
over 1 mb, a TransactionTooLarge exception can be silently thrown
causing an empty list to be returned.
In order to prevent this behavior, all Lists that return a
PhoneAccountHandle or PhoneAccount have been switched to
ParceledListSlice.
bug: 236263294
Test: manual #1 - bug exists without fix,
manual #2 - bug is fixed with patch,
4 new CTS tests in
android.telecom.cts.PhoneAccountRegistrarTest
Change-Id: Ibc3814dabd59cf9f0f9505b88f2146a4c3c5e015
Merged-In: Ibc3814dabd59cf9f0f9505b88f2146a4c3c5e015
(cherry picked from commit 963c5c7)
Merged-In: Ibc3814dabd59cf9f0f9505b88f2146a4c3c5e015
It was shown that given a large phoneAccountHandles that are
over 1 mb, a TransactionTooLarge exception can be silently thrown
causing an empty list to be returned.
In order to prevent this behavior, all Lists that return a
PhoneAccountHandle or PhoneAccount have been switched to
ParceledListSlice.
bug: 236263294
Test: manual #1 - bug exists without fix,
manual #2 - bug is fixed with patch,
4 new CTS tests in
android.telecom.cts.PhoneAccountRegistrarTest
Change-Id: Ibc3814dabd59cf9f0f9505b88f2146a4c3c5e015
Merged-In: Ibc3814dabd59cf9f0f9505b88f2146a4c3c5e015
(cherry picked from commit 963c5c7)
Merged-In: Ibc3814dabd59cf9f0f9505b88f2146a4c3c5e015
Google decided to disable the possibility for external users to turn the speakerphone on when accepting calls with Android 10 in this commit: 0814db7
This breaks some apps and automation use cases, e.g. with Tasker. Would it be possible to re-enable this for ArrowOS by reverting the Google commit?
See https://issuetracker.google.com/issues/141889136 for more context and comments from users impacted by this change.
The text was updated successfully, but these errors were encountered: