PackageInfo.Gids Property

Definition

All kernel group-IDs that have been assigned to this package.

[Android.Runtime.Register("gids")]
public System.Collections.Generic.IList<int>? Gids { get; set; }
[<Android.Runtime.Register("gids")>]
member this.Gids : System.Collections.Generic.IList<int> with get, set

Property Value

Attributes

Remarks

All kernel group-IDs that have been assigned to this package. This is only filled in if the flag PackageManager#GET_GIDS was set.

Java documentation for android.content.pm.PackageInfo.gids.

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