Categories: Symbian C++ | Code Examples | How To | Security | UI
How to Hide Application from User Menu
From Forum Nokia Wiki
S60 3rd Edition
In your ApplicationName_reg.rss file you will find a structure RESOURCE APP_REGISTRATION_INFO. You need to add the following line to the resource.
BYTE hidden = KAppIsHidden;
This application will be a hidden application, and it will not be shown in the Applications list.
| Related Discussions | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Dynamic menu in multi views | Asif Nazir | Symbian User Interface | 11 | 2008-10-17 09:30 |
| Hide menubar? | silviuccia | Symbian User Interface | 2 | 2006-11-02 08:08 |
| Help topics from application menu | donaks | General Symbian C++ | 4 | 2007-05-06 21:11 |
| hiding folder / file | nuker85 | Mobile Java General | 9 | 2007-07-30 13:25 |
| How to hide RNotifier ? | yaohongwang | General Symbian C++ | 2 | 2007-11-26 06:26 |
