Skip to content
This repository was archived by the owner on Jun 18, 2023. It is now read-only.

denzilferreira/com.aware.plugin.contacts_list

Repository files navigation

AWARE: Contacts List

Release

Collects a snapshot of participants' contact list information on a daily basis.

Settings

  • status_plugin_contacts: (boolean) activate/deactivate plugin
  • frequency_plugin_contacts: (integer) interval between data snippets, in days. Default is every 1 day.

Providers

Ambient Noise Data

content://com.aware.plugin.contacts_list.provider.contacts_list/plugin_contacts

Field Type Description
_id INTEGER primary key auto-incremented
timestamp REAL unix timestamp in milliseconds of sample
device_id TEXT AWARE device ID
name TEXT contact's name
phone_numbers TEXT a JSONArray with all assigned phone numbers as a JSONObject {'type', 'number', 'hash'} where hash is the same as in call logs.
emails TEXT a JSONArray with all assigned emails as a JSONObject {'type', 'email'}
groups TEXT a JSONArray with all assigned contact groups with JSONObject {'type'}
sync_date REAL timestamp of snapshot

About

This plugin collects a snapshot of the participant's contact list information. The phone numbers are hashed with the same strategy as the call logs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages