ResolveInfo.ResolvePackageName Property

Definition

Optional -- if non-null, the #labelRes and #icon resources will be loaded from this package, rather than the one containing the resolved component.

[Android.Runtime.Register("resolvePackageName")]
public string? ResolvePackageName { get; set; }
[<Android.Runtime.Register("resolvePackageName")>]
member this.ResolvePackageName : string with get, set

Property Value

Attributes

Remarks

Optional -- if non-null, the #labelRes and #icon resources will be loaded from this package, rather than the one containing the resolved component.

Java documentation for android.content.pm.ResolveInfo.resolvePackageName.

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