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

Commit 51f4fe4f 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"...

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

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

Change-Id: I25f753c169c5adb95de45e0d0ceed8ddb900bc84
parents dc1988cd 9768d4f3
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));