diff --git a/packages/SystemUI/proguard.flags b/packages/SystemUI/proguard.flags new file mode 100644 index 0000000000000..9ccc5a95633b4 --- /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); +}