Testing the next release of MIT App Inventor (nb187)

Here is a test app that saves a text file in the → /Download and → /Documents folders (without WRITE permission, as this is no longer available on Android 11).

Note: The file names have to be changed with each button click, otherwise it will only work as long as no file is manually deleted from /Download or /Documents.

Steps to test the app (especially on Android 10 and 11):

  1. Install the APK and test ... it will work.
  2. Unistall and reinstall it. Now it does no longer work.
  3. Then check the CheckBox and try again ... it should work again ...
Blocks

This behavior is really strange.
Especially because I don't use any method regarding "shared storage" (FileScope.Shared).
Maybe @ewpatton can say something about it.