Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9771ec81 authored by Lee Chou's avatar Lee Chou
Browse files

Add action for logging confirm esim deletion feature

Bug: 138861284
Test: make SettingsGoogle and manual
Change-Id: I5607f7f5c821ed9cde97650eebd50ca5e1e1fd37
parent 841f253c
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -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;
}

/**