Os.Setuid(Int32) Method

Definition

See setuid(2).

[Android.Runtime.Register("setuid", "(I)V", "")]
public static void Setuid (int uid);
[<Android.Runtime.Register("setuid", "(I)V", "")>]
static member Setuid : int -> unit

Parameters

uid
Int32
Attributes

Exceptions

Remarks

See setuid(2).

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

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