Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 11497e7e authored by Suchand Ghosh's avatar Suchand Ghosh Committed by Linux Build Service Account
Browse files

Use Data Radio Tech for concurrent voice and data support.

    To determine concurrent voice and data support
    we need to query Data Radio Tech.

    CRs-Fixed: 505524

Change-Id: I1fb43442e08915a7fff1cf2a5bcfb01d2a66a63b
parent ac85fbd7
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -1452,7 +1452,7 @@ final class GsmServiceStateTracker extends ServiceStateTracker {
     */
     */
    @Override
    @Override
    public boolean isConcurrentVoiceAndDataAllowed() {
    public boolean isConcurrentVoiceAndDataAllowed() {
        return (mSS.getRilVoiceRadioTechnology() >= ServiceState.RIL_RADIO_TECHNOLOGY_UMTS);
        return (mSS.getRilDataRadioTechnology() >= ServiceState.RIL_RADIO_TECHNOLOGY_UMTS);
    }
    }


    /**
    /**