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

Commit d7d0c691 authored by Sunny Goyal's avatar Sunny Goyal
Browse files

Updating documentation for setOnClickPendingIntent

Bug: 65464277
Test: N/A
Change-Id: I7bdc397375e6c49d47d24868a5427dd3990057cf
parent 1a64682c
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -2653,7 +2653,11 @@ public class RemoteViews implements Parcelable, Filter {
    /**
     * Equivalent to calling
     * {@link android.view.View#setOnClickListener(android.view.View.OnClickListener)}
     * to launch the provided {@link PendingIntent}.
     * to launch the provided {@link PendingIntent}. The source bounds
     * ({@link Intent#getSourceBounds()}) of the intent will be set to the bounds of the clicked
     * view in screen space.
     * Note that any activity options associated with the pendingIntent may get overridden
     * before starting the intent.
     *
     * When setting the on-click action of items within collections (eg. {@link ListView},
     * {@link StackView} etc.), this method will not work. Instead, use {@link