CalendarCollector

Permissioned collector for SignalCategory.Calendar.

Reports calendar count and event count via the CalendarContract content provider. Only aggregate counts are read — never event titles, times or attendees.

Privacy: scheduling intensity is behaviorally identifying; no event content is accessed. Gated behind PermissionKind.Calendar.

See also

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
open override val category: SignalCategory

Functions

Link copied to clipboard
open suspend override fun collect(context: Context): List<FingerprintSignal>

Collects aggregate calendar signals for this category.