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
Post a Comment