thesaurus & dictionary > Support > Dictionary intent from am

Search

Topic closed
User Post
Roshan Xameer
1 post(s)


How can I query words via intents with am. I have already tried

"am start --user 0 -p livio.pack.lang.en_US -a intent.ACTION_SEARCH -es SearchManager.QUERY hello"

But it didn't work...


29-Jul-17, 11:11:39 Rispondi | Citazione | Report spam
admin
145 post(s)


Web site
I wonder why 'am', normally intent should be launched by another Android application, as described here: http://thesaurus.altervista.org/dictionary-android

Btw, please use the following command, pay attention to double hyphens and quotes:

am start --user 0 -a "android.intent.action.SEARCH" --es "query" "hello" "livio.pack.lang.en_US"


31-Jul-17, 18:14:55 Rispondi | Citazione | Report spam