Merge "[Settings] Link to incorrect SIM after SIM swap" into tm-dev
This commit is contained in:
@@ -232,11 +232,11 @@ public class SubscriptionsPreferenceController extends AbstractPreferenceControl
|
|||||||
connectCarrierNetwork();
|
connectCarrierNetwork();
|
||||||
return true;
|
return true;
|
||||||
});
|
});
|
||||||
|
|
||||||
mSubsGearPref.setOnGearClickListener(p ->
|
|
||||||
MobileNetworkUtils.launchMobileNetworkSettings(mContext, subInfo));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
mSubsGearPref.setOnGearClickListener(p ->
|
||||||
|
MobileNetworkUtils.launchMobileNetworkSettings(mContext, subInfo));
|
||||||
|
|
||||||
if (!(mContext.getSystemService(UserManager.class)).isAdminUser()) {
|
if (!(mContext.getSystemService(UserManager.class)).isAdminUser()) {
|
||||||
mSubsGearPref.setGearEnabled(false);
|
mSubsGearPref.setGearEnabled(false);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user