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

Commit 35522215 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Add People DND Settings pages" into rvc-dev am: bb34bb5d am: 7f739a25 am: 003a436f

Change-Id: I132e9fec6230553af5f3e1c033c5be8afb7633dc
parents 591b0f81 003a436f
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -2653,4 +2653,16 @@ enum PageId {
    // CATEGORY: SETTINGS
    // OS: R
    ADB_WIRELESS_DEVICE_DETAILS = 1836;

    // Open: Settings > Sound > Do Not Disturb > People > Conversations
    // OS: R
    DND_CONVERSATIONS = 1837;

    // Open: Settings > Sound > Do Not Disturb > People > Calls
    // OS: R
    DND_CALLS = 1838;

    // Open: Settings > Sound > Do Not Disturb > People > Messages
    // OS: R
    DND_MESSAGES = 1839;
}