We have been using the following code in our pre-auton function, to check whether the robot is in a competition, to decide if we should pop up an autonomous selection menu:
if (Competition.isCompetitionSwitch() || Competition.isFieldControl()) { ...
This is false when running a match connected to the Live Remote system. Is there some equivalent test to tell if we are in a Live Remote match?