diff --git a/core/proto/android/app/settings_enums.proto b/core/proto/android/app/settings_enums.proto index ef6eb38043f6f..fc6e639f0aa0a 100644 --- a/core/proto/android/app/settings_enums.proto +++ b/core/proto/android/app/settings_enums.proto @@ -734,6 +734,16 @@ enum Action { // CATEGORY: SETTINGS // OS: R ACTION_SETTINGS_CHANGE_WIFI_HOTSPOT_PASSWORD = 1737; + + // ACTION: Settings > Security > Toggle on Confirm Sim deletion + // CATEGORY: SETTINGS + // OS: R + ACTION_CONFIRM_SIM_DELETION_ON = 1738; + + // ACTION: Settings > Security > Toggle off Confirm Sim deletion + // CATEGORY: SETTINGS + // OS: R + ACTION_CONFIRM_SIM_DELETION_OFF = 1739; } /**