0

When I use ContentResolver.query(Calls.CONTENT_URI, null, Calls._ID = 'call ID here', null,null); the text (logtype=100 OR logtype=500) is added to the query.

what do 100 and 500 mean ?

kairen
  • 235
  • 3
  • 13
  • http://stackoverflow.com/questions/12445430/samsung-device-returns-text-messages-when-querying-for-call-log – Ainius Apr 02 '13 at 06:12

1 Answers1

-1

I suppose you have a Samsung Android device. Look here: 100 is for voice calls. SMS are duplicated as Calls(Samsung galaxy S II)

Community
  • 1
  • 1
user2116122
  • 13
  • 1
  • 7