From 20dc3aceae3146ba3295ef0744b27c5a0976868c Mon Sep 17 00:00:00 2001 From: hyugogirubato <65763543+hyugogirubato@users.noreply.github.com> Date: Mon, 1 Apr 2024 21:46:08 +0200 Subject: [PATCH] Update index for Android 14 --- extractor/script.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extractor/script.js b/extractor/script.js index 764d083..b6c621a 100644 --- a/extractor/script.js +++ b/extractor/script.js @@ -140,9 +140,9 @@ const prepareKeyRequest = (address) => { } else if ([24, 25, 26, 27, 28, 29, 30].includes(SDK_API)) { index = 4; } else if ([34].includes(SDK_API)) { - index = 5; + index = 6; } else { - index = 5; // Default index assignment + index = 6; // Default index assignment print(Level.WARNING, 'SDK API not implemented'); print(Level.WARNING, `Defaulting to args[${index}] for PrepareKeyRequest`); }