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

Commit 3a45500c authored by Jack Yu's avatar Jack Yu
Browse files

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
parent 2612ee2d
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