Explorar o código

android: Exit process after activity shutdown

Hack to help with #1216 a bit

Unfortunately this causes the activity to reopen sometimes, but maybe this can serve as a stopgap for now
rdb hai 1 ano
pai
achega
73c6759984
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      pandatool/src/deploy-stub/android_main.cxx

+ 2 - 0
pandatool/src/deploy-stub/android_main.cxx

@@ -332,4 +332,6 @@ void android_main(struct android_app *app) {
 
   // Detach the thread before exiting.
   activity->vm->DetachCurrentThread();
+
+  _exit(0);
 }