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

Commit 50a2a876 authored by Jean-Baptiste Queru's avatar Jean-Baptiste Queru
Browse files

Merge from gingerbread-plus-aosp

Change-Id: I0f4726870be5791e62f98fb45afd82b20f8ffba0
parents 9df964fa ea2837c4
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -113,6 +113,11 @@ public class Tag implements Parcelable {
    /**
     * Returns technologies present in the tag that this implementation understands,
     * or a zero length array if there are no supported technologies on this tag.
     *
     * The elements of the list are guaranteed be one of the constants defined in
     * {@link TagTechnology}. 
     *
     * The ordering of the returned array is undefined and should not be relied upon.
     */
    public int[] getTechnologyList() { 
        return Arrays.copyOf(mTechList, mTechList.length);