PermissionsService.RequestPermissions() not working correctly to grant permissions to read/write files
On Android, the user needs to give permission to write and read a file. This code worked without problems in Delphi 10.4. But in Delphi 12.1, when opening the application, a window does not appear to give permission, but immediately jumps to the PermissionRequestResult
procedure and, when checking, respectively, since permission is not given, displays the window “Required permissions have not been received”.