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) しませんでした。

android.content.pm.PackageInstaller.PACKAGE_SOURCE_UNSPECIFIEDJava ドキュメント。

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

適用対象