DevicePolicyManager.InstallSystemUpdateCallback.UpdateErrorIncorrectOsVersion フィールド

定義

注意事項

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

異なる OS バージョンを対象とする更新ファイルを表します。

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

フィールド値

Value = 2
属性

注釈

異なる OS バージョンを対象とする更新ファイルを表します。

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

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

適用対象