OSDN Git Service

Keep PhoneStatusBar default constructor around.
authorJohn Spurlock <jspurlock@google.com>
Mon, 23 Sep 2013 15:15:11 +0000 (11:15 -0400)
committerNarayan Kamath <narayan@google.com>
Tue, 26 Nov 2013 13:39:02 +0000 (13:39 +0000)
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 af568530203dc2ee59f5fda4895d28b29dd92226)

Change-Id: I0b880f382101f737511bc6db96c604f43ed8d266

packages/SystemUI/proguard.flags

index ab45d99..1ff93d2 100644 (file)
@@ -7,4 +7,5 @@
   public void setGlowScale(float);
 }
 
+-keep class com.android.systemui.statusbar.phone.PhoneStatusBar
 -keep class com.android.systemui.statusbar.tv.TvStatusBar