Merge "DO NOT MERGE - Added reset geo-fencing checking after airplane mode support" into qt-qpr1-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
5403049225
@@ -22,5 +22,9 @@
|
|||||||
<resources>
|
<resources>
|
||||||
<!-- Enable 5 bar signal strength icon -->
|
<!-- Enable 5 bar signal strength icon -->
|
||||||
<bool name="config_inflateSignalStrength">true</bool>
|
<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>
|
</resources>
|
||||||
|
|
||||||
|
|||||||
@@ -22,5 +22,9 @@
|
|||||||
<resources>
|
<resources>
|
||||||
<!-- Enable 5 bar signal strength icon -->
|
<!-- Enable 5 bar signal strength icon -->
|
||||||
<bool name="config_inflateSignalStrength">true</bool>
|
<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>
|
</resources>
|
||||||
|
|
||||||
|
|||||||
@@ -52,4 +52,7 @@
|
|||||||
<!-- Enable 5 bar signal strength icon -->
|
<!-- Enable 5 bar signal strength icon -->
|
||||||
<bool name="config_inflateSignalStrength">true</bool>
|
<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>
|
</resources>
|
||||||
|
|||||||
@@ -22,5 +22,9 @@
|
|||||||
<resources>
|
<resources>
|
||||||
<!-- Enable 5 bar signal strength icon -->
|
<!-- Enable 5 bar signal strength icon -->
|
||||||
<bool name="config_inflateSignalStrength">true</bool>
|
<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>
|
</resources>
|
||||||
|
|
||||||
|
|||||||
@@ -22,5 +22,9 @@
|
|||||||
<resources>
|
<resources>
|
||||||
<!-- Enable 5 bar signal strength icon -->
|
<!-- Enable 5 bar signal strength icon -->
|
||||||
<bool name="config_inflateSignalStrength">true</bool>
|
<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>
|
</resources>
|
||||||
|
|
||||||
|
|||||||
@@ -42,4 +42,8 @@
|
|||||||
<item>"#8"</item>
|
<item>"#8"</item>
|
||||||
<item>"#9"</item>
|
<item>"#9"</item>
|
||||||
</string-array>
|
</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>
|
</resources>
|
||||||
|
|||||||
@@ -4260,4 +4260,8 @@
|
|||||||
create additional screen real estate outside beyond the keyboard. Note that the user needs
|
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. -->
|
to have a confirmed way to dismiss the keyboard when desired. -->
|
||||||
<bool name="config_automotiveHideNavBarForKeyboard">false</bool>
|
<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>
|
</resources>
|
||||||
|
|||||||
@@ -3840,4 +3840,5 @@
|
|||||||
<java-symbol type="layout" name="platlogo_layout" />
|
<java-symbol type="layout" name="platlogo_layout" />
|
||||||
|
|
||||||
<java-symbol type="bool" name="config_automotiveHideNavBarForKeyboard" />
|
<java-symbol type="bool" name="config_automotiveHideNavBarForKeyboard" />
|
||||||
|
<java-symbol type="bool" name="reset_geo_fencing_check_after_boot_or_apm" />
|
||||||
</resources>
|
</resources>
|
||||||
|
|||||||
Reference in New Issue
Block a user