Marcelo Bernardi 0 Posted September 13, 2023 On Android 13, already using SDK 33 in Delphi 11, my app no longer opens the camera or image gallery, sending the message as if it were without permission. The permissions I used until Android 12 no longer work. Could someone help me? Share this post Link to post
Patrick PREMARTIN 72 Posted September 14, 2023 (edited) Hi You have the changes here https://developer.android.com/about/versions/13/behavior-changes-13 What did you used on previous releases ? Edited September 14, 2023 by Patrick PREMARTIN Share this post Link to post
Marcelo Bernardi 0 Posted September 14, 2023 3 hours ago, Patrick PREMARTIN said: Oi Você tem as alterações aqui https://developer.android.com/about/versions/13/behavior-changes-13 O que você usou nas versões anteriores? Hey! Yes, I have already applied these changes, but I still receive the message without permission. Remembering that this only happens if the device is running Android 13, regardless of the SDK I use, 32 or 33 in Delphi. Share this post Link to post
Patrick PREMARTIN 72 Posted September 15, 2023 Can you extract the not working part in a sample program and reproduce the problem ? If yes, share it here, we could check on our devices. Share this post Link to post
Dave Nottage 557 Posted September 15, 2023 19 hours ago, Marcelo Bernardi said: Remembering that this only happens if the device is running Android 13 It's because changes are required to the FMX code, specifically in FMX.MediaLibrary.Android.pas. If you have a Delphi subscription, you would be able to take advantage of changes in the Yukon beta, as per this information. Share this post Link to post