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

Commit d8f2d87b authored by Steve Kondik's avatar Steve Kondik
Browse files

Merge tag 'android-7.0.0_r14' of...

Merge tag 'android-7.0.0_r14' of https://android.googlesource.com/platform/frameworks/opt/telephony into HEAD

Android 7.0.0 Release 14 (NBD90Z)

# gpg: Signature made Tue 04 Oct 2016 11:26:37 AM PDT using DSA key ID 9AB10E78
# gpg: Can't check signature: public key not found
parents 29a36111 8590a944
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -523,7 +523,6 @@ public class CatService extends Handler implements AppInterface {

    private void broadcastCatCmdIntent(CatCmdMessage cmdMsg) {
        Intent intent = new Intent(AppInterface.CAT_CMD_ACTION);
        intent.addFlags(Intent.FLAG_RECEIVER_REGISTERED_ONLY_BEFORE_BOOT);
        intent.putExtra("STK CMD", cmdMsg);
        intent.putExtra("SLOT_ID", mSlotId);
        CatLog.d(this, "Sending CmdMsg: " + cmdMsg+ " on slotid:" + mSlotId);