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

Commit e4fb980c authored by Yiwen Chen's avatar Yiwen Chen Committed by Android (Google) Code Review
Browse files

Merge "Add an enum for vibrate for calls settings."

parents 77a5a498 3861acc8
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -2568,4 +2568,9 @@ enum PageId {

    // OPEN: Settings > Display > Dark theme > Set end time dialog
    DIALOG_DARK_THEME_SET_END_TIME = 1826;

    // OPEN: Settings -> Sound -> Vibrate for calls
    // CATEGORY: SETTINGS
    // OS: R
    VIBRATE_FOR_CALLS = 1827;
}