Add TvSettings enum for apps only mode

This mirrors cl/325872901

Bug: 161934368
Bug: 150979527
Test: manual
Change-Id: I00e9af48b5df461e3b11afe301ea2fbdcf304a07
This commit is contained in:
Zhen Sun
2020-08-10 13:17:27 -07:00
parent 9185c90af2
commit b2cf899fdf

View File

@@ -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;