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

Commit f4697a84 authored by markcs's avatar markcs
Browse files

SamsungQualcommRIL: allow mQANElements to be device specific

The new RIL 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: I8a69bb6462552bf2374d963d82882315e8c77cef
parent f91bf163
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