GoogleAccountCollector

Passive collector for SignalCategory.GoogleAccount.

Reports account authenticator types, Google-account presence, visible account count and (when readable) a hash of account names, all via AccountManager without GET_ACCOUNTS.

Privacy: account names are directly identifying and therefore hashed; without GET_ACCOUNTS most accounts are hidden, so counts largely reflect grant state.

APIs probed: AccountManager.getAuthenticatorTypes/getAccountsByType/accounts.

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 account-ecosystem signals for this category.