You've already forked PlayIntegrityFork
mirror of
https://github.com/osm0sis/PlayIntegrityFork.git
synced 2025-09-06 06:37:06 +00:00
Add empty example json with reference link
This commit is contained in:
20
module/example.pif.json
Normal file
20
module/example.pif.json
Normal file
@@ -0,0 +1,20 @@
|
||||
// Rename to custom.pif.json once completed
|
||||
//
|
||||
// See android.os.Build source for corresponding properties:
|
||||
// https://android.googlesource.com/platform/frameworks/base/+/master/core/java/android/os/Build.java
|
||||
|
||||
{
|
||||
"MANUFACTURER": "",
|
||||
"MODEL": "",
|
||||
"FINGERPRINT": "",
|
||||
"BRAND": "",
|
||||
"PRODUCT": "",
|
||||
"DEVICE": "",
|
||||
"RELEASE": "",
|
||||
"ID": "",
|
||||
"INCREMENTAL": "",
|
||||
"TYPE": "",
|
||||
"TAGS": "",
|
||||
"SECURITY_PATCH": "",
|
||||
"DEVICE_INITIAL_SDK_INT": ""
|
||||
}
|
||||
Reference in New Issue
Block a user