summaryrefslogtreecommitdiff
path: root/android/widget/RemoteViews.java
diff options
context:
space:
mode:
Diffstat (limited to 'android/widget/RemoteViews.java')
-rw-r--r--android/widget/RemoteViews.java6
1 files changed, 1 insertions, 5 deletions
diff --git a/android/widget/RemoteViews.java b/android/widget/RemoteViews.java
index 199b596a..1b26f8e2 100644
--- a/android/widget/RemoteViews.java
+++ b/android/widget/RemoteViews.java
@@ -2653,11 +2653,7 @@ public class RemoteViews implements Parcelable, Filter {
/**
* Equivalent to calling
* {@link android.view.View#setOnClickListener(android.view.View.OnClickListener)}
- * 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.
+ * to launch the provided {@link PendingIntent}.
*
* When setting the on-click action of items within collections (eg. {@link ListView},
* {@link StackView} etc.), this method will not work. Instead, use {@link