openURL crashes my App

When I Use the following:

function phoneMe( event )   
 system.openURL( "tel:1212312312312" )  
 return true   
end   
  
fonButton:addEventListener ( "tap", phoneMe )  

My Android App crashes. Any hints? I can’t finish my little App without the possibility to make Calls …

thanx in advance

ChromeD [import]uid: 57755 topic_id: 10361 reply_id: 310361[/import]

Did you set your Android permissions in your build.settings? You probably need at least CALL_PHONE. [import]uid: 6787 topic_id: 10361 reply_id: 37859[/import]

Ah, sure. Thanx for pointing me on this … I forgot that … thanx for the help. cheers [import]uid: 57755 topic_id: 10361 reply_id: 37887[/import]