feat(Check environment patch): Support another ReVanced Manager debug variant package name

This commit is contained in:
oSumAtrIX 2026-03-02 18:18:10 +01:00
parent 29b60bad4c
commit e4dea682c6
No known key found for this signature in database
GPG key ID: A9B3094ACDB604B4

View file

@ -7,8 +7,10 @@ import android.content.pm.PackageInfo;
import android.content.pm.PackageManager; import android.content.pm.PackageManager;
import android.os.Build; import android.os.Build;
import android.util.Base64; import android.util.Base64;
import androidx.annotation.NonNull; import androidx.annotation.NonNull;
import androidx.annotation.Nullable; import androidx.annotation.Nullable;
import app.revanced.extension.shared.Logger; import app.revanced.extension.shared.Logger;
import app.revanced.extension.shared.Utils; import app.revanced.extension.shared.Utils;
@ -39,6 +41,7 @@ public final class CheckEnvironmentPatch {
ADB((String) null), ADB((String) null),
ROOT_MOUNT_ON_APP_STORE("com.android.vending"), ROOT_MOUNT_ON_APP_STORE("com.android.vending"),
MANAGER("app.revanced.manager.flutter", MANAGER("app.revanced.manager.flutter",
"app.revanced.manager.flutter.debug",
"app.revanced.manager", "app.revanced.manager",
"app.revanced.manager.debug"); "app.revanced.manager.debug");