Merge "[uwb] Add background ranging support for husky." into main

This commit is contained in:
Shreshta Manu 2023-08-31 19:30:03 +00:00 committed by Android (Google) Code Review
commit 4d1b0240d7

View file

@ -23,4 +23,11 @@
<!-- 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>
<!-- Whether background ranging is enabled or not
If enabled:
* Background 3p apps are allowed to open new ranging sessions
* When previously foreground 3p apps moves to background, sessions are not terminated
-->
<bool name = "background_ranging_enabled">true</bool>
</resources>