[NFC] Add antenna position coordinates
Bug: 272406680 Test: manual Change-Id: I5a58dd5cfb603f977dc4ded8617c6ca7f67b1663
This commit is contained in:
parent
ab4ddf458e
commit
98975398c6
1 changed files with 12 additions and 0 deletions
|
@ -20,4 +20,16 @@
|
||||||
<item>G0B96</item>
|
<item>G0B96</item>
|
||||||
</string-array>
|
</string-array>
|
||||||
<bool name="tag_intent_app_pref_supported">true</bool>
|
<bool name="tag_intent_app_pref_supported">true</bool>
|
||||||
|
<!-- NFC Antenna Location API -->
|
||||||
|
<integer name="device_width">160</integer>
|
||||||
|
<integer name="device_height">140</integer>
|
||||||
|
<bool name="device_foldable">true</bool>
|
||||||
|
<integer-array name="antenna_x">
|
||||||
|
<item>90</item>
|
||||||
|
<item>30</item>
|
||||||
|
</integer-array>
|
||||||
|
<integer-array name="antenna_y">
|
||||||
|
<item>103</item>
|
||||||
|
<item>103</item>
|
||||||
|
</integer-array>
|
||||||
</resources>
|
</resources>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue