Re: [android-developers] how to add icon to Quick contact badge

2012-04-26 Thread hckr
I have an extension to the same question. I can invoke my application by using the intents. However, I want to add a separate icon for my application in QuickContactBadge. How can I do that? -hckr -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers] how to add icon to Quick contact badge

2012-04-11 Thread Live Happy
add those intent to ur manifest file one for sms and the other for call intent-filter android:priority=100 action android:name=android.intent.action.SENDTO / category android:name=android.intent.category.DEFAULT / data android:scheme=sms /

[android-developers] how to add icon to Quick contact badge

2012-04-10 Thread Shuki
How to integrate my app with existing/native contact manager? I looked through the forums but did not find the answer to the following question. When I run Contact app in my phone and then I click on the avatar, Quick Contact Badge(if I am not mistaken) shows up with some application to