Appeler le 0601020304 :

try {
	MIDlet.platformRequest("tel:+33601020304");
} catch (ConnectionNotFoundException e) {
	e.printStackTrace();
}
Ressources :