You've already forked Tricky-Addon-Update-Target-List
mirror of
https://github.com/KOWX712/Tricky-Addon-Update-Target-List.git
synced 2025-09-06 06:37:09 +00:00
Add Play Store and Service Framework for A13+ checks
This commit is contained in:
@@ -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 => {
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user