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

Commit 3ef0e5fc authored by Naina Nalluri's avatar Naina Nalluri Committed by Android (Google) Code Review
Browse files

Merge "Add background flag to CI system update intent" into qt-dev

parents d13938b1 dfbe891e
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -139,6 +139,7 @@ public class SystemUpdatePreferenceController extends BasePreferenceController {
            }
            Log.d(TAG, "ciActionOnSysUpdate: broadcasting intent " + intentStr +
                    " with extra " + extra + ", " + extraVal);
            intent.addFlags(Intent.FLAG_RECEIVER_INCLUDE_BACKGROUND);
            mContext.getApplicationContext().sendBroadcast(intent);
        }
    }