次の方法で共有


DevicePolicyManager.MakeUserEphemeral フィールド

定義

注意事項

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

ユーザーを一時的に作成する必要があることを指定するために使用される #createAndManageUser フラグ。

[Android.Runtime.Register("MAKE_USER_EPHEMERAL", ApiSince=28)]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.Admin.UserManagementFlags enum directly instead of this field.", true)]
public const Android.App.Admin.UserManagementFlags MakeUserEphemeral = 2;
[<Android.Runtime.Register("MAKE_USER_EPHEMERAL", ApiSince=28)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.Admin.UserManagementFlags enum directly instead of this field.", true)>]
val mutable MakeUserEphemeral : Android.App.Admin.UserManagementFlags

フィールド値

Value = 2
属性

注釈

ユーザーを一時的に作成する必要があることを指定するために使用される #createAndManageUser フラグ。 エフェメラル ユーザーは、別のユーザーに切り替えるか、デバイスを再起動した後に削除されます。

の Java ドキュメントandroid.app.admin.DevicePolicyManager.MAKE_USER_EPHEMERAL

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象