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

Commit 998ff754 authored by Jean-Michel Trivi's avatar Jean-Michel Trivi
Browse files

fix build: hide AudioAttributes.usageToString() method

Change-Id: I1041d9bf530df45878dd61e30e32f5a2f4f9d1a1
parent 15cbc8a0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -486,6 +486,7 @@ public final class AudioAttributes implements Parcelable {
                + " tags=" + mTags);
    }

    /** @hide */
    public String usageToString() {
        switch(mUsage) {
            case USAGE_UNKNOWN: