So, I know this is undocumented and unsupported and not recommended etc.
But, I haven't given up on trying to add a button to an Android watchface. If you are familiar with WatchMaker, you know they support this feature!
My guess is that is has something to do with implementing onCommand
on the engine, but I have encountered 2 problems with this method:
Anyways, if someone can guess or know how WatchMaker are doing this, please suggest a solution!
You can find an example here
In fact, these WatchFaces add views in the WindowManager
that have an onClickListener
when visible.