benlau / androidnative.pri

Calling Android functions from Qt without using JNI
Apache License 2.0
103 stars 15 forks source link

Feature to initiate calling or dialing a number #7

Closed rmallah closed 6 years ago

rmallah commented 6 years ago
(1) makeCall takes two arguments 'number' and 'intent'
(2) It allows to choose the intent ACTION_CALL or ACTION_DIAL
  via 'intent' parameter possible values: 'call' or 'dial'
benlau commented 6 years ago

Thx!