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

Commit d08ea207 authored by Weichin Weng's avatar Weichin Weng Committed by Automerger Merge Worker
Browse files

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

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I1e5fcf99f8eeb48b1ecae478a08bc085f03aa220
parents 332d4620 34b8da46
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();
    }