Skip to content

Commit

Permalink
overlay: Only set certified fingerprint
Browse files Browse the repository at this point in the history
Change-Id: If00637f47aa8d5c210f2e72b1971792dce1d307a
  • Loading branch information
basamaryan committed Jul 11, 2023
1 parent 6a6abb3 commit 1ce158a
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions overlay/common/frameworks/base/core/res/res/values/config.xml
Expand Up @@ -204,13 +204,8 @@
<!-- Whether or not to enable the lock screen entry point for the QR code scanner. -->
<bool name="config_enableQrCodeScannerOnLockScreen">true</bool>

<!-- Build properties from a GMS certified device against current platform SPL level -->
<string-array name="config_certifiedBuildProperties" translatable="false">
<item>walleye</item> <!-- Build.DEVICE -->
<item>walleye</item> <!-- Build.PRODUCT -->
<item>Pixel 2</item> <!-- Build.MODEL -->
<item>google/walleye/walleye:8.1.0/OPM1.171019.011/4448085:user/release-keys</item> <!-- Build.FINGERPRINT -->
</string-array>
<!-- Fingerprint from a certified device against current platform SPL level -->
<string name="config_certifiedFingerprint" translatable="false">google/walleye/walleye:8.1.0/OPM1.171019.011/4448085:user/release-keys</string>

<!-- Whether to spoof device as pixel for certain google apps, to
unlock pixel-exclusive features -->
Expand Down

0 comments on commit 1ce158a

Please sign in to comment.