Merge "[NFC] Add antenna position coordinates" into udc-dev am: b68d4ab8d2
am: 50633f0ccf
Original change: https://googleplex-android-review.googlesource.com/c/device/google/felix/+/21910827 Change-Id: I134efe8d814234f29f19ad80b0a9572d239fbf25 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
954d0a1238
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