Hi guys,
I would like to know how could I identify with some code the Fenix 6 series to set the drawing in the correct position.
Until now, I did it with the next sentence and it worked for Fenix 3 and 5 series:
if( WatchUi.loadResource(Rez.Strings.DeviceModel).equals("Round_240px")) ...
But for my surprise, when I run a simulation with Fenix 6, it returns 'Round_218px', just like a Fenix 3.
Do you know any other method to know the model is currently active?
Thanks in advance. Best regards.