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

Commit 530c32a5 authored by David Castro's avatar David Castro Committed by android-build-merger
Browse files

Merge "Removes reference to deprecated code sample,...

Merge "Removes reference to deprecated code sample, https://github.com/googlesamples/android-CustomChoiceList." into qt-dev am: 3b74a867 am: 3a6d5555 am: 56be7c0b
am: 1294b8b5

Change-Id: I687031198545e945dcd72950d3c195d312c2d338
parents 3c9e7632 1294b8b5
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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