[SIM Dialog Migration] Migrate eSIM erase dialog
Bug: 160819390 Test: Manually tested eSIM profile disabling. Design: https://docs.google.com/document/d/1wb5_hoBkZVbkXGNWHbx4Jf61swjfxsJzkytiTzJosYo/edit?usp=sharing Change-Id: I9523ee5dbab5b6a5ea020647a20992ac0b1aea86
This commit is contained in:
@@ -81,9 +81,8 @@ public class DeleteSimProfilePreferenceController extends BasePreferenceControll
|
||||
}
|
||||
|
||||
private void deleteSim() {
|
||||
final Intent intent = new Intent(EuiccManager.ACTION_DELETE_SUBSCRIPTION_PRIVILEGED);
|
||||
intent.putExtra(EuiccManager.EXTRA_SUBSCRIPTION_ID, mSubscriptionInfo.getSubscriptionId());
|
||||
mParentFragment.startActivityForResult(intent, mRequestCode);
|
||||
SubscriptionUtil.startDeleteEuiccSubscriptionDialogActivity(
|
||||
mContext, mSubscriptionInfo.getSubscriptionId());
|
||||
// result handled in MobileNetworkSettings
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user