Merge "IMS: Use the slot based ImsManager factory reset API."
am: 9e4ff6fca6
Change-Id: I42b0a06ed5707475d105646233ac49958de29d75
This commit is contained in:
@@ -150,7 +150,8 @@ public class ResetNetworkConfirm extends InstrumentedFragment {
|
||||
}
|
||||
}
|
||||
|
||||
ImsManager.factoryReset(context);
|
||||
ImsManager.getInstance(context,
|
||||
SubscriptionManager.getPhoneId(mSubId)).factoryReset();
|
||||
restoreDefaultApn(context);
|
||||
esimFactoryReset(context, context.getPackageName());
|
||||
// There has been issues when Sms raw table somehow stores orphan
|
||||
|
Reference in New Issue
Block a user