Android Wear not waking screen
问题 I'm working on a watch face and its up and running but when I put it on my 360 it becomes slow to respond to interactions. I should note that the screen wakes when a notification is received but not when one turns their wrist to look at the time. Last thing I did was move code out of doWork and into CountDownRunner. Below is my code: import android.app.Activity; import android.os.Bundle; import android.os.Handler; import android.text.format.Time; import android.support.wearable.view