Merge "Enable UWB filtering on all devices"

This commit is contained in:
Kenzi Mudge 2023-05-18 20:29:55 +00:00 committed by Android (Google) Code Review
commit 4961071330

View file

@ -17,4 +17,10 @@
*/
-->
<resources>
<!-- When true, the filter engine will alter UWB values to improve accuracy. -->
<bool name="enable_filters">true</bool>
<!-- Enables the AoA conversion primer. This is needed on hardware that does not convert AoA
to spherical coordinates, including hardware that does not support elevation.-->
<bool name="enable_primer_aoa">true</bool>
</resources>