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
18 lines
624 B
Plaintext
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
|