summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
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 /AndroidManifest.xml
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 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index e21c539..ae84d79 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -66,7 +66,6 @@
android:alwaysRetainTaskState="true"
android:configChanges="orientation|keyboardHidden|keyboard|screenSize"
android:theme="@style/BrowserTheme"
- android:hardwareAccelerated="false"
android:windowSoftInputMode="adjustResize" >
<intent-filter>
<action android:name="android.speech.action.VOICE_SEARCH_RESULTS" />