[NFC] Add antenna position coordinates am: b8a9fbf2db
Original change: https://googleplex-android-review.googlesource.com/c/device/google/bluejay/+/21919752 Change-Id: Ib5c3c00fbea1e96526764b0c44ecbe9a130fdc3b Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
295d0a762d
1 changed files with 10 additions and 0 deletions
|
@ -22,4 +22,14 @@
|
||||||
<item>GB17L</item>
|
<item>GB17L</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">70</integer>
|
||||||
|
<integer name="device_height">150</integer>
|
||||||
|
<bool name="device_foldable">false</bool>
|
||||||
|
<integer-array name="antenna_x">
|
||||||
|
<item>36</item>
|
||||||
|
</integer-array>
|
||||||
|
<integer-array name="antenna_y">
|
||||||
|
<item>83</item>
|
||||||
|
</integer-array>
|
||||||
</resources>
|
</resources>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue