Call url-scheme using without automatic dialing

How can I use the follow command:
[lua]
system.openURL (“tel:1-700-030-030”)
[/lua]
in order there will not be an automatic dial action to the phone number “1-700-030-030”?
I just want the device native phone application will be opened, and the “1-700-030-030” text will be written there (w/o make a call).

In building.settings I use the next Android permission:
[lua]
“android.permission.CALL_PHONE”
[/lua]
maybe I should use other permission instead.

Thanks. [import]uid: 172733 topic_id: 37050 reply_id: 67050[/import]

Hi Tatiana,
Unfortunately what you intend to do is not currently supported in Corona. We are launching an intent with the android.content.Intent.ACTION_CALL which will dial the phone number but for what you want we would have to change it to android.content.Intent.ACTION_DIAL. [import]uid: 223243 topic_id: 37050 reply_id: 145334[/import]

Hi @dchan, thanks for the quick and clear response.
Tatiana [import]uid: 172733 topic_id: 37050 reply_id: 145348[/import]

Hi Tatiana,
Unfortunately what you intend to do is not currently supported in Corona. We are launching an intent with the android.content.Intent.ACTION_CALL which will dial the phone number but for what you want we would have to change it to android.content.Intent.ACTION_DIAL. [import]uid: 223243 topic_id: 37050 reply_id: 145334[/import]

Hi @dchan, thanks for the quick and clear response.
Tatiana [import]uid: 172733 topic_id: 37050 reply_id: 145348[/import]