diff --git a/proguard.flags b/proguard.flags index e556c94466..37b80938fa 100644 --- a/proguard.flags +++ b/proguard.flags @@ -50,4 +50,13 @@ -dontwarn android.graphics.** # Ignore warnings for hidden utility classes referenced from the shared lib --dontwarn com.android.internal.util.** \ No newline at end of file +-dontwarn com.android.internal.util.** + +################ Do not optimize recents lib ############# +-keep class com.android.systemui.** { + *; +} + +-keep class com.android.quickstep.** { + *; +}