prajitdas / SPrivacy

Android project to provide privacy controlled data.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Clicking on a contact in the fake contact list crashes the app

prajitdas opened this issue · comments

This is happening because the actual data does not exist in the Contacts.Data.CONTENT_DIRECTORY
Checkout line 1639 in the class android.provider.ContactsContract.Contacts.Data

had to create more columns and it works now