Documentation
¶
Overview ¶
Query device information: thermal status, GNSS hardware, input devices, network interfaces, vibrator capabilities, screensaver state.
Build:
GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -o build/device_info ./examples/device_info/ adb push device_info /data/local/tmp/ && adb shell /data/local/tmp/device_info
Click to show internal directories.
Click to hide internal directories.