tangor: Enable flag to enable/disable persistent cache for country code

This will be useful for devices that don't have cellular.

Bug: 339139695
Change-Id: Id1e1267ab774725d18687193c1e168dc543a1e7d
Test: None
This commit is contained in:
Roshan Pius 2024-06-06 17:49:46 +00:00
parent 9b01f7e657
commit 0b1f5e7fc9

View file

@ -63,4 +63,10 @@
This works best with an FOV primer setting below 90 degrees to ensure that predictions are being
used across the 90-degree threshold. -->
<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>