summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/proguard.flags
diff options
context:
space:
mode:
Diffstat (limited to 'packages/SystemUI/proguard.flags')
-rw-r--r--packages/SystemUI/proguard.flags4
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/SystemUI/proguard.flags b/packages/SystemUI/proguard.flags
new file mode 100644
index 0000000..9ccc5a9
--- /dev/null
+++ b/packages/SystemUI/proguard.flags
@@ -0,0 +1,4 @@
+-keep class com.android.systemui.statusbar.tablet.TabletStatusBarService {
+ public void notificationIconsClicked(android.view.View);
+ public void systemInfoClicked(android.view.View);
+}