commit | a2c39933684b1f82853b67bd7d8bf3df2cd565ab | [log] [tgz] |
---|---|---|
author | Hall Liu <hallliu@google.com> | Thu Aug 29 13:21:26 2019 -0700 |
committer | android-build-team Robot <android-build-team-robot@google.com> | Fri Aug 30 23:16:58 2019 +0000 |
tree | 5abd626faf213497e4749c88ae74bae94c859702 | |
parent | 38debef1a62c266f49cc367c0f8183a0ca0d753d [diff] |
Fix call to ImsManager#getInstance Previous CL had passed in the subId to ImsManager#getInstance instead of phoneId. This is incorrect and causes the later call to ImsManager#setRttEnabled to be a no-op. Fix this by correctly passing in phoneId. Fixes: 139710080 Test: manual Change-Id: Ica8c6a0a9634611a82c208d59040dd7a3c95b3fc (cherry picked from commit b574d5f3037186539bd2f222534af2753a1b4ef8)