문제

I'm thinking of creating a modified soft keyboard.

My question: is it possible to determine how the soft keyboard has been invoked? Can the soft keyboard implementation figure out that it came from an input field in the FooBarBaz app, or from an input field in a browser pointed to http://www.foobarbaz.com/whatever.html ?

Or is the soft keyboard completely agnostic, in that it only knows that input is required, and will send that input back to the caller without ever knowing who is the caller?

도움이 되었습니까?

해결책

If it would know, that would be a huge security risk. You can read more about Android's Input Method at developer.android.com.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top