RemindersCollector

Permissioned collector for SignalCategory.Reminders.

Reports the reminder count via the CalendarContract content provider. Only the aggregate count is read — never reminder content.

Privacy: reminder count hints at task-management habits; no reminder content is accessed. Gated behind PermissionKind.Reminders.

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 the aggregate reminder-count signal for this category.