feat(Check environment patch): Support another ReVanced Manager debug variant package name
This commit is contained in:
parent
29b60bad4c
commit
e4dea682c6
1 changed files with 3 additions and 0 deletions
|
|
@ -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");
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue