diff options
| author | David Castro <logophile@google.com> | 2019-11-18 20:10:38 +0000 |
|---|---|---|
| committer | David Castro <logophile@google.com> | 2019-11-20 23:06:01 +0000 |
| commit | 2ec0df7dfc872261f40ebca27c757419ec45e121 (patch) | |
| tree | fc57efc8b8b91d4ca71d7bcfe930cbcd0a0fbfae /core/java/android/widget/ArrayAdapter.java | |
| parent | 330701c156f2b498cc430ce3919fffb2798e0167 (diff) | |
Removes reference to deprecated code sample, https://github.com/googlesamples/android-CustomChoiceList.
BUG:140947822
Change-Id: I77b9e3a5b466afea51467418f25ffe7f1b921c7d
Diffstat (limited to 'core/java/android/widget/ArrayAdapter.java')
| -rw-r--r-- | core/java/android/widget/ArrayAdapter.java | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/core/java/android/widget/ArrayAdapter.java b/core/java/android/widget/ArrayAdapter.java index 2bf1ba5cf017..f7225d036e15 100644 --- a/core/java/android/widget/ArrayAdapter.java +++ b/core/java/android/widget/ArrayAdapter.java @@ -49,9 +49,6 @@ import java.util.List; * To customize what type of view is used for the data object, * override {@link #getView(int, View, ViewGroup)} * and inflate a view resource. - * For a code example, see - * the <a href="https://github.com/googlesamples/android-CustomChoiceList/#readme"> - * CustomChoiceList</a> sample. * </p> * <p> * For an example of using an array adapter with a ListView, see the |
