PackageInstaller.PackageSourceUnspecified フィールド

定義

注意事項

This constant will be removed in the future version. Use Android.Content.PM.PackageSource enum directly instead of this field.

インストーラーは、パッケージ ソースを指定するために PackageInstaller.SessionParams#setPackageSource(int) を呼び出しませんでした。

[Android.Runtime.Register("PACKAGE_SOURCE_UNSPECIFIED", ApiSince=33)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Content.PM.PackageSource enum directly instead of this field.", true)]
public const Android.Content.PM.PackageSource PackageSourceUnspecified = 0;
[<Android.Runtime.Register("PACKAGE_SOURCE_UNSPECIFIED", ApiSince=33)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Content.PM.PackageSource enum directly instead of this field.", true)>]
val mutable PackageSourceUnspecified : Android.Content.PM.PackageSource

フィールド値

Value = 0
属性

注釈

インストーラーは、パッケージ ソースを指定するために PackageInstaller.SessionParams#setPackageSource(int) を呼び出しませんでした。

Javaドキュメント。

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

適用対象