diff options
| author | 2020-04-17 12:22:37 -0700 | |
|---|---|---|
| committer | 2020-04-22 23:26:35 +0000 | |
| commit | aef6dfcf4b96f0716c6d68c46c397ba2963c0c7f (patch) | |
| tree | 580368adc397b3ffbc8e524ce39e6bcbb59be641 | |
| parent | 8e4db5802f82c82d231c8b02e00850b5393f8b64 (diff) | |
Add two enums for TvSettings App settings
Bug: 150979527
Test: Manual
Change-Id: I09d7ce634d6016e943aac0a0749648d6382d7680
(cherry picked from commit 3f6eab2fa4a9ba26f5b0a208fe6659c2ab24393d)
| -rw-r--r-- | core/proto/android/app/tvsettings_enums.proto | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/core/proto/android/app/tvsettings_enums.proto b/core/proto/android/app/tvsettings_enums.proto index 6804d3f07736..30d365c71308 100644 --- a/core/proto/android/app/tvsettings_enums.proto +++ b/core/proto/android/app/tvsettings_enums.proto @@ -298,6 +298,12 @@ enum ItemId { // TvSettings > Apps > See all apps > [An app entry] > Permissions APPS_ALL_APPS_APP_ENTRY_PERMISSIONS = 0x1611A000; + // TvSettings > Apps > See all apps > [An app entry] > Enable + APPS_ALL_APPS_APP_ENTRY_ENABLE = 0x1611B000; + + // TvSettings > Apps > See all apps > [An app entry] > Open source licenses + APPS_ALL_APPS_APP_ENTRY_LICENSES = 0x1611C000; + // TvSettings > Apps > See all apps > Show system apps APPS_ALL_APPS_SHOW_SYSTEM_APPS = 0x16120000; |