[android-developers] Re: password mode

2009-07-30 Thread Dianne Hackborn
The user can change it if they want. You should generally leave it up to them, since inputting passwords on these devices can be difficult, and harder on some devices than on others. On Wed, Jul 29, 2009 at 10:53 PM, Shang Hao sahilz...@gmail.com wrote: Hi, It is observed that while

[android-developers] Re: password mode

2009-07-30 Thread Sahil Arora
HI Dianne, How can user change these settings?? Can u please elaborate a bit?? Thanks. On Wed, Jul 29, 2009 at 11:01 PM, Dianne Hackborn hack...@android.comwrote: The user can change it if they want. You should generally leave it up to them, since inputting passwords on these devices can be

[android-developers] Re: password mode

2009-07-30 Thread Dianne Hackborn
Show visible passwords in the Security location settings. On Wed, Jul 29, 2009 at 11:12 PM, Sahil Arora sahilz...@gmail.com wrote: HI Dianne, How can user change these settings?? Can u please elaborate a bit?? Thanks. On Wed, Jul 29, 2009 at 11:01 PM, Dianne Hackborn

[android-developers] Re: password mode

2009-07-30 Thread Sahil Arora
Hi Dianne, I found it...change the visible password checkbox in settings menu. Thanks again. On Wed, Jul 29, 2009 at 11:01 PM, Dianne Hackborn hack...@android.comwrote: The user can change it if they want. You should generally leave it up to them, since inputting passwords on these devices

[android-developers] Re: password mode

2009-07-30 Thread Marco Nelissen
Please don't hijack threads with unrelated questions. On Wed, Jul 29, 2009 at 11:16 PM, Dato bera ber...@gmail.com wrote: helo, in Java Se its tell me that files.length is 16 but when i run it in the android plathform tell me that there is 0 FTPClient f = new FTPClient();

[android-developers] Re: password mode

2009-07-30 Thread peter
On Jul 30, 1:53 pm, Shang Hao sahilz...@gmail.com wrote: Hi, It is observed that while entering text in password mode, first the text is displayed and then after 1 second the asterisk (star) is displayed Is there no way to directly display the asterisk?? code: