diff --git a/core/java/android/widget/ListView.java b/core/java/android/widget/ListView.java index 2f44d6ee88b1e..b732b7eeaa01a 100644 --- a/core/java/android/widget/ListView.java +++ b/core/java/android/widget/ListView.java @@ -120,10 +120,6 @@ import java.util.function.Predicate; * * Making ListView Scrolling Smooth for more ways to ensure a smooth user experience.
* - *For a more complete example of creating a custom adapter, see the - * - * Custom Choice List sample app.
- * *To specify an action when a user clicks or taps on a single list item, see * * Handling click events.