Re: [android-developers] Re: security exception while reading call logs?

2011-05-26 Thread Hitendrasinh Gohil
Hi , my problem solved with following code.and just define in android manifest. private void readCallLogs() { try { long dialed; String columns[]=new String[] { CallLog.Calls._ID, CallLog.Calls.NUMBER,

[android-developers] Re: security exception while reading call logs?

2011-05-26 Thread Senthil ACS
We delete call logs for one of our use cases and it works. We use these two permissions. And it must work for query as well. Senthil On May 26, 9:43 am, Hitendrasinh Gohil wrote: > hi, > > i have already set READ_CONTACT in manifest. -- You received this message because you are subsc