Re: [SailfishDevel] Getting SMS notifications
SMSListener::SMSListener(QObject *parent) : QObject(parent) { QDBusConnection::systemBus().connect("", "", "org.ofono.MessageManager", "IncomingMessage", this, SLOT(on
[SailfishDevel] Getting SMS notifications
Hello, I am trying to build an application that triggers an alarm when a particular word is written in a SMS. The first step is to be warned whan a SMS is received. I have searched but I can't find how to do that. I have an application using telepathy-qt to send an SMS, so I guess that it is also