Set up API level

Hi, i have question for my bachelor's exem, if its possible to set up minimal and target API level for Android ? If its possible, where i can find it, and how i know what level my MIT APP Inventor application have ?

Thank you.
Tamás Rajtár

AI2 targets Android 12 / API 32 and should work on all devices back to Android 1.6 / API 4

Im understand and can I change this somehow during the creation of the program?

Why would you do that ?

Admittedly, there are some file access issues when working before/after Android 10.....

I'm just asking if they might ask me on the exam.

Here are current API levels...

(Canned Response)
These blocks can be dragged into your Blocks Editor to request permission(s) for Bluetooth scanning and connecting. All three parts are needed.




Thanks to @Anke for the original code.
My changes include

  • use of the Screen1 permission blocks to avoid the possibility of a typo
  • using a TinyDB tag particular to BT permissions and only for BT permissions.

hello and may i know what the csv file text from?

You can find it here:

thank you