You've already forked PlayIntegrityFork
mirror of
https://github.com/osm0sis/PlayIntegrityFork.git
synced 2025-09-06 06:37:06 +00:00
Add Advanced Settings to example.pif.json
- needing the Advanced Settings is the more likely scenario nowadays, so display them more prominently to help people know how to use them
This commit is contained in:
@@ -24,5 +24,13 @@
|
|||||||
// System Properties
|
// System Properties
|
||||||
"*.build.id": "", // for ro.build.id
|
"*.build.id": "", // for ro.build.id
|
||||||
"*.security_patch": "", // for ro.build.version.security_patch
|
"*.security_patch": "", // for ro.build.version.security_patch
|
||||||
"*api_level": "" // for ro.board.api_level, ro.board.first_api_level, ro.product.first_api_level and ro.vendor.api_level
|
"*api_level": "", // for ro.board.api_level, ro.board.first_api_level, ro.product.first_api_level and ro.vendor.api_level
|
||||||
|
|
||||||
|
// Advanced Settings
|
||||||
|
"spoofBuild": "1",
|
||||||
|
"spoofProps": "1",
|
||||||
|
"spoofProvider": "1",
|
||||||
|
"spoofSignature": "0",
|
||||||
|
"spoofVendingSdk": "0",
|
||||||
|
"verboseLogs": "0"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user