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

Commit 550448d0 authored by codeworkx's avatar codeworkx
Browse files

SamsungExynos4RIL: set number of elements returned from QAN response

Change-Id: Ia9b50814987f9bd4cf7f69d7fe7e8f9dfa4316c6
parent 241652a2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -159,6 +159,7 @@ public class SamsungExynos4RIL extends RIL implements CommandsInterface {
    public SamsungExynos4RIL(Context context, int networkMode, int cdmaSubscription) {
        super(context, networkMode, cdmaSubscription);
        audioManager = (AudioManager)mContext.getSystemService(Context.AUDIO_SERVICE);
        mQANElements = 5;
    }

    @Override