DO NOT MERGE - Added reset geo-fencing checking after airplane mode support
The out-of-polygon cell broadcast messages will not be considered for rebroadcasting after airplane mode turned on or reboot. Bug: 143614007 Test: Unit tests Merged-In: Ifa3de1576f23f68b040c8473bc79b4bf5a5f7261 Change-Id: Ifa3de1576f23f68b040c8473bc79b4bf5a5f7261
This commit is contained in:
@@ -22,5 +22,9 @@
|
||||
<resources>
|
||||
<!-- Enable 5 bar signal strength icon -->
|
||||
<bool name="config_inflateSignalStrength">true</bool>
|
||||
|
||||
<!-- Boolean indicating whether frameworks needs to reset cell broadcast geo-fencing
|
||||
check after reboot or airplane mode toggling -->
|
||||
<bool translatable="false" name="reset_geo_fencing_check_after_boot_or_apm">true</bool>
|
||||
</resources>
|
||||
|
||||
|
||||
@@ -22,5 +22,9 @@
|
||||
<resources>
|
||||
<!-- Enable 5 bar signal strength icon -->
|
||||
<bool name="config_inflateSignalStrength">true</bool>
|
||||
|
||||
<!-- Boolean indicating whether frameworks needs to reset cell broadcast geo-fencing
|
||||
check after reboot or airplane mode toggling -->
|
||||
<bool translatable="false" name="reset_geo_fencing_check_after_boot_or_apm">true</bool>
|
||||
</resources>
|
||||
|
||||
|
||||
@@ -52,4 +52,7 @@
|
||||
<!-- Enable 5 bar signal strength icon -->
|
||||
<bool name="config_inflateSignalStrength">true</bool>
|
||||
|
||||
<!-- Boolean indicating whether frameworks needs to reset cell broadcast geo-fencing
|
||||
check after reboot or airplane mode toggling -->
|
||||
<bool translatable="false" name="reset_geo_fencing_check_after_boot_or_apm">true</bool>
|
||||
</resources>
|
||||
|
||||
@@ -22,5 +22,9 @@
|
||||
<resources>
|
||||
<!-- Enable 5 bar signal strength icon -->
|
||||
<bool name="config_inflateSignalStrength">true</bool>
|
||||
|
||||
<!-- Boolean indicating whether frameworks needs to reset cell broadcast geo-fencing
|
||||
check after reboot or airplane mode toggling -->
|
||||
<bool translatable="false" name="reset_geo_fencing_check_after_boot_or_apm">true</bool>
|
||||
</resources>
|
||||
|
||||
|
||||
@@ -22,5 +22,9 @@
|
||||
<resources>
|
||||
<!-- Enable 5 bar signal strength icon -->
|
||||
<bool name="config_inflateSignalStrength">true</bool>
|
||||
|
||||
<!-- Boolean indicating whether frameworks needs to reset cell broadcast geo-fencing
|
||||
check after reboot or airplane mode toggling -->
|
||||
<bool translatable="false" name="reset_geo_fencing_check_after_boot_or_apm">true</bool>
|
||||
</resources>
|
||||
|
||||
|
||||
@@ -42,4 +42,8 @@
|
||||
<item>"#8"</item>
|
||||
<item>"#9"</item>
|
||||
</string-array>
|
||||
|
||||
<!-- Boolean indicating whether frameworks needs to reset cell broadcast geo-fencing
|
||||
check after reboot or airplane mode toggling -->
|
||||
<bool translatable="false" name="reset_geo_fencing_check_after_boot_or_apm">true</bool>
|
||||
</resources>
|
||||
|
||||
@@ -4260,4 +4260,8 @@
|
||||
create additional screen real estate outside beyond the keyboard. Note that the user needs
|
||||
to have a confirmed way to dismiss the keyboard when desired. -->
|
||||
<bool name="config_automotiveHideNavBarForKeyboard">false</bool>
|
||||
|
||||
<!-- Boolean indicating whether frameworks needs to reset cell broadcast geo-fencing
|
||||
check after reboot or airplane mode toggling -->
|
||||
<bool translatable="false" name="reset_geo_fencing_check_after_boot_or_apm">false</bool>
|
||||
</resources>
|
||||
|
||||
@@ -3840,4 +3840,5 @@
|
||||
<java-symbol type="layout" name="platlogo_layout" />
|
||||
|
||||
<java-symbol type="bool" name="config_automotiveHideNavBarForKeyboard" />
|
||||
<java-symbol type="bool" name="reset_geo_fencing_check_after_boot_or_apm" />
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user