I am trying to trigger some actions on an Android Wear watch face right before it goes into Ambient Mode. For activities, there is the onEnterAmbient() overrideable method, but I believe this is not the case for wallpaper services.
So, is there any way to trigger actions on a watch face right before it enters Ambient Mode?
EDIT: Especificaly, I would be looking to detect when the screen starts going dim, right before ambient mode effectively triggering.