os version

  1. yo3ggx

    B4J Question Get OS name, version and architecture on a Mac (x64 or arm64)

    Hello, I'm using the following commands to get OS name, version and architecture: GetSystemProperty("os.name", "") GetSystemProperty("os.version", "") GetSystemProperty("os.arch", "") I've build a Mac application using MacSigner and I have the following issue. No matter on what Mac I'm...
  2. A

    Android Question {Solved} Android OS version

    Hi to all. Is it possible to check what is Android OS version on the device where the app is running? I tried to check Phone library but all I found is SDK version that has nothing to do with OS version. The same app with targetSDK=29 can be installed on Android 4,7,9, 10 but I need to know...
Top