How to get a phone call coming signal in qml?
QML and Qt Quick
3
Posts
2
Posters
2.0k
Views
1
Watching
-
wrote on 5 Mar 2012, 03:12 last edited by
I want to get the phone call coming signal and phone call finished signal so I can pause and resume my music playing app.
Anyone know where to find this. I check qt mobility qml and find nothing there.
Thank you.
-
wrote on 13 Mar 2012, 10:29 last edited by
Unfortunately the Telephony Events API was removed from Mobility at 1.1-Beta. It therefore depends entirely on whether the platform you're aiming for makes this information available in C++.
-
wrote on 13 Mar 2012, 13:28 last edited by
Thank you. And I find something here.