Confirmation dialog for 'requestApplicationWake' shows opposite options on device and on simulator

Hi,

I defined a Background 'ServiceDelegate' in which the 'onTemporalEvent' method triggers a 'requestApplicationWake' confirmation dialog for the user.
The API description for 'requestApplicationWake' contains this:

'If the dialog is confirmed, the application will open. If the dialog is declined, the application will not open and the dialog will be dismissed'

This is indeed how it works on the simulator: clicking on the 'OK' button of the dialog opens the app.

However, on my device (vivoactive 4) , the 'OK' option (the green symbol at the bottom of the display) doesn't do anything. The dialog is not dismissed either. The app is, however, opened by tapping the 'Cancel' option (the little red x on top of the display). 

I used 'vivoactive 4' on the simulator. I used SDK 3.1. and also SDK 3.2 on the simulator - with the same correct result.

As I wrote, my device is a vivoactive 4. I built my app using both SDK 3.1. and also SDK 3.2 - with the same incorrect result.

Has anybody else experienced this kind of behavior on devices?