From 9c609f9030740f95188535e7a07ea27239d60968 Mon Sep 17 00:00:00 2001 From: Mark Murphy Date: Tue, 9 Dec 2014 09:30:43 -0500 Subject: [PATCH] updated to better handle WebView changes on 4.4+ --- .../src/com/commonsware/android/webkit/BrowserDemo3.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WebKit/Browser3/src/com/commonsware/android/webkit/BrowserDemo3.java b/WebKit/Browser3/src/com/commonsware/android/webkit/BrowserDemo3.java index 9e9abc98b..eb4ea5b44 100644 --- a/WebKit/Browser3/src/com/commonsware/android/webkit/BrowserDemo3.java +++ b/WebKit/Browser3/src/com/commonsware/android/webkit/BrowserDemo3.java @@ -1,5 +1,5 @@ /*** - Copyright (c) 2008-2012 CommonsWare, LLC + Copyright (c) 2008-2014 CommonsWare, LLC Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0. Unless required @@ -36,7 +36,7 @@ public void onCreate(Bundle icicle) { void loadTime() { String page= - "" + "" + DateUtils.formatDateTime(this, new Date().getTime(), DateUtils.FORMAT_SHOW_DATE | DateUtils.FORMAT_SHOW_TIME)