ActivityManager.SetVrThread(Int32) Method

Definition

Enable more aggressive scheduling for latency-sensitive low-runtime VR threads.

[Android.Runtime.Register("setVrThread", "(I)V", "", ApiSince=25)]
public static void SetVrThread (int tid);
[<Android.Runtime.Register("setVrThread", "(I)V", "", ApiSince=25)>]
static member SetVrThread : int -> unit

Parameters

tid
Int32

tid of the VR thread

Attributes

Remarks

Java documentation for android.app.ActivityManager.setVrThread(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