From b2cf899fdfc9c19c13ab14aac46c923600fc0511 Mon Sep 17 00:00:00 2001 From: Zhen Sun Date: Mon, 10 Aug 2020 13:17:27 -0700 Subject: [PATCH] Add TvSettings enum for apps only mode This mirrors cl/325872901 Bug: 161934368 Bug: 150979527 Test: manual Change-Id: I00e9af48b5df461e3b11afe301ea2fbdcf304a07 --- core/proto/android/app/tvsettings_enums.proto | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/core/proto/android/app/tvsettings_enums.proto b/core/proto/android/app/tvsettings_enums.proto index 31c5dd6b730ab..4a3c59477f2f8 100644 --- a/core/proto/android/app/tvsettings_enums.proto +++ b/core/proto/android/app/tvsettings_enums.proto @@ -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;