语言

Menu
Sites
Language
is native missing call history API?

I have very recently started making tizen apps and I have to get the call history from my call logs.. Is there a call history API in the native development domain I can use to get the call history from my phone or is there any workaround I have to implement? Please any kind of help is appreciated. I know there is a web call history API but I am reluctant to use it so if there is a way using native please help

响应

3 回复
Nafisul Islam Kiron

Please take a look at this link:

https://developer.tizen.org/development/api-tutorials/native-application/social/contacts#pl_get

 

There is a sample app in Tizen IDE:

Open Tizen IDE > File > New > Project > Tizen Native Project > Online Sample > Social > (Tutorial) Contacts

 

Also there is a demo application in this link:

http://download.tizen.org/sdk/samples/online/Native/MN_contacts/MN_contacts.zip

Yo Shakya

None of those links are working

Safwan

Hello, I found that tutorial page residing in this link now:

https://developer.tizen.org/ko/development/guides/native-application/personal-data/contacts

And The two samples stated are still there.