34 lines
1.5 KiB
XML
34 lines
1.5 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<!-- Build properties from a GMS certified device against current platform SPL level -->
|
|
<string-array name="custom_gmsProps" translatable="false">
|
|
<!--
|
|
Each entry must be of the format
|
|
FIELD:value
|
|
with the field belonging to android.os.Build or android.os.Build.VERSION class.
|
|
Example:
|
|
<item>BRAND:foo</item>
|
|
<item>DEVICE:bar</item>
|
|
<item>FINGERPRINT:foo/bar/bar:1.0/lorem/ipsum:dolor/sit-amet</item>
|
|
<item>VERSION.RELEASE:1.0</item>
|
|
-->
|
|
<item>PRODUCT:tokay_beta</item>
|
|
<item>DEVICE:tokay</item>
|
|
<item>MANUFACTURER:Google</item>
|
|
<item>BRAND:google</item>
|
|
<item>MODEL:Pixel 9</item>
|
|
<item>FINGERPRINT:google/tokay_beta/tokay:Baklava/BP22.250124.010/13116449:user/release-keys</item>
|
|
<item>VERSION.SECURITY_PATCH:2025-02-05</item>
|
|
<!--<item>PRODUCT:oriole_beta</item>
|
|
<item>DEVICE:oriole</item>
|
|
<item>MANUFACTURER:Google</item>
|
|
<item>BRAND:google</item>
|
|
<item>MODEL:Pixel 6</item>
|
|
<item>ID:BP22.250124.009</item>
|
|
<item>VERSION.RELEASE:Baklava</item>
|
|
<item>VERSION.INCREMENTAL:13034193</item>
|
|
<item>FINGERPRINT:google/oriole_beta/oriole:Baklava/BP22.250124.009/13034193:user/release-keys</item>
|
|
<item>VERSION.SECURITY_PATCH:2025-02-05</item>
|
|
<item>VERSION.DEVICE_INITIAL_SDK_INT:21</item>-->
|
|
</string-array>
|
|
</resources> |