SearchManager.SuggestNeverMakeShortcut Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Column value for suggestion column #SUGGEST_COLUMN_SHORTCUT_ID
when a suggestion
should not be stored as a shortcut in global search.
[Android.Runtime.Register("SUGGEST_NEVER_MAKE_SHORTCUT")]
public const string SuggestNeverMakeShortcut;
[<Android.Runtime.Register("SUGGEST_NEVER_MAKE_SHORTCUT")>]
val mutable SuggestNeverMakeShortcut : string
Field Value
- Attributes
Remarks
Column value for suggestion column #SUGGEST_COLUMN_SHORTCUT_ID
when a suggestion should not be stored as a shortcut in global search.
Java documentation for android.app.SearchManager.SUGGEST_NEVER_MAKE_SHORTCUT
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.