AndroidJNI.DetachCurrentThread Manual     Reference     Scripting  
Scripting > Runtime Classes > AndroidJNI
AndroidJNI.DetachCurrentThread

static function DetachCurrentThread () : int

Description

Detaches the current thread from a Java (Dalvik) VM.

A thread must be detached from the VM before exiting.

See Also: Java Native Interface Specification (Oracle)