command
Version:
v0.0.6
Opens a new window with list of versions in this module.
Published: Mar 22, 2026
License: CC0-1.0
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
List all installed packages on the device.
Build:
GOOS=linux GOARCH=arm64 CGO_ENABLED=0 go build -o build/list_packages ./examples/list_packages/
adb push build/list_packages /data/local/tmp/ && adb shell /data/local/tmp/list_packages
Source Files
¶
Click to show internal directories.
Click to hide internal directories.