Hi,
I have hide application icon from installed apps folder by using this line of code "hidden = KAppIsHidden;" in TestApp_reg.rss file and My application in hide successfully, now i want to hide application icon on some condition base, e.g
if(condition True)
{
//Include above line of code in reg.rss file
hidden = KAppIsHidden;
}else
{
// dont include above line of code in reg.rss file.
}
How can i use this line of code or anyother solution to do that ?
Regards
Master Mind Solutions



