ResolveInfo.Match Property
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.
The system's evaluation of how well the activity matches the IntentFilter.
[Android.Runtime.Register("match")]
public Android.Content.MatchResults Match { get; set; }
[<Android.Runtime.Register("match")>]
member this.Match : Android.Content.MatchResults with get, set
Property Value
- Attributes
Remarks
The system's evaluation of how well the activity matches the IntentFilter. This is a match constant, a combination of IntentFilter#MATCH_CATEGORY_MASK IntentFilter.MATCH_CATEGORY_MASK
and IntentFilter#MATCH_ADJUSTMENT_MASK IntentFiler.MATCH_ADJUSTMENT_MASK
.
Java documentation for android.content.pm.ResolveInfo.match
.
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.