diff options
author | John Spurlock <jspurlock@google.com> | 2013-09-23 11:15:11 -0400 |
---|---|---|
committer | Narayan Kamath <narayan@google.com> | 2013-11-26 13:39:02 +0000 |
commit | 9105b7de4717b0003ee13634db807183e3a7878e (patch) | |
tree | dc6fa6ca03976da7ea7b70f5e3928ffec287f6b2 /packages | |
parent | 9d4ac9703657142b190d3c256de7c3329e5a4b29 (diff) | |
download | frameworks_base-9105b7de4717b0003ee13634db807183e3a7878e.zip frameworks_base-9105b7de4717b0003ee13634db807183e3a7878e.tar.gz frameworks_base-9105b7de4717b0003ee13634db807183e3a7878e.tar.bz2 |
Keep PhoneStatusBar default constructor around.
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
Diffstat (limited to 'packages')
-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 |