[android-developers] Re: Any way to transfer Android ID from App environment to Browser on Android phone

2009-08-13 Thread Mark Murphy
rch wrote: > If I build my own app I definitely have access to Android ID, but my > main question was if I did not use any app and went to www.cnn.com is > there a way to pass ANDROID_ID to cnn.com? Oh, I sure hope not. That would invite many privacy-related lawsuits. > Basically all the apps e

[android-developers] Re: Any way to transfer Android ID from App environment to Browser on Android phone

2009-08-13 Thread rch
Mark: If I build my own app I definitely have access to Android ID, but my main question was if I did not use any app and went to www.cnn.com is there a way to pass ANDROID_ID to cnn.com? Basically all the apps even though they have their own sandboxes etc have the ability to log a unique device

[android-developers] Re: Any way to transfer Android ID from App environment to Browser on Android phone

2009-08-13 Thread Mark Murphy
rch wrote: > Is there a way to access System.ANDROID_ID on webkit browser on > Android phone G1? Build your own app, embedding the WebView browser widget, and you can expose that information via addJavascriptInterface()...to any Web page on the planet that chooses to look that you bring up in the