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

Commit f99986a0 authored by Mehdi Alizadeh's avatar Mehdi Alizadeh
Browse files

Link Intent.EXTRA_SHORTCUT_ID to ACTION_SEND Intent

Test: None
Bug: 126178968
Change-Id: I8d655d1c9b35d72726dbc74901f3d16ded48afc0
parent 3d2ff4c2
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1997,7 +1997,8 @@ public class Intent implements Parcelable, Cloneable {
    public static final String EXTRA_LAUNCHER_EXTRAS = "android.intent.extra.LAUNCHER_EXTRAS";

    /**
     * Intent extra: ID of the shortcut used to send the share intent.
     * Intent extra: ID of the shortcut used to send the share intent. Will be sent with
     * {@link #ACTION_SEND}.
     *
     * @see ShortcutInfo#getId()
     *