You've already forked docker-android
mirror of
https://github.com/izzy2lost/docker-android.git
synced 2026-03-10 11:37:45 -07:00
267 B
267 B
SMS
-
Example by using adb
docker exec -it android-container adb emu sms send <phone_number> <message> -
The user can also integrate it inside project using adb library.
