[android-beginners] Re: How can I store call actions(Incoming, Dialled, Missed)

2009-04-13 Thread ak_
I know that content provider is suitable to share data but if they are your own data. How can i take call actions informations ? ? ? On 13 Nisan, 15:22, ak_ karako...@gmail.com wrote: Hi. How can i store call actions/informations (incoming, dialled, missed) through my application. I want

[android-beginners] Re: How can I store call actions(Incoming, Dialled, Missed)

2009-04-13 Thread Arnaud Weber
The sms and call application is not part of the sdk. It's from another project that is installed as default and open sourced. Unfortunately it's very badly documented. This project contain a TelephonyProvider. I've never used it so i'm not sure it's gonna fit your needs but that's worth to take a

[android-beginners] Re: How can I store call actions(Incoming, Dialled, Missed)

2009-04-13 Thread Adem KARAKOLLU
Thank you.i found my answer in content providers of android.providers.calls / callLog This is a content providers. I m trying to see results. Thank you. On Mon, Apr 13, 2009 at 3:58 PM, Arnaud Weber arnaud...@gmail.com wrote: The sms and call application is not part of the sdk. It's from