This code doesn't work in SDK 8.1.0:
The problem is that it thinks that Menu is WatchUi.Menu.
This causes a compilation error (at least with typecheck set to strict) because I want to assign something that is not an Action to action. This is relatively...