I want to run UI tests on my Firefox OS phone. This article says I can't have a user build. So, how do I know which one I already have installed on my phone?
I already know how to enter ADB Shell.
Analogous to Android ADB Shell, there's the getprop command. You just ask it for the variant, like this adb shell getprop variant
.