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

Commit e2cdf0b9 authored by Jayachandran Chinnakkannu's avatar Jayachandran Chinnakkannu Committed by Android (Google) Code Review
Browse files

Merge "Add background flag for intent ACTION_LINE1_NUMBER_ERROR_DETECTED"

parents 23eb1d8b 69827995
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);