SDL: Sync wiki -> header (61b6a)

From 61b6a2cad49e88baa11e6956c68aed2a8831f54d Mon Sep 17 00:00:00 2001
From: SDL Wiki Bot <[EMAIL REDACTED]>
Date: Tue, 1 Feb 2022 10:33:04 +0000
Subject: [PATCH] Sync wiki -> header

---
 include/SDL_system.h | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/include/SDL_system.h b/include/SDL_system.h
index 2257643cf27..7b7b3be45a1 100644
--- a/include/SDL_system.h
+++ b/include/SDL_system.h
@@ -426,11 +426,13 @@ extern DECLSPEC SDL_bool SDLCALL SDL_AndroidRequestPermission(const char *permis
 extern DECLSPEC int SDLCALL SDL_AndroidShowToast(const char* message, int duration, int gravity, int xoffset, int yoffset);
 
 /**
- * Send a user command to SDLActivity
- * override "boolean onUnhandledMessage(Message msg)" to handle the message
+ * Send a user command to SDLActivity override "boolean
+ * onUnhandledMessage(Message msg)" to handle the message
  *
  * \param command user command that must be greater or equal to 0x8000
  * \param param user parameter
+ *
+ * \since This function is available since SDL 2.0.22.
  */
 extern DECLSPEC int SDLCALL SDL_AndroidSendMessage(Uint32 command, int param);