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

Commit 7427d1ef authored by Lee Chou's avatar Lee Chou Committed by Android (Google) Code Review
Browse files

Merge "Add action for logging confirm esim deletion feature" into rvc-dev

parents 841583ae 9771ec81
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;
}

/**