Ensure IMS dial uses the correct CLIR mode.
The IMS dial method was getting the shared pref CLIR_KEY to determine the CLIR mode for an outgoing call. Everywhere else in the code, the CLIR mode is stored under key CLIR_KEY + phoneId, against the phoneId of the Gsm/Cdma phone. In ImsPhoneCallTracker, the default phone for the ImsPhone is the Gsm/Cdma phone, and we need to use that id when accessing the key. Also, added some more logging for oir mode sync/save. Test: Manual Bug: 64291602 Change-Id: I231f8fb74c29347da2085318b9ca42d5efec5271
Loading
Please register or sign in to comment