diff options
author | Matt Porter <mporter@konsulko.com> | 2017-05-16 16:14:30 -0400 |
---|---|---|
committer | Matt Porter <mporter@konsulko.com> | 2017-05-19 10:01:02 -0400 |
commit | ed2a6d1359b7967d56172c0a37660181722a2019 (patch) | |
tree | 67b7145462a64774cce87a420a2951f9c9c73697 /app/phone.qrc | |
parent | 676ce330cfa62121c9cd68b29fec5dd2458b9eee (diff) |
Dial and hangup from a voice call using the dial pad
Adds support for initiating and hanging up a voice call from the
phone app dial pad. This support leverages the basic telephony
binder API and pulseaudio as an ofono agent.
AGL-Bug: SPEC-597
Change-Id: I94e8c64a76164f04c6573d7126a8cc725b3c679d
Signed-off-by: Matt Porter <mporter@konsulko.com>
Diffstat (limited to 'app/phone.qrc')
-rw-r--r-- | app/phone.qrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/phone.qrc b/app/phone.qrc index 50b3140..fccf1c8 100644 --- a/app/phone.qrc +++ b/app/phone.qrc @@ -2,6 +2,7 @@ <qresource prefix="/"> <file>Phone.qml</file> <file>Dialer.qml</file> + <file>api/Telephony.qml</file> <file>models/CallHistoryModel.qml</file> <file>models/ContactsModel.qml</file> <file>models/qmldir</file> |