exitAppForce function

void exitAppForce()

强行退出APP

Implementation

void exitAppForce() {
  exit(0);
}