Add antenna position coordinates
Bug: 336231717 Test: manual Change-Id: I2238b670858ca42b6921906f3cd8a840c42c791e
This commit is contained in:
parent
48daab3b54
commit
727fc5a2d1
1 changed files with 12 additions and 0 deletions
|
@ -22,4 +22,16 @@
|
||||||
</string-array>
|
</string-array>
|
||||||
<bool name="tag_intent_app_pref_supported">true</bool>
|
<bool name="tag_intent_app_pref_supported">true</bool>
|
||||||
<bool name="nfc_observe_mode_supported">true</bool>
|
<bool name="nfc_observe_mode_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>
|
</resources>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue