AndroidJNI.DetachCurrentThread

Declaration

public static int DetachCurrentThread();

Description

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

A thread must be detached from the VM before exiting.

Additional resources: Java Native Interface Specification (Oracle)


Did you find this page useful? Please give it a rating: