• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1-keepattributes RuntimeVisibleAnnotations,
2                RuntimeVisibleParameterAnnotations,
3                RuntimeVisibleTypeAnnotations,
4                AnnotationDefault
5-keep class com.android.systemui.plugins.annotations.* { *; }
6-keep class com.android.systemui.plugins.GlobalActionsPanelPlugin { *; }
7-keep class com.android.systemui.plugins.GlobalActionsPanelPlugin.* { *; }
8-keep class com.android.systemui.plugin.globalactions.wallet.WalletPluginService { *; }
9-keep class com.android.systemui.plugin.globalactions.wallet.WalletPanelViewController {
10    public <methods>;
11}