I am trying to get Contact default profile image in Android, in many Android devices the Contact profile default image path is
content://com.android.contacts/contacts/1209/photo
However, that path does not work on all devices. For example, in Samsung Galaxy S4 the above default image path is different.
I could not get a proper answer by searching. For example, a similar question "Retrieve System Default Android Contact Picture" does not address the problem I am facing.
In the following image there are two types of profile images, one is default and the second is custom:
So, how to get Contact profile default image path from every device?