Hi

I had issues with the X10s IME in that it ignored particular IME flags
(http://developer.sonyericsson.com/wportal/devworld/forum?
cc=gb&lc=en).  You might be suffering from a similar issue.  I suggest
that you post to the SE forum and ask them directly (they confirmed my
findings).

Off the top of my head (I've not got the code in front of me at the
moment) I did find that I got the (my) required behaviour by passing
in Type_NULL (or something like that) into the IME configuration
method.  So, you *may* want to play about with the arguments and see
what comes out.  This, however, then leads to the issue that you've
got different config flags for different IMEs, and as far as I know,
you cannot determine which IME is actually in use.  You can, however,
find out which IMEs are present on the device, so you could apply some
sort of workaround if the device is an SE device (but that may affect
users of the standard Android IME on the SE phone...).

I'm not sure that you can enforce the use of the standard Android IME
because that's the responsibility of the user/security issue (also, it
might be a bit 'odd' when the IME is different to what they're
currently using).  I suppose you could show the IME picker and also
tell the user why you're doing that (but, again, that's not the best
solution).

I'd be interested to hear how you get on.

One last thing, you might want to get hold of Swype and Swiftkey to
try those IMEs out too...


On Jul 13, 9:19 pm, "[email protected]" <[email protected]> wrote:
> So Sony appears to have included their own IME with their xperia
> phones.
>
> I have an edit box for numerical input that i have specified as number|
> numberDecimal|phone
> It allows for easy number entry and allows users to enter in decimal
> numbers.   However the IME in the xperia phones is missing the decimal
> key.
> Is there a way to specify it should only be using the android IME?
>
> Can I specify resources for specific phones similar to how I can
> control resources for versions of android?

-- 
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