You've already forked PlayIntegrityFork
mirror of
https://github.com/osm0sis/PlayIntegrityFork.git
synced 2025-09-06 06:37:06 +00:00
Update example.pif.json for system properties support
This commit is contained in:
@@ -1,9 +1,10 @@
|
|||||||
// Rename to custom.pif.json once completed
|
// Rename to custom.pif.json once completed
|
||||||
//
|
//
|
||||||
// See android.os.Build source for corresponding properties:
|
// See android.os.Build source for field value corresponding properties:
|
||||||
// https://android.googlesource.com/platform/frameworks/base/+/master/core/java/android/os/Build.java
|
// https://android.googlesource.com/platform/frameworks/base/+/master/core/java/android/os/Build.java
|
||||||
|
|
||||||
{
|
{
|
||||||
|
// Build Fields
|
||||||
"MANUFACTURER": "",
|
"MANUFACTURER": "",
|
||||||
"MODEL": "",
|
"MODEL": "",
|
||||||
"FINGERPRINT": "",
|
"FINGERPRINT": "",
|
||||||
@@ -16,5 +17,10 @@
|
|||||||
"TYPE": "",
|
"TYPE": "",
|
||||||
"TAGS": "",
|
"TAGS": "",
|
||||||
"SECURITY_PATCH": "",
|
"SECURITY_PATCH": "",
|
||||||
"DEVICE_INITIAL_SDK_INT": ""
|
"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.first_api_level, ro.product.first_api_level and ro.vendor.api_level
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user