Is there a way to retrieve Browser\'s user-agent without having a WebView in activity?
WebView
I know it is possible to get it via WebView:
Since Android 2.1 you should use System.getProperty("http.agent");
You also dont need to create a WebView first AND , thats the advantage, you can use it inside a non-uithread.
greetings steve