Add granular advanced spoofing options

This commit is contained in:
osm0sis
2024-08-02 14:56:32 -03:00
parent a5d9980ea7
commit a7c2f348ea
5 changed files with 65 additions and 11 deletions

View File

@@ -129,6 +129,10 @@ echo ' "*.security_patch": "'$SECURITY_PATCH'",';
echo ' "*api_level": "'$DEVICE_INITIAL_SDK_INT'",';
if [ "$ADVANCED" ]; then
echo "$N // Advanced Settings";
echo ' "spoofBuild": "1",';
echo ' "spoofProps": "1",';
echo ' "spoofProvider": "1",';
echo ' "spoofSignature": "0",';
echo ' "verboseLogs": "0",';
fi) | sed '$s/,/\n}/' > "$OUT";