How can I retrieve information about Google Glass with GDK, e.g. which software update is currently installed on Google Glass ?
Asked
Active
Viewed 171 times
1 Answers
3
You can do this via adb
adb shell getprop ro.build.version.glass
//XE12
adb shell getprop ro.build.version.release
//4.0.4
To get it programmatically IE (if XE10) do this else if (XE12)...
Follow this lead Get application version programmatically in android
Community
- 1
- 1
StanleyZheng
- 3,640
- 3
- 20
- 23