Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 54030492 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "DO NOT MERGE - Added reset geo-fencing checking after airplane mode...

Merge "DO NOT MERGE - Added reset geo-fencing checking after airplane mode support" into qt-qpr1-dev
parents 15040587 3a45500c
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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>
+4 −0
Original line number Diff line number Diff line
@@ -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>
+3 −0
Original line number Diff line number Diff line
@@ -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>
+4 −0
Original line number Diff line number Diff line
@@ -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>
+4 −0
Original line number Diff line number Diff line
@@ -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>
Loading