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

Commit d74b2fe0 authored by Jayachandran C's avatar Jayachandran C Committed by Amit Mahajan
Browse files

Add background flag for intent ACTION_LINE1_NUMBER_ERROR_DETECTED

Test: Manual
Bug: 115843312
Merged-in: Icf5362691c4d25402d6c50da1c5ceb018200f89f
Change-Id: Icf5362691c4d25402d6c50da1c5ceb018200f89f
(cherry picked from commit 69827995)
parent e26ebece
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);