You've already forked PlayIntegrityFork
mirror of
https://github.com/osm0sis/PlayIntegrityFork.git
synced 2025-09-06 06:37:06 +00:00
29 lines
895 B
JSON
29 lines
895 B
JSON
// Rename to custom.pif.json once completed
|
|
//
|
|
// These are the current suggested defaults but you may add as many other fields/properties as needed
|
|
//
|
|
// See android.os.Build source for all field values' corresponding properties:
|
|
// https://android.googlesource.com/platform/frameworks/base/+/master/core/java/android/os/Build.java
|
|
|
|
{
|
|
// Build Fields
|
|
"MANUFACTURER": "",
|
|
"MODEL": "",
|
|
"FINGERPRINT": "",
|
|
"BRAND": "",
|
|
"PRODUCT": "",
|
|
"DEVICE": "",
|
|
"RELEASE": "",
|
|
"ID": "",
|
|
"INCREMENTAL": "",
|
|
"TYPE": "",
|
|
"TAGS": "",
|
|
"SECURITY_PATCH": "",
|
|
"DEVICE_INITIAL_SDK_INT": "",
|
|
|
|
// System Properties
|
|
"*.build.id": "", // for ro.build.id
|
|
"*.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
|
|
}
|