openclaw/apps
Vasanth Rao Naik Sabavat 1318276105 feat(android): add SMS sending capability to Android node
Add sms.send command to allow sending text messages via the paired Android device.

Changes:
- Add SmsManager class to handle SMS sending via Android SmsManager API
- Add ClawdisSmsCommand enum and Sms capability to protocol constants
- Wire sms.send command into NodeRuntime invoke handler
- Add SEND_SMS permission to AndroidManifest.xml
- Advertise sms capability when SEND_SMS permission is granted

The SMS capability is only advertised when the user has granted SEND_SMS
permission. Messages longer than 160 chars are automatically split into
multipart messages.
2026-01-04 13:58:05 +01:00
..
android feat(android): add SMS sending capability to Android node 2026-01-04 13:58:05 +01:00
ios feat: add node location support 2026-01-04 00:54:44 +01:00
macos chore: refresh protocol models 2026-01-04 07:07:21 +01:00
shared/ClawdisKit fix: render thinking text in italics 2026-01-04 02:44:11 +01:00