• Home
  • Raw
  • Download

Lines Matching refs:app

43 related to a sample app called <a
45 title="Searchable Dictionary">Searchable Dictionary</a>. The app is
48 <h3>The story before now: searching within your app</h3>
51 that let you expose search and search suggestions in your app, as described in
52 the docs for {@link android.app.SearchManager}. That mechanism has not changed
64 &lt;meta-data android:name="android.app.searchable"
69 <a href="{@docRoot}reference/android/app/SearchManager.html#Suggestions">Search Suggestions</a>
78 you want the search system to present search for your app, including the
80 type. Here's an example of the <code>searchable.xml</code> of an Android app
94 <a href="{@docRoot}reference/android/app/SearchManager.html#SearchabilityMetadata">Searchability Me…
97 <h3>Including your app in Quick Search Box</h3>
103 users to access your app's content. To help you get your app started with it,
104 we've created a sample app that simply provides access to a small dictionary of
105 words in QSB. The app is called Searchable Dictionary, and we encourage you to
120 sorts of suggestions your app provides in the system settings for search.</p>
136 app with a suggestion provider that participates in QSB, this new app
142 should consider how to handle this in your app. Perhaps show a notice
143 that instructs the user to visit system settings and enable your app's
147 app's suggestions will have a chance to show up in QSB, most likely
148 under the "more results" section to begin with. As your app's
161 waiting to query the content providers. Suggestions from your app may
169 <a href="{@docRoot}reference/android/app/SearchManager.html#ExposingSearchSuggestionsToQuickSearchB…