FontsCollector

Passive collector for SignalCategory.Fonts.

Reports the system font count (Android 10+), a hashed sample of font file names, generic typeface probes and default-typeface mapping via android.graphics.fonts.SystemFonts and Typeface.

Privacy: the system font inventory is a web-style fingerprint vector; font file names are hashed. No runtime permission required.

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 font-inventory signals for this category.