Android Wear OS Complication Provider Types - Multiple Options

165 Views Asked by At

Anyone know how to create a layered complication provider menu with multiple types? For example, Google Fit now has a layered menu... you can click on the Google Fit complication provider and you get 3 options, and when you click on an option, there is another menu with more options...

Basically I'd like to have a menu like this:

Battery: 
            - Long
            - Short
            - Small Image
Date: 
            - Long
            - Short
            - Small Image

Etc...

1

There are 1 best solutions below

0
On

To achieve something like the Date example above you would have to create three different providers in your app. They would all serve the same data, but each one would only support one specific complication data type.

I don't recommend doing this since the watch face is supposed to be in charge of prioritizing what data types it's best suited to display.