[automerger skipped] Import translations. DO NOT MERGE ANYWHERE am: b03743a713 -s ours

am skip reason: contains skip directive

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/SettingsIntelligence/+/28209920

Change-Id: I485604395d8dc3c0501b8fe05294f2d31339ac6e
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/OWNERS b/OWNERS
index 14bb338..76afb8b 100644
--- a/OWNERS
+++ b/OWNERS
@@ -5,5 +5,6 @@
 alexstetson@google.com # OWNER for Car Settings related code
 
 # Mobile Settings
-stanleytfwang@google.com
 chiujason@google.com
+cipson@google.com
+dswliu@google.com
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 *;
-}