How do you get Android Intent for showing "QuickContact"? -
i'm working on first android application, , trying intent quickcontact panel. somewhere had found mention of method quickcontact.getquickcontactintent(...). when try use it, tells me undefined type quickcontact. after googling several days, find bunch of pages using in code, nothing how use or imports necessary or anything. how use method? need intent used launch panel.
i've included following import in file:
import android.provider.contactscontract.quickcontact; alternatively, other method use quickcontact intent passing expecting intent? looking pass intent in cursor livefolder provider.
i developing against google apis level 9, platform number 2.3.1. thanks!
use widget onupdate() , onrecieve() events communicate remoteview explained here. documented source of discussion here if want reading material. can't begin assume why you're trying intent, or how created contactcontract.quickcontact object you're referring to. little more information might few more views, , alternate solutions; if doesn't consider posting bit more info.
Comments
Post a Comment