Merge "Added an option in reset menu in Settings to enable resetting Euicc data only"

This commit is contained in:
Peter Wang
2020-12-16 20:03:25 +00:00
committed by Android (Google) Code Review
6 changed files with 212 additions and 3 deletions

View File

@@ -33,6 +33,12 @@
android:key="reset_app_prefs"
android:title="@string/reset_app_preferences" />
<!-- Erase Euicc data -->
<Preference
android:key="erase_euicc_data"
android:title="@string/reset_esim_title"
settings:controller="com.android.settings.network.EraseEuiccDataController" />
<!-- Factory reset -->
<com.android.settingslib.RestrictedPreference
android:key="factory_reset"