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

Commit 143abfd1 authored by Jack Yu's avatar Jack Yu
Browse files

Refactored area update info support

1. Refactored area update information support so it
   is not limited to channel 50 and Brazil.
2. Added channel 60 for India.

Test: Manual
bug: 37746109
Merged-In: Ic1c4683ecfe0556547ba15eb9b9e780644f17bff
Change-Id: Ic1c4683ecfe0556547ba15eb9b9e780644f17bff
(cherry picked from commit 93c42856)
parent 6a90c3f7
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -20,4 +20,6 @@
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
    <!-- Whether camera shutter sound is forced or not  (country specific). -->
    <!-- Whether camera shutter sound is forced or not  (country specific). -->
    <bool name="config_camera_sound_forced">true</bool>
    <bool name="config_camera_sound_forced">true</bool>
    <!-- Show area update info settings in CellBroadcastReceiver and information in SIM status in Settings app -->
    <bool name="config_showAreaUpdateInfoSettings">true</bool>
</resources>
</resources>
+23 −0
Original line number Original line Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!--
/*
** Copyright 2017, The Android Open Source Project
**
** Licensed under the Apache License, Version 2.0 (the "License");
** you may not use this file except in compliance with the License.
** You may obtain a copy of the License at
**
**     http://www.apache.org/licenses/LICENSE-2.0
**
** Unless required by applicable law or agreed to in writing, software
** distributed under the License is distributed on an "AS IS" BASIS,
** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
** See the License for the specific language governing permissions and
** limitations under the License.
*/
-->

<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
    <!-- Show area update info settings in CellBroadcastReceiver and information in SIM status in Settings app -->
    <bool name="config_showAreaUpdateInfoSettings">true</bool>
</resources>
+3 −0
Original line number Original line Diff line number Diff line
@@ -2975,4 +2975,7 @@
    <!-- Decide whether to display 'No service' on status bar instead of 'Emergency calls only'
    <!-- Decide whether to display 'No service' on status bar instead of 'Emergency calls only'
         when SIM is unready. -->
         when SIM is unready. -->
    <bool name="config_display_no_service_when_sim_unready">false</bool>
    <bool name="config_display_no_service_when_sim_unready">false</bool>

    <!-- Show area update info settings in CellBroadcastReceiver and information in SIM status in Settings app -->
    <bool name="config_showAreaUpdateInfoSettings">false</bool>
</resources>
</resources>
+1 −0
Original line number Original line Diff line number Diff line
@@ -3039,4 +3039,5 @@
  <java-symbol type="array" name="config_batteryPackageTypeService" />
  <java-symbol type="array" name="config_batteryPackageTypeService" />


  <java-symbol type="bool" name="config_display_no_service_when_sim_unready" />
  <java-symbol type="bool" name="config_display_no_service_when_sim_unready" />
  <java-symbol type="bool" name="config_showAreaUpdateInfoSettings" />
</resources>
</resources>
+0 −4
Original line number Original line Diff line number Diff line
@@ -30,10 +30,6 @@ public class SmsCbConstants {
    /** Private constructor for utility class. */
    /** Private constructor for utility class. */
    private SmsCbConstants() { }
    private SmsCbConstants() { }


    /** Channel 50 required by Brazil. ID 0~999 is allocated by GSMA */
    public static final int MESSAGE_ID_GSMA_ALLOCATED_CHANNEL_50
            = 0x0032;

    /** Start of PWS Message Identifier range (includes ETWS and CMAS). */
    /** Start of PWS Message Identifier range (includes ETWS and CMAS). */
    public static final int MESSAGE_ID_PWS_FIRST_IDENTIFIER
    public static final int MESSAGE_ID_PWS_FIRST_IDENTIFIER
            = 0x1100; // 4352
            = 0x1100; // 4352