Re: [android-developers] Re: Unique Phone ID

2010-12-23 Thread Ryan Aviles
The MEID might be useful. I dont think this is the same as the ANDROID_ID On Thu, Dec 23, 2010 at 3:58 PM, John Gaby jg...@gabysoft.com wrote: You could use ANDROID_ID, but be warned that I have found devices that return null for this value.

Re: [android-developers] Android WebView

2010-12-13 Thread Ryan Aviles
You can store the images locally in your /data/data/package name/ directory or [preferred] an sd card directory. I believe WebView has security restrictions on loading file:/// images and files from an html page if the originated and loaded directly from the web. But if you download the html file