docker-android/documentations/USE_CASE_SMS.md
2023-05-09 19:34:44 +02:00

16 lines
267 B
Markdown

SMS
---
- Example by using adb
```bash
docker exec -it android-container adb emu sms send <phone_number> <message>
```
- The user can also integrate it inside project using adb library.
![sms](../images/use-case_sms.png)
[<- BACK TO README](../README.md)