Qt 6.11 is out! See what's new in the release
blog
get contacts list
Mobile and Embedded
4
Posts
3
Posters
1.6k
Views
3
Watching
-
Hi
Is there any way to get contacts list or call log of android devices by using qt5.4?
I searched a lot and I did not find a way that work. I Know that there is QtMobility, but it dose not work!
Please help me by an example, thanks.@me2bits AFAIK you will need to call Java API's from Qt. Have a look at QtAndroidExtras and this.
-
@me2bits AFAIK you will need to call Java API's from Qt. Have a look at QtAndroidExtras and this.
-
Hi,
there is an option now in the V-Play SDK:
nativeUtils.getContacts() will return all the phones contacts in the address book on iOS & Android!Cheers, Chris