Simplify SettingsIntelligence proguard rules
These rules are redundant with global build rules, so remove them.
This is effectively a no-op. A follow-up change will further streamline
rules that are unnecessary but produce a modified APK.
Bug: 248580093
Test: m SettingsIntelligence + confirm identical
Change-Id: I15c0b5b9a751841e8fe862023b0ed9f683fe03de
diff --git a/proguard.cfg b/proguard.cfg
index 4ff3790..222c182 100644
--- a/proguard.cfg
+++ b/proguard.cfg
@@ -24,9 +24,3 @@
-keepclasseswithmembers class * {
public <init>(android.content.Context, android.util.AttributeSet, int);
}
-
-# Keep annotated classes or class members.
--keep @androidx.annotation.Keep class *
--keepclassmembers class * {
- @androidx.annotation.Keep *;
-}