Merge "Add HAL version 5.0 for getHalVersion API." into tm-dev
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user