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

Commit a102587a authored by Michael Sun's avatar Michael Sun
Browse files

btaa: do not initialize btaa JNI interface until gd migration is done

Stop initialize btaa JNI interface before btaa migration to gd is
finished to prevent potential issues.

Tag: #feature
Bug: 172501038
Test: atest BluetoothInstrumentationTests:com.android.bluetooth.\
btservice.activityattribution

Change-Id: Id537a980d32a52f6ff001c785d1e26349d251870
parent 531982f9
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -468,7 +468,6 @@ public class AdapterService extends Service {
                ServiceManager.getService(BatteryStats.SERVICE_NAME));
                ServiceManager.getService(BatteryStats.SERVICE_NAME));


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


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