Share via


AconfigPackage.Load(String) Method

Definition

Loads an Aconfig Package from Aconfig Storage.

[Android.Runtime.Register("load", "(Ljava/lang/String;)Landroid/os/flagging/AconfigPackage;", "", ApiSince=36)]
public static Android.OS.Flagging.AconfigPackage Load(string packageName);
[<Android.Runtime.Register("load", "(Ljava/lang/String;)Landroid/os/flagging/AconfigPackage;", "", ApiSince=36)>]
static member Load : string -> Android.OS.Flagging.AconfigPackage

Parameters

packageName
String

The name of the Aconfig package to load.

Returns

An instance of AconfigPackage, which may be empty if the package is not found in the container.

Attributes

Remarks

Loads an Aconfig Package from Aconfig Storage.

This method attempts to load the specified Aconfig package.

Java documentation for android.os.flagging.AconfigPackage.load(java.lang.String).

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