Share via


OverlayInfo.TargetPackageName Property

Definition

Returns the name of the target overlaid package.

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

Property Value

the target package name

Attributes

Remarks

Returns the name of the target overlaid package.

Java documentation for android.content.om.OverlayInfo.getTargetPackageName().

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