I am creating a watch face. This watch face contains also battery, charging and connectivity indicators. Now I want the system icons to be hidden, so they don't interfere with watch face indicators when the device is charging or disconnected from the phone. How can I achieve this?
I checked the WatchFaceStyle.Builder
class documentation and there seems to be only one related method: setStatusBarGravity
. This method can only move indicators around the watch face, but they are still visible.
Is there any other way I'm missing? Or is it simply not possible at all?
Thanks for all your thoughts!