DevicePolicyManager.AppFunctionsDisabledCrossProfile フィールド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
注意事項
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 は、ユーザー プロファイルの境界内で引き続き使用できます。
このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。