Add getPreferredApn() in buildWaitingApns()
Now, only createAllApnList() calls getPreferredApn(). Unfortunately, in this time, getSubId() may not be proper value. So getPreferredApn() could not get value which we want/set as preferred apn. As a result, preferred apn is null and wrong apn info can be sent to modem and be used by SETUP_DATA_CALL procedure. To resolve this, just add getPreferredApn() in buildWaitingApns(). Bug: 22159434 Change-Id: Iee92325aa91c5c470328055746c321065a9829d4 Fixed that phone service crashed during boot up issue. bug: 22357173 Change-Id: I3b76a74c698e22c887b3482a3bdcbc34982ec658
Loading
Please register or sign in to comment