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

Commit 706e712f authored by markcs's avatar markcs
Browse files

SamsungQualcommRIL: allow mQANElements to be device specific

The new proprietary blobs for i9305 require that mQANElements = 6.
This patch simply introduces a new system property that can be used
to adjust the value of mQANElements if required.

Change-Id: I0a7d7dd4c6f7a17a808bbea2ac488be40e2a2d38
parent f066f841
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -74,6 +74,7 @@ public class SamsungQualcommRIL extends RIL implements CommandsInterface {
            int cdmaSubscription) {
        super(context, networkMode, cdmaSubscription);
        mAudioManager = (AudioManager)mContext.getSystemService(Context.AUDIO_SERVICE);
        mQANElements = SystemProperties.getInt("ro.ril.telephony.mqanelements", 4);
    }

    @Override