Hi all,
I m changing the app. icon using HomeScreen.updateIcon(bitmap) when app. is in background.
Now how to fire click event when I click on this new app. icon like when I click on previous app. icon (which is set through Project Properties-> Resources) main() is invoked.
I have set my main project as CLDC app & m using an alternative entry point which is started at startup but dont have any Resources.
Any system defined Class is there to handle this updatedIcon issue?