Move access to the WebIconDatabase from the UI thread.

the retainIconsOnStartup function was accessing the
WebIconDatabase on the UI thread which is a strict mode
violation. Move that database access into an AsyncTask.

Change-Id: I4f03680d00b7678a89e41f94201ca5309891a8d9
1 file changed