Er, that device doesn't have a physical keyboard, does it?  If it doesn't
have a physical keyboard, you would never ever have seen any such keys in
onKeyPreIme()...  because it has to be the IME that generates those keys
and that of course is not going to come before the IME.

Further, unless you are putting your focused view into the special legacy
text input mode, none of those characters would be delivered as key events
at all, they would be provided to the InputConnection through its API.

On Wed, May 30, 2012 at 3:41 AM, guich <[email protected]> wrote:

> Yes, it works from android 1.6 to 3.x.
>
> I have not tested this on other ISC devices.
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to [email protected]
> To unsubscribe from this group, send email to
> [email protected]
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>



-- 
Dianne Hackborn
Android framework engineer
[email protected]

Note: please don't send private questions to me, as I don't have time to
provide private support, and so won't reply to such e-mails.  All such
questions should be posted on public forums, where I and others can see and
answer them.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to