Contacts: Fix fail to show device account contacts

Login exchange account and then add contacts to device account, we can
see nothing when select device account. The query SQL contains invalid
column "account_type" when use "Contacts.CONTENT_URI" as query URI.

Using "Data.CONTENT_URI" instead of "Contacts.CONTENT_URI" can fix it.

Change-Id: I0360317324d96206cc0643d0aad40a9edbffb7f4
CRs-Fixed: 2452086
1 file changed