mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-05 19:08:12 +00:00
SDL_RequestAndroidPermission() comment: Add link to android permissions website
This commit is contained in:

committed by
Ryan C. Gordon

parent
eb1451536e
commit
679dd4b181
@@ -484,6 +484,10 @@ typedef void (SDLCALL *SDL_RequestAndroidPermissionCallback)(void *userdata, con
|
||||
* like memory running out. Normally there will be a yes or no to the request
|
||||
* through the callback.
|
||||
*
|
||||
* For the `permission` parameter, choose a value from here:
|
||||
*
|
||||
* https://developer.android.com/reference/android/Manifest.permission
|
||||
*
|
||||
* \param permission the permission to request.
|
||||
* \param cb the callback to trigger when the request has a response.
|
||||
* \param userdata an app-controlled pointer that is passed to the callback.
|
||||
|
Reference in New Issue
Block a user