Невозможно вызвать SMS на Blackberry Z10

Я пытаюсь вызвать SMS из BlackBerry через QML при нажатии кнопки, но отображается ошибка. Это мой код

    Button {
id:smsTrigger
onClicked: {
smsSendInvocation.query.updateQuery();
smsSendInvocation.trigger(smsSendInvocation.query.invokeActionId);
}
}

attachedObjects: [

Invocation {
id: smsSendInvocation
query.mimeType: "application/text_messaging"query.invokeTargetId: "sys.pim.text_messaging.smsuri"query.invokeActionId: "bb.action.COMPOSE"query.data: "body::Hello world!
to:json:[\"2125551212\",\"9785551234\"]"
}]

Это ошибка, которую он показывает

InvocationWrapper::onQueryFinished: no matching result from Menu Service for query
mimeType="application/text_messaging"uri=QUrl("")
data= "body::Hello world!
to:json:["2125551212","9785551234"]"metadata= QMap()
perimeter= 0
action= "bb.action.COMPOSE"target= "sys.pim.text_messaging.smsuri"invokerIncluded= false
InvocationPrivate::onQueryResolved: no result matching query, no armed signal sent

Любая помощь приветствуется. Спасибо

1

Решение

Задача ещё не решена.

Другие решения


По вопросам рекламы ammmcru@yandex.ru
Adblock
detector