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

Commit 2d2d571c 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: cd8f8ca4

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I1e5fcf99f8eeb48b1ecae478a08bc085f03aa220
parents 788461d3 cd8f8ca4
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();
    }