mirror of
https://github.com/budtmo/docker-android.git
synced 2026-02-06 11:26:45 +00:00
16 lines
267 B
Markdown
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.
|
||
|
|
|
||
|
|

|
||
|
|
|
||
|
|
|
||
|
|
[<- BACK TO README](../README.md)
|