Add Play Store and Service Framework for A13+ checks

This commit is contained in:
ChiseWaguri
2025-01-19 09:56:59 +07:00
committed by KOWX712
parent 5e9463d8d2
commit aa7147d115
2 changed files with 2 additions and 2 deletions

View File

@@ -38,7 +38,7 @@ export async function fetchAppList() {
console.warn("Applist file not found or could not be loaded. Skipping applist lookup.");
}
const result = await execCommand('pm list packages -3; pm path com.google.android.gms >/dev/null 2>&1 && echo "package:com.google.android.gms" || true');
const result = await execCommand('pm list packages -3; pm path com.google.android.gms; pm path com.google.android.gsf; pm path com.android.vending >/dev/null 2>&1 && echo "package:com.google.android.gms" && echo "package:com.google.android.gsf" && echo "package:com.android.vending" || true');
const appEntries = result
.split("\n")
.map(line => {

View File

@@ -18,7 +18,7 @@ export const floatingBtn = document.querySelector('.floating-btn');
export const basePath = "set-path";
export const appsWithExclamation = [];
export const appsWithQuestion = [];
const ADDITIONAL_APPS = [ "com.google.android.gms", "io.github.vvb2060.keyattestation", "io.github.vvb2060.mahoshojo", "icu.nullptr.nativetest" ];
const ADDITIONAL_APPS = [ "com.google.android.gms", "com.android.vending", "com.google.android.gsf", "io.github.vvb2060.keyattestation", "io.github.vvb2060.mahoshojo", "icu.nullptr.nativetest" ];
const rippleClasses = ['.language-option', '.menu-button', '.menu-options li', '.search-card', '.card', '.update-card', '.link-icon', '.floating-btn', '.uninstall-container', '.boot-hash-save-button', '.boot-hash-value', '.reboot', '.install'];
// Variables