perform a raw query on Android's call log db -


i perform raw query on android's call log db (android.provider.calllog.calls.content_uri).

*in case, i'd perform "sum" query "group by"

i've read lot of posts doing with

getcontentresolver().query(android.provider.calllog.calls.content_uri , ...) 

but not seem work (at least, read, since android ics)

can done? there alternatives?


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

jquery - Fancybox - apply a function to several elements -

An easy way to program an Android keyboard layout app -