From e4dad4a2d37073924b144a5be501c2ce8303abd4 Mon Sep 17 00:00:00 2001 From: Chris Renshaw Date: Tue, 12 Dec 2023 07:55:59 -0400 Subject: [PATCH] Add empty example json with reference link --- module/example.pif.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 module/example.pif.json diff --git a/module/example.pif.json b/module/example.pif.json new file mode 100644 index 0000000..312473b --- /dev/null +++ b/module/example.pif.json @@ -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": "" +}