Os.Setegid(Int32) Method

Definition

See setegid(2).

[Android.Runtime.Register("setegid", "(I)V", "")]
public static void Setegid (int egid);
[<Android.Runtime.Register("setegid", "(I)V", "")>]
static member Setegid : int -> unit

Parameters

egid
Int32
Attributes

Exceptions

Remarks

See setegid(2).

This member is deprecated. Android Applications do not have sufficient privileges to call this method.

Java documentation for android.system.Os.setegid(int).

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