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

Commit 69e97b47 authored by Michael Sun's avatar Michael Sun Committed by Automerger Merge Worker
Browse files

Merge "btaa: do not initialize btaa JNI interface until gd migration is done" am: e86a0589

Original change: https://android-review.googlesource.com/c/platform/packages/apps/Bluetooth/+/1507628

Change-Id: Ie05f9ec2940c2fd111750345b3d31cf87bf157aa
parents 44465bbf e86a0589
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -468,7 +468,6 @@ public class AdapterService extends Service {
                ServiceManager.getService(BatteryStats.SERVICE_NAME));

        mBluetoothKeystoreService.initJni();
        mActivityAttributionService.initJni();

        mSdpManager = SdpManager.init(this);
        registerReceiver(mAlarmBroadcastReceiver, new IntentFilter(ACTION_ALARM_WAKEUP));