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

Commit 4f174a8f authored by Garfield Tan's avatar Garfield Tan
Browse files

Make android.content.Intent#EXTRA_COLOR a general extra

This is a piece of feedback from API council.

Bug: 441457053
Test: N/A
Flag: com.android.eyedropper.enable_eye_dropper_api
Change-Id: Iad15b6e2de23c0920b45045971125e3c9a1be0f5
parent 16c68f2d
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -7152,8 +7152,9 @@ public class Intent implements Parcelable, Cloneable {
            "android.intent.extra.IS_RESTORE";
    /**
     * Used as an int extra in {@link #ACTION_OPEN_EYE_DROPPER} results to hold the color picked in
     * ARGB format (0xFFRRGGBB).
     * An int extra to hold a color in ARGB format (0xAARRGGBB).
     *
     * @see #ACTION_OPEN_EYE_DROPPER
     */
    @FlaggedApi(com.android.eyedropper.Flags.FLAG_ENABLE_EYE_DROPPER_API)
    public static final String EXTRA_COLOR = "android.intent.extra.COLOR";