Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 655f531b authored by Kevin Jeon's avatar Kevin Jeon Committed by Automerger Merge Worker
Browse files

Merge "Add a keep rule for SystemUIAnimationLib" into tm-qpr-dev am: 81924341

parents 429d9527 81924341
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -22,9 +22,15 @@

-keep class ** extends androidx.preference.PreferenceFragment
-keep class com.android.systemui.tuner.*

# The plugins and animation subpackages both act as shared libraries that might be referenced in
# dynamically-loaded plugin APKs.
-keep class com.android.systemui.plugins.** {
    *;
}
-keep class !com.android.systemui.animation.R$**,com.android.systemui.animation.** {
    *;
}
-keep class com.android.systemui.fragments.FragmentService$FragmentCreator {
    *;
}