Fixed
Status Update
Comments
jn...@google.com <jn...@google.com>
ap...@google.com <ap...@google.com> #2
In Backward Compatibility (pre Android 13), the configuration is modified at the AppComaptActivity's level and hence the application context not getting modified is intended behaviour. Similar behaviour can be seen for nightMode.
Description
Component used: Wear Watchface
Version used: 1.0.0-alpha01
My watch face has the code:
I.e., tapping the background of the watchface (any spot not covered by a complication), a specific action should be taken (in my watch face's case, swapping the background from blurred to unblurred or vice versa).
However, using the new
WatchFace
API, it appears thatonTapCommand
is both internal and early returns if the tap target does not intersect with a complication, meaning there's no way to know when to trigger my logic.Please add an API for intercepting tap events that do not overlap with any complication.