The official documentation for ARC makes the following recommendation:
If you need to check if your app is running on Chrome OS, look for chromium as the
android.os.Build.BRAND
andandroid.os.Build.MANUFACTURER
.
Are there any similar Java calls to get the version of Google Chrome on which an ARC application is running?