Aquaris E4.5 Ubuntu 版:可以从终端拨打电话吗?
答案1
只需使用以下号码启动应用程序:
dialer-app tel:///666 --desktop_file_hint=/usr/share/applications/dialer-app.desktop
(如何从命令行在 Mir 上运行应用程序:如何从命令行运行 mir 应用程序?)
在源代码中:
...
// do not call the number directly, instead only populate the dialpad view
QMetaObject::invokeMethod(mainView, "populateDialpad", Q_ARG(QVariant, value), Q_ARG(QVariant, QString()));
...