MIDlet-Name should use app name not module name
Brought to you by:
jiggak
Currently, the MIDlet-Name takes on the module name, not the application name. MIDlet-Name is used as the name of the application in the Applications List, and this should correspond with the application name, not the module name. This change just makes it use the application name instead.
MIDlet-Name should use name not output