Android Global Search

I want the Messaging application (Sms / Mms) to be part of a global search, i.e. when I enter the word in the omni search field (on the main screen), it should show me messages with this word. We currently have a local search in the messaging application that works fine, but how can I make messaging globally searchable.

I tried to link to a search example of a dictatorship, as well as to some kind of Internet resource, but it did not help. Give me the steps to make a messaging app part of a global search.

Regards, Sunil.

+7
android
source share
1 answer

Read the article here: http://d.android.com/resources/articles/qsb.html

It provides a step-by-step guide on setting up a proposal content provider and describing it in the application manifest. This is a de facto tutorial on how to do this. If you cannot do this, we cannot do much for you.

Edit: new links:

+5
source share

All Articles