GpuCollector

Passive collector for SignalCategory.Graphics.

Reports the graphics hardware platform, board, SoC manufacturer/model (Build) and the OpenGL ES version, GL renderer/vendor and hashed GL extension list via collectGlesFingerprint.

Privacy: GPU renderer/vendor strings are among the strongest passive fingerprint signals; no runtime permission is required to read them.

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 graphics/GPU signals for this category.