Add index for Android 14
This commit is contained in:
parent
39ba4e8f70
commit
782b105182
|
@ -139,6 +139,8 @@ const prepareKeyRequest = (address) => {
|
||||||
index = 5;
|
index = 5;
|
||||||
} else if ([24, 25, 26, 27, 28, 29, 30].includes(SDK_API)) {
|
} else if ([24, 25, 26, 27, 28, 29, 30].includes(SDK_API)) {
|
||||||
index = 4;
|
index = 4;
|
||||||
|
} else if ([34].includes(SDK_API)) {
|
||||||
|
index = 5;
|
||||||
} else {
|
} else {
|
||||||
index = 5; // Default index assignment
|
index = 5; // Default index assignment
|
||||||
print(Level.WARNING, 'SDK API not implemented');
|
print(Level.WARNING, 'SDK API not implemented');
|
||||||
|
|
Loading…
Reference in New Issue