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

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

Add two enums for TvSettings App settings

Bug: 150979527
Test: Manual
Change-Id: I09d7ce634d6016e943aac0a0749648d6382d7680
(cherry picked from commit 3f6eab2fa4a9ba26f5b0a208fe6659c2ab24393d)
parent 8e4db580
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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;