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

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

am 93bbeea2: DO NOT MERGE: Exit bt process after cleanup

* commit '93bbeea2':
  DO NOT MERGE: Exit bt process after cleanup
parents 7d599189 93bbeea2
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;