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]