Appeler le 0601020304 :
try { MIDlet.platformRequest("tel:+33601020304"); } catch (ConnectionNotFoundException e) { e.printStackTrace(); }
Utiliser la fonction téléphoner (phone call) depuis un MIDlet J2ME
Appeler le 0601020304 :
try { MIDlet.platformRequest("tel:+33601020304"); } catch (ConnectionNotFoundException e) { e.printStackTrace(); }