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

Commit d0e5037d 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

Change-Id: I9daef7a4aeccc5b152de8aada32cef7a5e4f6206
parents a711fa13 7c0f5d96
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);