ChangedPackages.PackageNames Property

Definition

Returns the names of the packages that have changed.

public System.Collections.Generic.IList<string> PackageNames { [Android.Runtime.Register("getPackageNames", "()Ljava/util/List;", "", ApiSince=26)] get; }
[<get: Android.Runtime.Register("getPackageNames", "()Ljava/util/List;", "", ApiSince=26)>]
member this.PackageNames : System.Collections.Generic.IList<string>

Property Value

Attributes

Remarks

Returns the names of the packages that have changed.

Java documentation for android.content.pm.ChangedPackages.getPackageNames().

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