notifyDestroyed() method is called by the MIDlet to notify AMS that it want to go to the Destroyed State. once this notification is received by the AMS, it will asssume that the MIDlet has already done all the resources clearing process before calling notifyDestroyed() method.
Therefore is it going to kill the MIDlet rather than calling destroyApp() method.