Christopher Tate 5717f80927 Add an empty stub status bar service implementation
For kiosk-type devices that do not present any navigation UI.  This allows
for clean selection of the implementation based on resource overlays,
without the need for the tablet or phone status bar implementations to
accomodate the desired behaviors.

Bug 5824373

Change-Id: Ia5aca7df70a11e632eaf9be6e67900ded8ea2f7d
2012-02-17 16:44:30 -08:00

18 lines
624 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);
}
-keep class com.android.systemui.statusbar.policy.KeyButtonView {
public float getDrawingAlpha();
public float getGlowAlpha();
public float getGlowScale();
public void setDrawingAlpha(float);
public void setGlowAlpha(float);
public void setGlowScale(float);
}
-keep class com.android.systemui.statusbar.tv.TvStatusBar