DevicePolicyManager.AppFunctionsDisabledCrossProfile フィールド

定義

注意事項

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

android.app.appfunctions.AppFunctionManagerがクロス プロファイル操作のポリシーによってのみ制御および無効になっていることを示します。i.

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

フィールド値

Value = 2
属性

注釈

android.app.appfunctions.AppFunctionManagerがクロス プロファイル操作のポリシーによってのみ制御および無効になっていることを示します。現在のユーザーのアプリによって公開i.e. app関数は、同じユーザー内でのみ呼び出すことができます。

これは、(呼び出し元がユーザー間で対話するために必要なアクセス許可を持っている場合でも) クロス プロファイル操作のみを無効にするという点で、 #APP_FUNCTIONS_DISABLED とは異なります。 appfunctions は、ユーザー プロファイルの境界内で引き続き使用できます。

Javaドキュメント。

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

適用対象