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

Commit b2cf899f authored by Zhen Sun's avatar Zhen Sun
Browse files

Add TvSettings enum for apps only mode

This mirrors cl/325872901

Bug: 161934368
Bug: 150979527
Test: manual
Change-Id: I00e9af48b5df461e3b11afe301ea2fbdcf304a07
parent 9185c90a
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -168,7 +168,11 @@ enum ItemId {
    // Google Assistant > Personal results (toggle)
    ACCOUNT_SLICE_REG_ACCOUNT_ASSISTANT_PERSONAL_RESULTS = 0x12134000;

    // Reserving [0x12140000, 0x12190000] for possible future settings
    // TvSettings > Account & Sign In (Slice) > [A regular account] >
    // Apps only mode (toggle)
    ACCOUNT_SLICE_REG_ACCOUNT_APPS_ONLY_MODE = 0x12140000;

    // Reserving [0x12150000, 0x12190000] for possible future settings

    // TvSettings > Account & Sign In (Slice) > [A regular account] > Remove
    ACCOUNT_SLICE_REG_ACCOUNT_REMOVE = 0x121A0000;