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

Commit c34655db authored by Chen Xu's avatar Chen Xu Committed by android-build-merger
Browse files

Merge "SystemAPI for ACTION_SMS_EMERGENCY_CB_RECEIVED intent" am: 6e6e56fc

am: 0bbd08a4

Change-Id: I0c48f20238521dbe8e0f852f504dc6fa475bb607
parents 43c72e77 0bbd08a4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -220,7 +220,7 @@ public class CellBroadcastHandler extends WakeLockStateMachine {
            msg = "Dispatching emergency SMS CB, SmsCbMessage is: " + message;
            log(msg);
            mLocalLog.log(msg);
            intent = new Intent(Telephony.Sms.Intents.SMS_EMERGENCY_CB_RECEIVED_ACTION);
            intent = new Intent(Telephony.Sms.Intents.ACTION_SMS_EMERGENCY_CB_RECEIVED);
            //Emergency alerts need to be delivered with high priority
            intent.addFlags(Intent.FLAG_RECEIVER_FOREGROUND);
            receiverPermission = Manifest.permission.RECEIVE_EMERGENCY_BROADCAST;