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

Commit d264d831 authored by Sridhar Dubbaka's avatar Sridhar Dubbaka Committed by Deepak Kundra
Browse files

[Telephony]: Add channel 60 support

Add channel 60 Cell Broadcast support.

Change-Id: I0a71e5a34cd74842e7f5cca1c0fe699bb61ef5f6
parent 188350f6
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -343,6 +343,14 @@ public class SubscriptionManager {
     */
    public static final String CB_CHANNEL_50_ALERT = "enable_channel_50_alerts";



    /**
     * TelephonyProvider column name for enable channel60 alert in CB settings
     *@hide
     */
    public static final String CB_CHANNEL_60_ALERT = "enable_channel_60_alerts";

    /**
     * TelephonyProvider column name for CMAS test alert in CB settings
     *@hide