system: overlay: Enable updating country code from scan results for generic case
Bug: 271928725 Bug: 267944733 Test: manually test Change-Id: I6f1f0ce3afdf203812965ede07422f454566f33d Signed-off-by: chrisl7 <wandersonrodriguesf1@gmail.com>
This commit is contained in:
parent
5c192275f6
commit
8376e23407
|
@ -89,4 +89,10 @@
|
||||||
be deleted to make room for new configs.-->
|
be deleted to make room for new configs.-->
|
||||||
<integer translatable="false" name="config_wifiMaxNumWifiConfigurations">1000</integer>
|
<integer translatable="false" name="config_wifiMaxNumWifiConfigurations">1000</integer>
|
||||||
|
|
||||||
|
<!-- Boolean indicating whether the framework updates country from scan results when there is
|
||||||
|
no telephony country code. This is applied to all generic cases and might require the
|
||||||
|
regulatory approval (for example, FCC pre-approval is required according to "594280 D01
|
||||||
|
Software Configuration Control v02r01").-->
|
||||||
|
<bool translatable="false" name ="config_wifiUpdateCountryCodeFromScanResultGeneric">true</bool>
|
||||||
|
|
||||||
</resources>
|
</resources>
|
||||||
|
|
Loading…
Reference in New Issue