I have a watch face running on wear and I would like to send a message to my companion app when the watch face is changed. I looked at the docs and found onDestroy
or onSurfaceDestroyed
to be appropriate methods of WallpaperService.Engine
However, the watch face is destroyed before the message is sent.
The goal is to detect when the user stops using my watch face.
Thank you!