Rename to spoofVendingFinger, add custom FINGERPRINT support, tidy

0 = disabled
1 = enabled and use FINGERPRINT from json for vending (Play Store)
<string> = enabled and use <string> as FINGERPRINT for vending (Play Store)
This commit is contained in:
osm0sis
2025-08-30 22:06:52 -03:00
parent 9c6f065bb6
commit ed8501d857
5 changed files with 43 additions and 31 deletions

View File

@@ -114,13 +114,13 @@ if [ -z "$DEVICE_INITIAL_SDK_INT" -o "$DEVICE_INITIAL_SDK_INT" = "null" ]; then
DEVICE_INITIAL_SDK_INT=25;
fi;
ADVSETTINGS="spoofBuild spoofProps spoofProvider spoofSignature spoofVendingFingerprint spoofVendingSdk verboseLogs";
ADVSETTINGS="spoofBuild spoofProps spoofProvider spoofSignature spoofVendingFinger spoofVendingSdk verboseLogs";
spoofBuild=1;
spoofProps=1;
spoofProvider=1;
spoofSignature=0;
spoofVendingFingerprint=0;
spoofVendingFinger=0;
spoofVendingSdk=0;
verboseLogs=0;