1
I would like to know how to get the Android version number in which my application using Webview is running, to put in 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)");
In which X.X.X would be the version of Android.
Your question is about how discover the version of Android?
– Pablo Almeida
Yes and put the user agent inside that function there.
– user41630
Your edition invalidated my answer and made your question even wider. Reverti to the previous version.
– Pablo Almeida
Your reply helped, thank you!!!
– user41630