PowerManager.IsRebootingUserspaceSupported プロパティ

定義

このデバイスがユーザー空間の再起動をサポートしている場合は、 true を返します。

public virtual bool IsRebootingUserspaceSupported { [Android.Runtime.Register("isRebootingUserspaceSupported", "()Z", "GetIsRebootingUserspaceSupportedHandler", ApiSince=30)] get; }
[<get: Android.Runtime.Register("isRebootingUserspaceSupported", "()Z", "GetIsRebootingUserspaceSupportedHandler", ApiSince=30)>]
member this.IsRebootingUserspaceSupported : bool

プロパティ値

このデバイスがユーザー空間の再起動をサポートしている場合の true

属性

注釈

このデバイスがユーザー空間の再起動をサポートしている場合は、 true を返します。

このメンバーは非推奨です。 ユーザースペースの再起動は非推奨です。このメソッドは常に falseを返します。

Javaドキュメント。

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

適用対象