ImportPasswordsFromGoogle

Importing passwords from Google Password Manager.

The web flow itself is a screen, not a method here: start AutofillScreens.AutofillImportPasswordsScreen for result and read what comes back with parseResult.

Types

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Progress of the import itself, which continues after the web flow returns ImportPasswordsResult.Success. Replays its most recent value, so a collector that starts late still sees a finished import.

Link copied to clipboard
abstract suspend fun isSupported(): Boolean

Whether this device can run the import web flow at all.

Link copied to clipboard

Reads the outcome out of the intent the import screen returns.