Always on without ambient mode? OR do not dim when enter ambient?
问题 For experiment/user study purpose, I need to keep my screen on for few minutes. I have follow the guide from http://developer.android.com/training/wearables/apps/always-on.html and it works partially for my purpose. The code allows my screen always on BUT it will enter ambient mode after few seconds. I DO NOT want ambient mode. My trick is I commented out onEnterAmbient(), onUpdateAmbient() and onExitAmbient(). So that my screen drawing is still the same color (not changing to black & white).