[Settings] Select RAT in between SIMs for Internet
The internet page RAT need to be selected based on default data SIM. Bug: 230190055 Test: local Change-Id: I87edd7a9ddadf877b9cc0c678e3bba423666125e
This commit is contained in:
@@ -456,7 +456,11 @@ public class SubscriptionsPreferenceController extends AbstractPreferenceControl
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onTelephonyDisplayInfoChanged(TelephonyDisplayInfo telephonyDisplayInfo) {
|
||||
public void onTelephonyDisplayInfoChanged(int subId,
|
||||
TelephonyDisplayInfo telephonyDisplayInfo) {
|
||||
if (subId != mSubsPrefCtrlInjector.getDefaultDataSubscriptionId()) {
|
||||
return;
|
||||
}
|
||||
mTelephonyDisplayInfo = telephonyDisplayInfo;
|
||||
update();
|
||||
}
|
||||
|
Reference in New Issue
Block a user