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

Commit cd8f8ca4 authored by Weichin Weng's avatar Weichin Weng Committed by Gerrit Code Review
Browse files

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

parents cedf8e02 70218a6e
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();
    }