Hi,
All, i want hide my app icon. i have tried something like this
RESOURCE AIF_DATA
{
#ifdef EKA2
app_uid = 0xF01FB0C5;
#else
app_uid = 0x01EF0029;//0x101FB0C5;
#endif
num_icons = 2;
hidden = KAppIsHidden;
newfile = KAppDoesNotSupportNewFile;
}
RESOURCE APP_REGISTRATION_INFO
{
app_file="m3Upload";
newfile=KAppDoesNotSupportNewFile;
embeddability=KAppEmbeddable;
hidden = KAppIsHidden;
localisable_resource_file = "\\resource\\apps\\m3Upload";
//localisable_resource_id = R_MYMOBILEMEDIA_LOCALISABLE_APP_INFO;
}
but still i am getting app icon.
please tell me wheather i am missing something
Thanks

Reply With Quote




