Add checkbox to let user wipe eSIM data together with FDR
This CL add a check box for eSIM enabled devices to reset eSIM data during factory reset of the phone. Bug: 67500470 Test: make RunSettingsRoboTests Change-Id: I5a81d43f23ae55f8549a5b807fdf41f36c9d3acd
This commit is contained in:
@@ -29,11 +29,10 @@ public class RecoverySystemWrapper {
|
||||
/**
|
||||
* Returns whether wipe Euicc data successfully or not.
|
||||
*
|
||||
* @param isWipeEuicc whether we want to wipe Euicc data or not
|
||||
* @param packageName the package name of the caller app.
|
||||
*/
|
||||
public boolean wipeEuiccData(
|
||||
Context context, final boolean isWipeEuicc, final String packageName) {
|
||||
return RecoverySystem.wipeEuiccData(context, isWipeEuicc, packageName);
|
||||
Context context, final String packageName) {
|
||||
return RecoverySystem.wipeEuiccData(context, packageName);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user