Uninstall a J2ME application through J2ME code?
Is there any way to do this? I found some Symbian C++开发者_如何学编程 codes that could do it but nothing in J2ME. I have a J2ME certificate and don't have Symbian C++ certificate.
Thanks in advance, Ashish.
Unless the device manufacturer has extensions to allow this, it is not possible to uninstall JavaME midlets from JavaME code.
精彩评论