chromebook

  1. yo3ggx

    Android Example Check if the application is running on a Chromebook

    If you want to check if the application is running on a Chromebook (for example to do some specific GUI reconfiguration to run in a resizable Window), you can use the following routine. Hope it helps. Returns true if is a Chromebook, False otherwise. Sub isChromebook As Boolean #If JAVA import...
Top