I would like to know how to get the version number of Android in which my application that uses WebView is running, to put in the UserAgent, as in the code below:
mWebView.getSettings().setUserAgentString("Mozilla/5.0 (Linux; App Mobile Android X.X.X; App v1.0)(KHTML, like Gecko)");
X.X.X would be the Android version.