Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit afddcba9 authored by zzy's avatar zzy Committed by Android Git Automerger
Browse files

am 2243a127: DO NOT MERGE: Exit bt process after cleanup

* commit '2243a127':
  DO NOT MERGE: Exit bt process after cleanup
parents 0d7d916a 2243a127
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -391,6 +391,9 @@ public class AdapterService extends Service {
        }

        if (DBG)debugLog("cleanup() done");

        if (DBG) debugLog("bluetooth process exit normally after clean up...");
        System.exit(0);
    }

    private static final int MESSAGE_PROFILE_SERVICE_STATE_CHANGED =1;