Re: [android-developers] Call Duration tracking

2013-04-22 Thread Asheesh Arya
http://stackoverflow.com/questions/4422410/how-to-implement-a-contentobserver-for-call-logs On Tue, Apr 9, 2013 at 7:42 PM, samramub...@gmail.com wrote: Can any one tell me,is there any method to get call duration when any call ended up ?? actually i want to save call duration into the data

Re: [android-developers] call duration...?

2012-01-08 Thread Abhilash baddam
Hi, I am calling a phone number through intent..like Intent intent = new Intent(Intent.ACTION_CALL); intent.setData(Uri.parse(tel:123456)); startActivityForResult(intent, 1); how can i find the call duration means whenever the person has been answered the call and whenever he dropped the

Re: [android-developers] call duration...?

2012-01-04 Thread Abhilash baddam
Hi narendra, I tried as per your suggestion thanks. But i was strucked to find out whether the outgoing call has been answered. On 1/4/12, Narendra Bagade bagadenaren...@gmail.com wrote: refer related content provider like call log. On Wed, Jan 4, 2012 at 12:26 PM, Abhilash baddam

Re: [android-developers] call duration...?

2012-01-03 Thread Narendra Bagade
refer related content provider like call log. On Wed, Jan 4, 2012 at 12:26 PM, Abhilash baddam abhilash.androiddevelo...@gmail.com wrote: Hi, I want to know the call duration, when I called to other number and when that call-ends. How can i get the call duration...? -- You received this