Add empty example json with reference link

This commit is contained in:
Chris Renshaw
2023-12-12 07:55:59 -04:00
committed by osm0sis
parent 72717f6948
commit e4dad4a2d3

20
module/example.pif.json Normal file
View 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": ""
}