Loading core/res/res/values/config.xml +9 −1 Original line number Diff line number Diff line Loading @@ -2401,7 +2401,14 @@ <integer name="config_mediaOutputSwitchDialogVersion">1</integer> <!-- Flag indicating that an outbound call must have a call capable phone account that has declared it can process the call's handle. --> that has declared it can process the call's handle. @deprecated This configuration is no longer used as having it false is actually a bug. This controlled which phone accounts we would consider using when finding call capable phone accounts for an outgoing call. When false we will consider any call capable phone account even if the URI scheme doesn't match the outgoing call address. That is wrong as dialing a sip: scheme call and trying to use a tel: scheme phone account is not going to work. As such we now ALWAYS require the URI scheme to match when choosing call capable phone accounts. --> <bool name="config_requireCallCapableAccountForHandle">false</bool> <!-- Flag indicating if the user is notified when the mobile network access is restricted --> Loading Loading @@ -3991,6 +3998,7 @@ <bool name="config_allow_ussd_over_ims">false</bool> <!-- String array containing numbers that shouldn't be logged. Country-specific. --> <!-- @deprecated this now resides in the Telecom framework (same name). --> <string-array name="unloggable_phone_numbers" /> <bool name="config_networkSamplingWakesDevice">true</bool> Loading Loading
core/res/res/values/config.xml +9 −1 Original line number Diff line number Diff line Loading @@ -2401,7 +2401,14 @@ <integer name="config_mediaOutputSwitchDialogVersion">1</integer> <!-- Flag indicating that an outbound call must have a call capable phone account that has declared it can process the call's handle. --> that has declared it can process the call's handle. @deprecated This configuration is no longer used as having it false is actually a bug. This controlled which phone accounts we would consider using when finding call capable phone accounts for an outgoing call. When false we will consider any call capable phone account even if the URI scheme doesn't match the outgoing call address. That is wrong as dialing a sip: scheme call and trying to use a tel: scheme phone account is not going to work. As such we now ALWAYS require the URI scheme to match when choosing call capable phone accounts. --> <bool name="config_requireCallCapableAccountForHandle">false</bool> <!-- Flag indicating if the user is notified when the mobile network access is restricted --> Loading Loading @@ -3991,6 +3998,7 @@ <bool name="config_allow_ussd_over_ims">false</bool> <!-- String array containing numbers that shouldn't be logged. Country-specific. --> <!-- @deprecated this now resides in the Telecom framework (same name). --> <string-array name="unloggable_phone_numbers" /> <bool name="config_networkSamplingWakesDevice">true</bool> Loading