Documentation
¶
Overview ¶
List accounts on the device via AccountManager.
Queries the "account" service for registered authenticator types (Google, Samsung, etc.) and displays their metadata.
Build:
GOOS=linux GOARCH=arm64 CGO_ENABLED=0 go build -o build/account_manager ./examples/account_manager/ adb push build/account_manager /data/local/tmp/ && adb shell /data/local/tmp/account_manager
Click to show internal directories.
Click to hide internal directories.