taskswitcher/contextengine/tsfswserver/engine/src/tsfshiddenapplist.cpp
branchRCL_3
changeset 17 b8fae6b8a148
parent 4 4d54b72983ae
child 31 89165693e770
equal deleted inserted replaced
12:9674c1a575e9 17:b8fae6b8a148
    35 /**
    35 /**
    36  * Apps that are always hidden, no matter what settings the system reports.
    36  * Apps that are always hidden, no matter what settings the system reports.
    37  */
    37  */
    38 const TUint32 KTsFsAlwaysHiddenUidArray[] =
    38 const TUint32 KTsFsAlwaysHiddenUidArray[] =
    39     {
    39     {
    40     0x100056CF // screensaver
    40     0x100056CF, // screensaver
       
    41     0x102750F0 // Idle App Uid
    41     };
    42     };
    42 
    43 
    43 // -----------------------------------------------------------------------------
    44 // -----------------------------------------------------------------------------
    44 // CTsFsHiddenAppList::NewL
    45 // CTsFsHiddenAppList::NewL
    45 // -----------------------------------------------------------------------------
    46 // -----------------------------------------------------------------------------