• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Search results

  1. D

    Activity inside TabHost not getting onNewIntent when SearchManager dismisses

    Hi, Folks. The documentation for the SearchManager says it will send an intent with the search string the user entered to the activity from which it was invoked. If that activity has set launchMode="singleTop" in the manifest, the intent will come in through the onNewIntent callback. I have...
  2. D

    SearchManager not calling onNewInstance when invoked from activity in a TabHost

    Hi, Folks. The documentation for the SearchManager says it will send an intent with the search string the user entered to the activity from which it was invoked. If that activity has set launchMode="singleTop" in the manifest, the intent will come in through the onNewIntent callback. I have...