diff options
| author | 2024-02-20 17:22:32 +0000 | |
|---|---|---|
| committer | 2024-02-20 17:22:32 +0000 | |
| commit | 31edeefad9a58dacb68c74e52bf733db0e1dbdf4 (patch) | |
| tree | 543af56aff2eb37d35e268e1ac8235d8deb9d425 | |
| parent | 36c28755760245faab43179aa5da20a092246b42 (diff) | |
| parent | 6c15d60ee69157ce814577f4b5c377f98b07a29d (diff) | |
Merge "Remove obsolete proguard rule for unconditionally keep specific classes" into main
| -rw-r--r-- | packages/SystemUI/proguard_common.flags | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/packages/SystemUI/proguard_common.flags b/packages/SystemUI/proguard_common.flags index f9546c46e915..162d8aebfc62 100644 --- a/packages/SystemUI/proguard_common.flags +++ b/packages/SystemUI/proguard_common.flags @@ -17,10 +17,6 @@ <1> *; } --keepclasseswithmembers class * { - public <init>(android.content.Context, android.util.AttributeSet); -} - -keep class androidx.core.app.CoreComponentFactory # Keep the wm shell lib |