1-keepattributes *Annotation*
2-keep class com.android.systemui.plugins.annotations.* { *; }
3-keep class com.android.systemui.plugins.GlobalActionsPanelPlugin { *; }
4-keep class com.android.systemui.plugins.GlobalActionsPanelPlugin.* { *; }
5-keep class com.android.systemui.plugin.globalactions.wallet.WalletPluginService { *; }
6-keep class com.android.systemui.plugin.globalactions.wallet.WalletPanelViewController {
7    public <methods>;
8}