Share via


PackageInstaller.PreapprovalDetails.PackageName Property

Definition

The package name of the app to be installed.

public string PackageName { [Android.Runtime.Register("getPackageName", "()Ljava/lang/String;", "", ApiSince=34)] get; }
[<get: Android.Runtime.Register("getPackageName", "()Ljava/lang/String;", "", ApiSince=34)>]
member this.PackageName : string

Property Value

Attributes

Remarks

The package name of the app to be installed.

Java documentation for android.content.pm.PackageInstaller.PreapprovalDetails.getPackageName().

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