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

Commit 70218a6e authored by weichinweng's avatar weichinweng Committed by Weichin Weng
Browse files

Common Criteria mode: make sure all keys are decrypted when init JNI.

Bug: 181293964
Test: atest BluetoothInstrumentationTests
Tag: #feature
Change-Id: I37bd2eae8517880750a8fabae143b4e70418b596
parent 9a689cee
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -298,6 +298,9 @@ public class BluetoothKeystoreService {
     */
    public void initJni() {
        debugLog("initJni()");
        // Need to make sure all keys are decrypted.
        stopThread();
        startThread();
        // Initialize native interface
        mBluetoothKeystoreNativeInterface.init();
    }