Intent.FlagActivityRequireNonBrowser フィールド

定義

注意事項

This constant will be removed in the future version. Use Android.Content.ActivityFlags enum directly instead of this field.

Context#startActivity Context.startActivity()渡された意図で が設定されている場合、このフラグは、ブラウザーではない結果に解決された場合にのみ意図を起動します。

[Android.Runtime.Register("FLAG_ACTIVITY_REQUIRE_NON_BROWSER", ApiSince=30)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Content.ActivityFlags enum directly instead of this field.", true)]
public const Android.Content.ActivityFlags FlagActivityRequireNonBrowser = 1024;
[<Android.Runtime.Register("FLAG_ACTIVITY_REQUIRE_NON_BROWSER", ApiSince=30)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Content.ActivityFlags enum directly instead of this field.", true)>]
val mutable FlagActivityRequireNonBrowser : Android.Content.ActivityFlags

フィールド値

Value = 1024

実装

属性

注釈

Context#startActivity Context.startActivity()渡された意図で が設定されている場合、このフラグは、ブラウザーではない結果に解決された場合にのみ意図を起動します。 このような結果が存在しない場合は、 ActivityNotFoundException がスローされます。

の Java ドキュメント android.content.Intent.FLAG_ACTIVITY_REQUIRE_NON_BROWSER

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

適用対象