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

Commit 2b518f4f authored by Jayachandran C's avatar Jayachandran C Committed by android-build-merger
Browse files

Merge "Add background flag for intent ACTION_LINE1_NUMBER_ERROR_DETECTED" am: 7c0f5d96

am: d0e5037d

Change-Id: I00f855c59bc7f1a7df38bf22e6f22003a97d706b
parents 7d879352 d0e5037d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1528,6 +1528,7 @@ public class ServiceStateTracker extends Handler {
                    // broadcast intent to indicate an error related to Line1Number has been
                    // detected
                    Intent intent = new Intent(TelephonyIntents.ACTION_LINE1_NUMBER_ERROR_DETECTED);
                    intent.addFlags(Intent.FLAG_RECEIVER_INCLUDE_BACKGROUND);
                    mPhone.getContext().sendBroadcast(intent,
                            permission.READ_PRIVILEGED_PHONE_STATE);