Documentation
¶
Overview ¶
Check satellite telephony readiness by querying the telephony service.
Queries the ITelephony proxy for radio state, data connectivity, network type, SIM presence, and satellite PLMNs. These are the prerequisite checks before satellite telephony can be used.
Build:
GOOS=linux GOARCH=arm64 CGO_ENABLED=0 go build -o build/satellite_check ./examples/satellite_check/ adb push satellite_check /data/local/tmp/ && adb shell /data/local/tmp/satellite_check
Click to show internal directories.
Click to hide internal directories.