Hi,
Inside TextView.java, I have the following code.
InputMethodManager imm = (InputMethodManager)getContext
().getSystemService(Context.INPUT_METHOD_SERVICE);
Log.d("tag", " fullscreenmode test: " + imm.isFullscreenMode());
and also,
InputMethodManager imm = InputMethodManager.peekInstance();
Log.d("tag", imm.isFullscreenMode());
My phone is in landscape mode. My application has an EditText. My
keyboard(virtual/soft) is not visible. I expect the above codes
(written inside TextView.java) to print false. But it prints true. How
is that possible? Any comments?
Thanks.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---