Share via


ActivityOptions.ModeBackgroundActivityStartDenied フィールド

定義

注意事項

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

バックグラウンド アクティビティ開始 PendingIntent 特権を使用するには、 を拒否します。

[Android.Runtime.Register("MODE_BACKGROUND_ACTIVITY_START_DENIED", 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 ModeBackgroundActivityStartDenied = 2;
[<Android.Runtime.Register("MODE_BACKGROUND_ACTIVITY_START_DENIED", 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 ModeBackgroundActivityStartDenied : Android.App.BackgroundActivityStartMode

フィールド値

Value = 2
属性

注釈

バックグラウンド アクティビティ開始 PendingIntent 特権を使用するには、 を拒否します。

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

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

適用対象