mirror of
https://github.com/kacos2000/Queries
synced 2024-11-13 19:10:42 +00:00
Android 7 calllog.db calls query
This commit is contained in:
parent
2944f8f1cc
commit
4e5d5f4aa1
@ -64,7 +64,7 @@ case numbertype --cached number type (Home, Work, etc) associated with the phone
|
||||
formatted_number,
|
||||
post_dial_digits, --post-dial portion of a dialed number
|
||||
name,
|
||||
duration, --The duration of the call in seconds
|
||||
time(duration,'unixepoch') as 'duration', --The duration of the call in seconds
|
||||
datetime(date/1000, 'unixepoch','localtime') as 'call_date', --The date the call occured, in milliseconds since the epoch
|
||||
datetime(last_modified/1000, 'unixepoch','localtime') as 'lastmodified',--The date the row is last inserted, updated, or marked as deleted, in milliseconds since the epoch
|
||||
photo_id,
|
||||
|
Loading…
Reference in New Issue
Block a user