4

Need to find out the ChromeOS version on which the android apps is running. Build.VERSION.RELEASE gives you the Android container version but the not the underlying ChromeOS version.

Is there a way to find it out programmatically?

Thanks

Akh
  • 5,961
  • 14
  • 53
  • 82

1 Answers1

2

Filed bug with chromeOS team: https://bugs.chromium.org/p/chromium/issues/detail?id=881005

Akh
  • 5,961
  • 14
  • 53
  • 82
  • To help the readers of this post & save their time, read comments 14, 16, 17 in the bug for info on where/how to extract the requested information. – David Mar 26 '21 at 18:54