|
|
От: | Harvat | |
| Дата: | 30.10.18 11:45 | ||
| Оценка: | |||
super.onCreate();
Log.d("###", "service:oncreate");
try
{
this.mUserAgent = new WebView(getApplicationContext()).getSettings().getUserAgentString();
}
catch (Exception localException1)
{
....................
}