dan raaka wrote:
> I wanted to the browser ua string.
> i am writing an app to programmatically verify the uastring to see if
> the oem has changed it from the standard android ua string. 

Step #1: Write a rudimentary HTTP server in Android.

Step #2: Point the browser to your HTTP server's port (e.g.,
http://127.0.0.1:8080)

Step #3: Read the User-Agent header

Step #4: Shut your HTTP server down before somebody gets hurt

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://twitter.com/commonsguy

_Android Programming Tutorials_ Version 1.0 In Print!

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to