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

Commit 8219496c authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Add two enums for TvSettings App settings" into rvc-dev am: ec2c313a...

Merge "Add two enums for TvSettings App settings" into rvc-dev am: ec2c313a am: 357325a3 am: 7be5c467 am: d7070741

Change-Id: Ida442764913ac4b6c189599429e025e7934248f1
parents 584fc12b d7070741
Loading
Loading
Loading
Loading
+6 −0
Original line number Original line Diff line number Diff line
@@ -298,6 +298,12 @@ enum ItemId {
    // TvSettings > Apps > See all apps > [An app entry] > Permissions
    // TvSettings > Apps > See all apps > [An app entry] > Permissions
    APPS_ALL_APPS_APP_ENTRY_PERMISSIONS = 0x1611A000;
    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
    // TvSettings > Apps > See all apps > Show system apps
    APPS_ALL_APPS_SHOW_SYSTEM_APPS = 0x16120000;
    APPS_ALL_APPS_SHOW_SYSTEM_APPS = 0x16120000;