mirror of
https://github.com/S3NEO/android_device_samsung_matissewifi.git
synced 2024-10-31 19:37:29 +00:00
klte: Update RIL for lollipop
Change-Id: I9729a33de7e8f551271ab12adf6789375a0a5128
This commit is contained in:
parent
3618008ef7
commit
90b6c65e97
1 changed files with 7 additions and 1 deletions
|
@ -39,7 +39,13 @@ public class KlteRIL extends RIL {
|
|||
private static final int RIL_REQUEST_DIAL_EMERGENCY = 10016;
|
||||
|
||||
public KlteRIL(Context context, int networkMode, int cdmaSubscription) {
|
||||
super(context, networkMode, cdmaSubscription);
|
||||
super(context, networkMode, cdmaSubscription, null);
|
||||
mQANElements = 6;
|
||||
}
|
||||
|
||||
public KlteRIL(Context context, int preferredNetworkType,
|
||||
int cdmaSubscription, Integer instanceId) {
|
||||
super(context, preferredNetworkType, cdmaSubscription, instanceId);
|
||||
mQANElements = 6;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue