How to hide the midlet icon on Nokia phones in J2ME?
I have developed a midlet that is supposed to be invoked using Push Registry 开发者_StackOverflow中文版only. The user must not be able to manually start the app. I have achieved this by checking if the midlet was not invoked through Push Registry, then exit the midlet immediately. but is there any way to hide the app from application folder on Nokia devices?
It seems that it can be done for sonyericsson: How to hide midlet icon in sonyericsson
精彩评论