Closed CorvetteCole closed 4 years ago
see here for an example: https://github.com/android/wear-os-samples/blob/master/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/watchface/DigitalWatchFaceService.java
basically use SimpleDateFormat and just get the default locale. same with whether 24 hour mode should be used. evaluate removing those settings because it feels redundant when they are already managed by the OS
this was closed by https://github.com/CorvetteCole/PixelWatchFace/pull/50
see here for an example: https://github.com/android/wear-os-samples/blob/master/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/watchface/DigitalWatchFaceService.java
basically use SimpleDateFormat and just get the default locale. same with whether 24 hour mode should be used. evaluate removing those settings because it feels redundant when they are already managed by the OS