I’m planning to write an application that would provide results in quick search box.
Is there any way to fire an Intent to navigate user to “Searchable items” screen in Android 1.6?

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There is not an intent for this on the developer doc. I think you are going to have to dig into source.
Then you’ll also have to consider the repercussions of the fact if you do find an intent, it might not be standard across all phones.
I would ask yourself if you really need it though. Search is pretty powerful in Android, and you should be able to come up with your own “search these areas” preference activity (like the one you’ve shown) that would do the same thing…assuming that is what your intent here is.