wifi: enable waiting for destroyed listeners

Enable the caller thread waiting for destroyed listeners

Bug: 278664612
Test: Manual Test.
Change-Id: Icb6c40d5d43e2ae73ba3f5f2f289e33c5733e64f
This commit is contained in:
hanahuang 2023-06-20 12:38:46 +00:00
parent 4021a72fc7
commit 872bb2cd4c

View file

@ -166,4 +166,7 @@
regulatory approval (for example, FCC pre-approval is required according to "594280 D01 regulatory approval (for example, FCC pre-approval is required according to "594280 D01
Software Configuration Control v02r01").--> Software Configuration Control v02r01").-->
<bool translatable="false" name ="config_wifiUpdateCountryCodeFromScanResultGeneric">true</bool> <bool translatable="false" name ="config_wifiUpdateCountryCodeFromScanResultGeneric">true</bool>
<!-- boolean indicating whether the caller thread needs to wait for destroyed listeners -->
<bool translatable="false" name ="config_wifiWaitForDestroyedListeners">true</bool>
</resources> </resources>