ResolveInfo.Match プロパティ

定義

アクティビティが 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

プロパティ値

属性

注釈

アクティビティが IntentFilter とどの程度一致するかについてのシステムの評価。 これは一致定数であり、 と IntentFilter#MATCH_ADJUSTMENT_MASK IntentFiler.MATCH_ADJUSTMENT_MASKIntentFilter#MATCH_CATEGORY_MASK IntentFilter.MATCH_CATEGORY_MASK組み合わせです。

の Java ドキュメント android.content.pm.ResolveInfo.match

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象