2025-03-15 12:06:27 +08:00

31 lines
1.2 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2023 Paranoid Android
SPDX-License-Identifier: Apache-2.0
-->
<resources>
<!-- Build properties from a GMS certified device against current platform SPL level -->
<string-array name="config_certifiedBuildProperties" 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: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>