Fix StrictMode violation.

Currently we load the data about the phone calls on the UI thread.
Instead, start an async task that loads the data and then updates the UI
onPostExecute.

Bug: 4968959
Change-Id: I117c0794268592cc60767012175253fa43cda65a
1 file changed