次の方法で共有


ActivityOptions.ModeBackgroundActivityStartSystemDefined フィールド

定義

注意事項

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

明示的な値は選択されません。

[Android.Runtime.Register("MODE_BACKGROUND_ACTIVITY_START_SYSTEM_DEFINED", ApiSince=34)]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.BackgroundActivityStartMode enum directly instead of this field.", true)]
public const Android.App.BackgroundActivityStartMode ModeBackgroundActivityStartSystemDefined = 0;
[<Android.Runtime.Register("MODE_BACKGROUND_ACTIVITY_START_SYSTEM_DEFINED", ApiSince=34)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.BackgroundActivityStartMode enum directly instead of this field.", true)>]
val mutable ModeBackgroundActivityStartSystemDefined : Android.App.BackgroundActivityStartMode

フィールド値

Value = 0
属性

注釈

明示的な値は選択されません。 特権を付与するかどうかをシステムが決定します。

android.app.ActivityOptions.MODE_BACKGROUND_ACTIVITY_START_SYSTEM_DEFINEDJava ドキュメント。

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

適用対象