Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 267 Bytes

USE_CASE_SMS.md

File metadata and controls

15 lines (9 loc) · 267 Bytes

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.

sms

<- BACK TO README