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

Commit 8dba955f 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: bb5fa266

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

Change-Id: Ie05f9ec2940c2fd111750345b3d31cf87bf157aa
parents 51e120f1 bb5fa266
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));