[uwb] Add background ranging support for husky.
Test: Compiles Bug: 295367112 Change-Id: I240604d048bed4b6deb4eaf7fc5e85679fe43173
This commit is contained in:
parent
d23574b6b5
commit
591b03f143
1 changed files with 7 additions and 0 deletions
|
@ -23,4 +23,11 @@
|
||||||
<!-- Enables the AoA conversion primer. This is needed on hardware that does not convert AoA
|
<!-- 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.-->
|
to spherical coordinates, including hardware that does not support elevation.-->
|
||||||
<bool name="enable_primer_aoa">true</bool>
|
<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>
|
</resources>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue