Lights out.

Not yet wired up to FLAG_FULLSCREEN; right now you must
invoke it manually by longpressing on the clock area.

Bug: 2905073
Change-Id: I43a005f2e4c08edb3673aef523bcaa1e088e8a71
This commit is contained in:
Daniel Sandler
2010-09-02 11:59:41 -04:00
parent d39e388e6d
commit ce70d91844
7 changed files with 162 additions and 4 deletions

View File

@ -2,4 +2,5 @@
public void notificationIconsClicked(android.view.View);
public void systemInfoClicked(android.view.View);
public void recentButtonClicked(android.view.View);
public void toggleLightsOut(android.view.View);
}