Fix StrictMode violation in WebsiteSettingsActivity

WebsiteSettings was querying the bookmarks database on
the UI thread. This is a strict mode violation so move
that database read into an AsyncTask.

Change-Id: I4f27dc2ec3cb842fe09591a0ee406f8af61d3022
1 file changed