Fix StrictMode violation in PersonalPreferencesFragment

Reading account data with getAccountsByType() results in disk
IO and so is a strict mode violation. Move reading the
account data into an AsyncTask.

Change-Id: I258e35448190c8c66724438fcd24bc2a98794309
1 file changed