Re: [android-developers] Retrieve Contact Photo type

2010-08-30 Thread Pedro Elvas
Hi Carlo, Take a look in the source code of JPEGImageReaderSpi http://www.docjar.org/html/api/com/sun/imageio/plugins/jpeg/JPEGImageReaderSpi.java.html and PNGImageReaderSpi http://www.docjar.org/html/api/com/sun/imageio/plugins/png/PNGImageReaderSpi.java.html (j2se). These classes have a method

Re: [android-developers] How to secure passwords

2010-05-07 Thread Pedro Elvas
Hi MSChoi It seems its now part of openIntents project. http://www.openintents.org/en/node/205 http://code.google.com/p/android-passwordsafe/ []s On Fri, May 7, 2010 at 9:59 AM, MSChoi moon_...@hotmail.com wrote: What is the secure way to store passwords on android device? I found same