我想做同样的文章:"how to obtain contact list in qt",,但使用qt5.2。我不能使用qt-联系人,因为这个版本没有。
发布于 2017-01-11 12:54:48
在android上,您需要使用QAndroidJniObject调用java代码并将联系人返回到c++,您可以在我的github回购https://github.com/tripolskypetr/qmlcontactlist上看到示例项目。
https://stackoverflow.com/questions/22384207
复制相似问题