Settings.propTVBrowserVersionIsStable.setBoolean(VERSION.isStable());
final Splash splash;
if (mShowSplashScreen && Settings.propSplashShow.getBoolean()) {
splash = new SplashScreen(
Settings.propSplashImage.getString(),
Settings.propSplashTextPosX.getInt(),
Settings.propSplashTextPosY.getInt(),
Settings.propSplashForegroundColor.getColor());
}