Snap for 11944020 from 4f457fb780 to 24Q3-release

Change-Id: Ie9d916d5bf77ee12242d913a51f61a198b2501e1
This commit is contained in:
Android Build Coastguard Worker 2024-06-08 01:03:24 +00:00
commit f93ce47a3c

View file

@ -63,4 +63,10 @@
This works best with an FOV primer setting below 90 degrees to ensure that predictions are being This works best with an FOV primer setting below 90 degrees to ensure that predictions are being
used across the 90-degree threshold. --> used across the 90-degree threshold. -->
<bool name="enable_azimuth_mirroring">false</bool> <bool name="enable_azimuth_mirroring">false</bool>
<!-- Whether to use a persistent cache in the algorithm to determine country code or not.
If enabled, will fallback to the cache to determine device location for
UWB regulatory purposes when other sources (telephony, wifi, location, etc) is not available.
-->
<bool name = "persistent_cache_use_for_country_code_enabled">true</bool>
</resources> </resources>