Skip to content

Commit

Permalink
Tweak/update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
osm0sis committed Mar 30, 2024
1 parent 8215587 commit 2c13b92
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion module/customize.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Allow a scripts-only mode on older Android (<10) which may not require the Zygisk components
# Allow a scripts-only mode for older Android (<10) which may not require the Zygisk components
if [ -f /data/adb/modules/playintegrityfix/scripts-only-mode ]; then
ui_print "! Installing global scripts only; Zygisk attestation fallback and device spoofing disabled"
touch $MODPATH/scripts-only-mode
Expand Down
6 changes: 4 additions & 2 deletions module/example.pif.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
// Rename to custom.pif.json once completed
//
// See android.os.Build source for field value corresponding properties:
// 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

{
Expand All @@ -22,5 +24,5 @@
// 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
"*api_level": "" // for ro.board.api_level, ro.board.first_api_level, ro.product.first_api_level and ro.vendor.api_level
}

0 comments on commit 2c13b92

Please sign in to comment.