Buen día, al momento de crear mi proyecto hacer usoa de la camara para capturar una imagen y enviarla a un servidor web me aprece el error 908que indica que no se tienen permisos para WRITE_EXTERNAL_STORAGE que debo habilitarlo en la app, he intentando conceder los permisos cargando en el screen1 el bloque de solicitud de permisos y salen negados, que puedo hacer, ayuda porfavor
it is not about using an Android 11 device, it is about targeting Android 11, i.e. SDK30, and MIT App Inventor is targeting SDK30...
Target Android 11
If your app targets Android 11, both the WRITE_EXTERNAL_STORAGE permission and the WRITE_MEDIA_STORAGE privileged permission no longer provide any additional access.
@Julio_Cesar_Rodrigue do not ask for permissions and at the same time switch the screen...
we need to see more relevant blocks to understand, what is going on