taskswitcher/contextengine/tsfswserver/engine/src/tsfsalwaysshownapplist.cpp
branchRCL_3
changeset 17 b8fae6b8a148
parent 4 4d54b72983ae
equal deleted inserted replaced
12:9674c1a575e9 17:b8fae6b8a148
    23 //CONSTANTS:
    23 //CONSTANTS:
    24 /* Array for all application uid that need to be always displayed (if they are running).
    24 /* Array for all application uid that need to be always displayed (if they are running).
    25    Also, there will be no Close option for such apps. */
    25    Also, there will be no Close option for such apps. */
    26 const TUint32 KTsFsUidArray[] =
    26 const TUint32 KTsFsUidArray[] =
    27     {
    27     {
    28     0x102750F0 // Idle App Uid
    28     0x0EFC346A //Search App Uid
    29     ,0x0EFC346A //Search App Uid
       
    30 /* never show menu app */    //,0x101F4CD2 // Menu App Uid
    29 /* never show menu app */    //,0x101F4CD2 // Menu App Uid
    31     };
    30     };
    32 
    31 
    33 // ================= MEMBER FUNCTIONS =======================
    32 // ================= MEMBER FUNCTIONS =======================
    34 
    33