Merge "Add two enums for TvSettings App settings" into rvc-dev am: ec2c313a22 am: 357325a35f am: 8e27b8dd2c

Change-Id: I85971e00971d513d6e59d426f486851054f9cacf
This commit is contained in:
TreeHugger Robot
2020-04-23 08:06:09 +00:00
committed by Automerger Merge Worker

View File

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