Extract system default image path for Android (address)

I am trying to get the default contact default profile image on Android, on many Android devices the default contact profile image path

content://com.android.contacts/contacts/1209/photo

However, this path does not work on all devices. For example, in the Samsung Galaxy S4, the above path is different by default.

I could not get the correct answer by doing a search. For example, a similar question, “Restore the default picture of Android Contact Picture” does not address the problem that I encountered.

In the following image there are two types of profile images: the default and the second - custom:

profile images

, ?

+4
1

. .

:

google png- ,

    <QuickContactBadge
    android:id="@+id/contactavatar"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:src="@drawable/defaultimage"/>
+1

All Articles