Skip to content
This repository was archived by the owner on Apr 10, 2024. It is now read-only.

Commit 27307cd

Browse files
RisenIDuserariii
authored andcommitted
PL2: overlay: frameworks: spoof gms to griffin_retcn
thanks to Legendleo90 Signed-off-by: Pulkit077 <pulkitagarwal2k1@gmail.com>
1 parent 53e4f81 commit 27307cd

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

  • overlay/frameworks/base/core/res/res/values

overlay/frameworks/base/core/res/res/values/config.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -348,4 +348,17 @@
348348
<item>com.google.android.gms/com.google.android.gms.nearby.messages.service.NearbyMessagesService</item>
349349
<item>com.google.android.gms/com.google.android.gms.nearby.discovery.service.DiscoveryService</item>
350350
</string-array>
351+
352+
<!-- Build properties from a GMS certified device -->
353+
<string-array name="config_certifiedBuildProperties" translatable="false">
354+
<item>griffin_retcn</item> <!-- Build.PRODUCT -->
355+
<item>griffin</item> <!-- Build.DEVICE -->
356+
<item>motorola</item> <!-- Build.MANUFACTURER -->
357+
<item>motorola</item> <!-- Build.BRAND -->
358+
<item>XT1650-05</item> <!-- Build.MODEL -->
359+
<item>motorola/griffin_retcn/griffin:6.0.1/MCC24.246-37/42:user/release-keys</item> <!-- Build.FINGERPRINT -->
360+
<item>2016-07-01</item> <!-- Build.SECURITY_PATCH -->
361+
<item>MCC24.246-37</item> <!-- Build.ID -->
362+
</string-array>
363+
351364
</resources>

0 commit comments

Comments
 (0)