Commit dca5ce4ea3510368f86038b820865c33f775a447

Sam Lantinga 2021-11-10T10:15:47

Clarified that AAudio is only used on Android 8.1 and newer

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/WhatsNew.txt b/WhatsNew.txt
index 7292712..4822970 100644
--- a/WhatsNew.txt
+++ b/WhatsNew.txt
@@ -6,7 +6,7 @@ This is a list of major changes in SDL's version history.
 ---------------------------------------------------------------------------
 
 Android:
-* Added support for audio output and capture using AAudio
+* Added support for audio output and capture using AAudio on Android 8.1 and newer
 
 iOS:
 * Added documentation that the UIApplicationSupportsIndirectInputEvents key must be set to true in your application's Info.plist in order to get real Bluetooth mouse events.