SharedLibraryInfo.TypeSdkPackage Field

Definition

Caution

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

SDK package shared library type: this library is <strong>not</strong> compatible between versions, can be updated and updates can be uninstalled.

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

Field Value

Value = 3

Implements

Attributes

Remarks

SDK package shared library type: this library is <strong>not</strong> compatible between versions, can be updated and updates can be uninstalled. Clients depend on a specific version of the library.

SDK packages are not loaded automatically by the OS and rely e.g. on 3P libraries to make them available for the clients.

Java documentation for android.content.pm.SharedLibraryInfo.TYPE_SDK_PACKAGE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to