prajitdas / SPrivacy

Android project to provide privacy controlled data.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fake contacts data not accessible from URI

prajitdas opened this issue · comments

The URI that was being accessed through for the fake data was referencing to the name column. However, it seems we cannot have a string at the end of the URI because it references the row to be accessed and the row refers to the _ID column which is an integer.

Fixed this issue by ensuring the call is made with ID only