ServiceInfo.FlagIsolatedProcess フィールド

定義

注意事項

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

Bit in #flags: 設定されている場合、サービスは独自の分離プロセスで実行されます。

[Android.Runtime.Register("FLAG_ISOLATED_PROCESS")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Content.PM.ServiceInfoFlags enum directly instead of this field.", true)]
public const Android.Content.PM.ServiceInfoFlags FlagIsolatedProcess = 2;
[<Android.Runtime.Register("FLAG_ISOLATED_PROCESS")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Content.PM.ServiceInfoFlags enum directly instead of this field.", true)>]
val mutable FlagIsolatedProcess : Android.Content.PM.ServiceInfoFlags

フィールド値

Value = 2

実装

属性

注釈

Bit in #flags: 設定されている場合、サービスは独自の分離プロセスで実行されます。 属性から設定します android.R.attr#isolatedProcess

android.content.pm.ServiceInfo.FLAG_ISOLATED_PROCESSJava ドキュメント。

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

適用対象