mirror of
https://github.com/Evolution-X-Devices/device_google_redfin
synced 2026-02-01 11:26:33 +00:00
[NFC] Add antenna position coordinates
Bug: 272406680 Test: manual Change-Id: Ic1b0573d51cf56bfd10147efc2b9713aec258116
This commit is contained in:
@@ -25,4 +25,14 @@
|
||||
<item>G5NZ6</item>
|
||||
</string-array>
|
||||
<bool name="tag_intent_app_pref_supported">true</bool>
|
||||
<!-- NFC Antenna Location API -->
|
||||
<integer name="device_width">70</integer>
|
||||
<integer name="device_height">140</integer>
|
||||
<bool name="device_foldable">false</bool>
|
||||
<integer-array name="antenna_x">
|
||||
<item>39</item>
|
||||
</integer-array>
|
||||
<integer-array name="antenna_y">
|
||||
<item>74</item>
|
||||
</integer-array>
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user