Is there a way to construct an intent with custom action? I mean like ACTION_CUSTOM.
bundle_details.putString("query_details", searchIntent.getStringExtra(SearchManager.QUERY));
bundle_details.putString("type", SS);
listIntent.putExtras(bundle_details);
startActivity(listIntent);
It can be done with: