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

Commit 028c5281 authored by Jiabin Huang's avatar Jiabin Huang Committed by Android (Google) Code Review
Browse files

Merge "Add HAL version 5.0 for getHalVersion API." into tm-dev

parents 9dc93c7c 1d745b38
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -10737,7 +10737,8 @@ public class AudioService extends IAudioService.Stub
        return mMediaFocusControl.sendFocusLoss(focusLoser);
    }

    private static final String[] HAL_VERSIONS = new String[] {"7.1", "7.0", "6.0", "4.0", "2.0"};
    private static final String[] HAL_VERSIONS =
            new String[] {"7.1", "7.0", "6.0", "5.0", "4.0", "2.0"};

    /** @see AudioManager#getHalVersion */
    public @Nullable String getHalVersion() {