I want to write application which is connected with Contacts.
Scenario :
See the contact numbers so the user could click one any of them
My app will open.
This is where I got so far: I added the following to the manifest file -
<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>
The result is that I can see MyApp icon for all contacts instead of just these with phone numbers and when I select it I can see the contact name instead of its available numbers.
What I have to add to AndroidManifest in order do to see the contacts phone numbers or put a custom text there?
Check my question/answer that may help you, did work for me.
Integrate my app with Contact
Hope that helps
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With