Answer the question
In order to leave comments, you need to log in
Android add my icon to QuickContact bar?
Hello habra society. I have a question about contacts in android.
You need to add your icon to the QuickContact bar, but only for those contacts that have numbers.
I tried with
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<data android:mimeType= "vnd.android.cursor.item/name" />
</intent-filter>
But that doesn't work because the icon is created for all contacts (I'm trying to create my own mimeType and an entry in the ContactsContract.Data table).
I would be grateful if someone shows an example or prompts in which direction to dig.
PSdeveloper.android.com/guide/topics/providers/conta... already read.
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question