From 9771ec819a959a2b476bc69c7502881c8d2713df Mon Sep 17 00:00:00 2001 From: Lee Chou Date: Wed, 18 Mar 2020 22:29:55 +0800 Subject: [PATCH] Add action for logging confirm esim deletion feature Bug: 138861284 Test: make SettingsGoogle and manual Change-Id: I5607f7f5c821ed9cde97650eebd50ca5e1e1fd37 --- core/proto/android/app/settings_enums.proto | 10 ++++++++++ 1 file changed, 10 insertions(+) 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; } /**