Hey everyone,
I remember reading somewhere that Android 11 doesn't allow you to access the storage of your phone using Appinventor.
My app is all about taking a photo, and then tweeting / emailing it. It works perfectly on Android 9, but on Android 11, it doesn't attach the image.
My App takes a photo using the Camera Component, Displays it in an image, and then shares it by using the image.picture
block. But, as the image.picture
also leads to the internal storage, the app doesn't work.
As Android 11 is the newest Android version, many people will be using it, and my app will essentially not work for them. So, is there any way to go around this rule?
Thanks in advance.