How to hide app icon from the main menu
Normally you should write a server to run in the background.
Anyway, with a normal app, you can do this by adding one line to your <appname>_reg.rss file.
RESOURCE APP_REGISTRATION_INFO
{
app_file=”hello_0xE67432E1″;
localisable_resource_file = qtn_loc_resource_file_1;
localisable_resource_id = R_LOCALISABLE_APP_INFO;
embeddability=KAppNotEmbeddable;
newfile=KAppDoesNotSupportNewFile;
hidden=KAppIsHidden;
}
Popularity: 24% [?]
1 comment 06月 15th, 2008