summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorPatrick Scott <phanna@android.com>2010-03-09 16:02:08 -0500
committerPatrick Scott <phanna@android.com>2010-03-11 10:19:12 -0500
commitc1cf63a4c15ad81f4d19e10574e9dba91f0b83e4 (patch)
tree3233b47f7524012efdfe7e48a5756711e21f11fe /AndroidManifest.xml
parentf739271c1cf974a1057a9a8a3f42b89937836228 (diff)
downloadpackages_apps_Browser-c1cf63a4c15ad81f4d19e10574e9dba91f0b83e4.tar.gz
packages_apps_Browser-c1cf63a4c15ad81f4d19e10574e9dba91f0b83e4.tar.bz2
packages_apps_Browser-c1cf63a4c15ad81f4d19e10574e9dba91f0b83e4.zip
Request icons in the background.
BrowserBookmarksAdapter does not need to request bookmark icons as most of the bookmarks have up-to-date icons. We still need to request all icons on start up because a new icon may be loaded as a result of clicking a history items. Move the icon request to a background thread to not block the ui thread on large db lookups. Remove MostVisitedActivity as it is no longer used. Bug: 2496872 Change-Id: I378dce8fdb7e825da96594cd31b720ea24758af1
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml2
1 files changed, 0 insertions, 2 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 49dd97f48..e3e64d4a5 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -133,8 +133,6 @@
<activity android:name="BrowserBookmarksPage" android:label="@string/bookmarks"
android:launchMode="singleTop" android:configChanges="orientation|keyboardHidden">
</activity>
- <activity android:name="MostVisitedActivity" android:label=""
- android:launchMode="singleTop" android:configChanges="orientation|keyboardHidden"/>
<activity-alias android:name="ShortcutBookmarksPage"
android:targetActivity="BrowserBookmarksPage"