when I examine the intent raised by clicking on a suggestion provided
by a custom suggestion provider it looks like this

launching Intent {
act=android.intent.action.VIEW
dat=http://www.google.com
flg=0x10000000
cmp=com.ai.android.search.custom/.SearchActivity (has extras)
}

This is assuming that I have an intent action column and also intent
data column. My hope was that when a user clicks on the suggestion
there will be an intent with out the explicit "component" in it
allowing the invocation of the browser.

Is that always the case? Is that a security restriction?

Your comments are much appreciated.
Satya

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to