ActivityManager.RunningServiceInfo.FlagPersistentProcess フィールド

定義

注意事項

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

ビット: #flagsサービスが永続的なプロセスで実行されている場合に設定されます。

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

フィールド値

Value = 8

実装

属性

注釈

ビット: #flagsサービスが永続的なプロセスで実行されている場合に設定されます。

android.app.ActivityManager.RunningServiceInfo.FLAG_PERSISTENT_PROCESSJava ドキュメント。

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

適用対象