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 #6

Closed rmallah closed 6 years ago

rmallah commented 6 years ago

This patch shall allow user to initiate a call from QML using makeCall (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'

rmallah commented 6 years ago

shall be re-submitted after proper code-formatting.