Os.Setgid(Int32) Method

Definition

See setgid(2).

[Android.Runtime.Register("setgid", "(I)V", "")]
public static void Setgid (int gid);
[<Android.Runtime.Register("setgid", "(I)V", "")>]
static member Setgid : int -> unit

Parameters

gid
Int32
Attributes

Exceptions

Remarks

See setgid(2).

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

Java documentation for android.system.Os.setgid(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