summaryrefslogtreecommitdiff
path: root/proguard.flags
blob: 9a5b94355ab109df04a75027273bea85b8b0013e (plain)
1
2
3
4
5
6
7
8
-keepattributes *Annotation*
-keep class com.android.systemui.plugins.annotations.* { *; }
-keep class com.android.systemui.plugins.GlobalActionsPanelPlugin { *; }
-keep class com.android.systemui.plugins.GlobalActionsPanelPlugin.* { *; }
-keep class com.android.systemui.plugin.globalactions.wallet.WalletPluginService { *; }
-keep class com.android.systemui.plugin.globalactions.wallet.WalletPanelViewController {
    public <methods>;
}