Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 394 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 394 Bytes

SimpleTalker

Author

Nolan Lawson

License

WTFPL, although attribution would be nice.

Overview

Simple application, intended to be used from the command line to speak aloud some text. Can be used via adb like so:

adb shell am start -n com.nolanlawson.android.simpletalker/.MainActivity -e text "This is my text"