[NFC] Add antenna position coordinates
Bug: 279124459 Test: manual Change-Id: Ic9d81f0f7156276b0d333147fb7efb6c30165ebe
This commit is contained in:
parent
86263500d6
commit
25a4b5ba97
1 changed files with 12 additions and 0 deletions
|
@ -21,4 +21,16 @@
|
|||
<item>GC15S</item>
|
||||
</string-array>
|
||||
<bool name="tag_intent_app_pref_supported">true</bool>
|
||||
<!-- NFC Antenna Location API -->
|
||||
<integer name="device_width">150</integer>
|
||||
<integer name="device_height">155</integer>
|
||||
<bool name="device_foldable">true</bool>
|
||||
<integer-array name="antenna_x">
|
||||
<item>114</item>
|
||||
<item>39</item>
|
||||
</integer-array>
|
||||
<integer-array name="antenna_y">
|
||||
<item>83</item>
|
||||
<item>83</item>
|
||||
</integer-array>
|
||||
</resources>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue