Skip to content

Commit

Permalink
PL2: overlay: frameworks: spoof gms to griffin_retcn
Browse files Browse the repository at this point in the history
thanks to Legendleo90

Signed-off-by: Pulkit077 <[email protected]>
  • Loading branch information
RisenID authored and userariii committed Mar 4, 2024
1 parent eaba65d commit f6c6844
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions overlay/frameworks/base/core/res/res/values/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -354,4 +354,17 @@
<item>com.google.android.gms/com.google.android.gms.nearby.messages.service.NearbyMessagesService</item>
<item>com.google.android.gms/com.google.android.gms.nearby.discovery.service.DiscoveryService</item>
</string-array>

<!-- Build properties from a GMS certified device -->
<string-array name="config_certifiedBuildProperties" translatable="false">
<item>griffin_retcn</item> <!-- Build.PRODUCT -->
<item>griffin</item> <!-- Build.DEVICE -->
<item>motorola</item> <!-- Build.MANUFACTURER -->
<item>motorola</item> <!-- Build.BRAND -->
<item>XT1650-05</item> <!-- Build.MODEL -->
<item>motorola/griffin_retcn/griffin:6.0.1/MCC24.246-37/42:user/release-keys</item> <!-- Build.FINGERPRINT -->
<item>2016-07-01</item> <!-- Build.SECURITY_PATCH -->
<item>MCC24.246-37</item> <!-- Build.ID -->
</string-array>

</resources>

0 comments on commit f6c6844

Please sign in to comment.