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

Commit 4947da7c authored by Taesu Lee's avatar Taesu Lee Committed by android-build-merger
Browse files

Merge "Use SubscriptionManager.ACTION_DEFAULT_SUBSCRIPTION_CHANGED instead"...

Merge "Use SubscriptionManager.ACTION_DEFAULT_SUBSCRIPTION_CHANGED instead" am: 1ef66cc3 am: f0a795d0 am: 2383a143
am: 38bb5c6e

Change-Id: I9e9084667e796d12bbbe98b5e322569aeade2513
parents 4ff403e2 38bb5c6e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2396,7 +2396,7 @@ public class SubscriptionController extends ISub.Stub {
    public void sendDefaultChangedBroadcast(int subId) {
        // Broadcast an Intent for default sub change
        int phoneId = SubscriptionManager.getPhoneId(subId);
        Intent intent = new Intent(TelephonyIntents.ACTION_DEFAULT_SUBSCRIPTION_CHANGED);
        Intent intent = new Intent(SubscriptionManager.ACTION_DEFAULT_SUBSCRIPTION_CHANGED);
        intent.addFlags(Intent.FLAG_RECEIVER_REPLACE_PENDING
                | Intent.FLAG_RECEIVER_INCLUDE_BACKGROUND);
        SubscriptionManager.putPhoneIdAndSubIdExtra(intent, phoneId, subId);