diff options
author | John Spurlock <jspurlock@google.com> | 2013-09-23 11:15:11 -0400 |
---|---|---|
committer | John Spurlock <jspurlock@google.com> | 2013-09-23 11:15:11 -0400 |
commit | af568530203dc2ee59f5fda4895d28b29dd92226 (patch) | |
tree | 39cf381875736b810f2015cf1c5bcb014e1d2229 | |
parent | bf00b1a5f891155a90bcdc5b1d98e6382feb2c0a (diff) | |
download | frameworks_base-af568530203dc2ee59f5fda4895d28b29dd92226.zip frameworks_base-af568530203dc2ee59f5fda4895d28b29dd92226.tar.gz frameworks_base-af568530203dc2ee59f5fda4895d28b29dd92226.tar.bz2 |
Keep PhoneStatusBar default constructor around.
By keeping the entire class safe.
Change-Id: I0851ae5556243af2deb76f38500271059ffa4480
-rw-r--r-- | packages/SystemUI/proguard.flags | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/SystemUI/proguard.flags b/packages/SystemUI/proguard.flags index ab45d99..1ff93d2 100644 --- a/packages/SystemUI/proguard.flags +++ b/packages/SystemUI/proguard.flags @@ -7,4 +7,5 @@ public void setGlowScale(float); } +-keep class com.android.systemui.statusbar.phone.PhoneStatusBar -keep class com.android.systemui.statusbar.tv.TvStatusBar |