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

Commit fb61bfa4 authored by Zhang Wei-e7976c's avatar Zhang Wei-e7976c Committed by Wink Saville
Browse files

Introduce a new event: EVENT_DATA_RAT_CHANGED which is used to indicate data rat change.

Change-Id: Ibe9e68295661f2f2ffaca3057d696df6a1db3f0c
parent 197565e0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -98,6 +98,7 @@ public class DctConstants {
    public static final int CMD_IS_PROVISIONING_APN = BASE + 38;
    public static final int EVENT_PROVISIONING_APN_ALARM = BASE + 39;
    public static final int CMD_NET_STAT_POLL = BASE + 40;
    public static final int EVENT_DATA_RAT_CHANGED = BASE + 41;

    /***** Constants *****/