By keeping the entire class safe.
Cherry picked because the device will otherwise be unusable
if compiled with proguard 4.10.
(cherry picked from commit af56853020)
Change-Id: I0b880f382101f737511bc6db96c604f43ed8d266
12 lines
395 B
Plaintext
12 lines
395 B
Plaintext
-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.phone.PhoneStatusBar
|
|
-keep class com.android.systemui.statusbar.tv.TvStatusBar
|