android/Bridge: add shutdown()
Break the mainloop and terminate run call.
This commit is contained in:

committed by
Max Kellermann

parent
9836b1dddd
commit
74fcbb382f
@@ -26,4 +26,5 @@ import android.content.Context;
|
||||
*/
|
||||
public class Bridge {
|
||||
public static native void run(Context context);
|
||||
public static native void shutdown();
|
||||
}
|
||||
|
Reference in New Issue
Block a user