[android-beginners] Re: How to send uppercase letter using InstrumentationTestCase.sendKeys() ?

2009-09-02 Thread Balwinder Kaur (T-Mobile USA)
Did you try KEYCODE_SHIFT_LEFT or KEYCODE_SHIFT_RIGHT ? Balwinder Kaur Open Source Development Center ·T· · ·Mobile· stick together The views, opinions and statements in this email are those of the author solely in their individual capacity, and do not necessarily represent those of T-Mobile

[android-beginners] Re: How to send uppercase letter using InstrumentationTestCase.sendKeys() ?

2009-09-02 Thread Yasser
Thanks Balwinder. Passing the character after SHIFT_LEFT or SHIFT_RIGHT did the job. Isn't there any single method which can be used to send any character type including special? something like sendKeys(@Abc) On Sep 2, 8:23 am, Balwinder Kaur (T-Mobile USA) balwinder.k...@t- mobile.com wrote: