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

Commit bdc39411 authored by Christopher Tate's avatar Christopher Tate
Browse files

Document dependency between Intent symbols and dumpstate

Bug 34594835

Test: N/A
Change-Id: I4494c224bc6341c7a41b79361ba599befc408341
parent 8977e069
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -4842,6 +4842,10 @@ public class Intent implements Parcelable, Cloneable {
     * or not running) apps, regardless of whether that would be done by default.  By
     * default they will only receive broadcasts if the broadcast has specified an
     * explicit component or package name.
     *
     * NOTE: dumpstate uses this flag numerically, so when its value is changed
     * the broadcast code there must also be changed to match.
     *
     * @hide
     */
    public static final int FLAG_RECEIVER_INCLUDE_BACKGROUND = 0x01000000;