Daniel Sandler ce70d91844 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
2010-09-02 12:29:26 -04:00

7 lines
292 B
Plaintext

-keep class com.android.systemui.statusbar.tablet.TabletStatusBarService {
public void notificationIconsClicked(android.view.View);
public void systemInfoClicked(android.view.View);
public void recentButtonClicked(android.view.View);
public void toggleLightsOut(android.view.View);
}