I am using query method, but I don\'t no how to pass more than one selection argument in query method.
My query method should return result as same as this sql stat
You can use it like that
String strSelection = android.provider.CallLog.Calls.TYPE + " = " + CallLog.Calls.MISSED_TYPE+ " OR " + android.provider.CallLog.Calls.TYPE + " = " + CallLog.Calls.INCOMING_TYPE ;