summaryrefslogtreecommitdiffstats
path: root/src/com/android/browser/BrowserSettings.java
diff options
context:
space:
mode:
authorJohn Reck <jreck@google.com>2011-08-17 10:15:16 -0700
committerJohn Reck <jreck@google.com>2011-08-17 10:15:16 -0700
commit56c1fcf7774d4ee943fbda808e37840459502e20 (patch)
treef725280af996ef8fbaa6ccf2f672460395c5a040 /src/com/android/browser/BrowserSettings.java
parent86bc0480945215da742f423cda4e35b858f53cea (diff)
downloadpackages_apps_Browser-56c1fcf7774d4ee943fbda808e37840459502e20.zip
packages_apps_Browser-56c1fcf7774d4ee943fbda808e37840459502e20.tar.gz
packages_apps_Browser-56c1fcf7774d4ee943fbda808e37840459502e20.tar.bz2
Faster all the things!
Bug: 5177959 Improve browser startup. Elinate IO access on UI thread during startup by removing the super legacy ClearThumbnails task. Also rework how the hardware acceleration debug setting works to remove the requirement for initialized BrowserSettings in onCreate Change-Id: I4c1014d380827af4833586e6a3ae842fd59aa48b
Diffstat (limited to 'src/com/android/browser/BrowserSettings.java')
-rw-r--r--src/com/android/browser/BrowserSettings.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/com/android/browser/BrowserSettings.java b/src/com/android/browser/BrowserSettings.java
index ad42146..d4f1ba3 100644
--- a/src/com/android/browser/BrowserSettings.java
+++ b/src/com/android/browser/BrowserSettings.java
@@ -405,7 +405,6 @@ public class BrowserSettings implements OnSharedPreferenceChangeListener,
}
public boolean isDebugEnabled() {
- requireInitialization();
return mPrefs.getBoolean(PREF_DEBUG_MENU, false);
}