View Single Post
Old 04-08-2023, 08:52 AM   #191
Renate
Onyx-maniac
Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.
 
Posts: 4,035
Karma: 18026955
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
I looked through Golden Dictionary and it looks like there is no animations in there.
In fact, it explicitly turns off enter/exit animations.

I see a lot of animation stuff in kreader. I don't know why.

It did get me off on a tangent though.
There is no Android intent explicitly for dictionary lookup.
There are various searches or android.intent.action.PROCESS_TEXT

I had previously used android.intent.action.VIEW with a custom schema of "dictionary" in my own Lookup app.
That is "dictionary://trouble" looks for trouble.

Try this command in adb shell:
Code:
$ am start -a android.intent.action.PROCESS_TEXT -e android.intent.extra.PROCESS_TEXT hello -t text/plain
Mine shows up without animations (and asks me to download a dictionary).
Renate is offline   Reply With Quote