SignalCategory
Enumerates every fingerprintable data category AndroWatch probes on the device.
Each entry couples a category with its Sensitivity tier (which governs whether a runtime permission or explicit user opt-in is required) and, for permissioned categories, the PermissionKind that must be granted before collection runs.
Categories are grouped by tier:
Passive — readable with no runtime permission (e.g. SystemInfo, Display).
Permissioned — gated behind a runtime permission (e.g. Location, Cameras).
Advanced — high-signal or intrusive probes requiring explicit opt-in (e.g. InstalledAppsProbe, WebViewFingerprint).
See also
Entries
Properties
Functions
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared.