How to make a telephone call from Java Me
Making a telephone call from Java Me is not possible still. There is an API called JSR 253 called Mobile Telephony API but this is not supported by any of the mobile phone right now. No mobile phone manufacturer has even mentioned that whether they would include that in their mobiles in future or not.
As far as current scenario is concerned the only way to make calls through Java ME is through
platformRequest("tel:put the mobile number here")

