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

This commit is contained in:
Jiabin Huang
2022-03-31 03:56:02 +00:00
committed by Android (Google) Code Review

View File

@@ -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() {