OSDN Git Service

Merge "Only apply legacy treatment on app icons that is targeting O" into ub-launcher...
[android-x86/packages-apps-Launcher3.git] / proguard.flags
index c5e9db1..6cbab08 100644 (file)
   *;
 }
 
+# Proguard will strip methods required for talkback to properly scroll to
+# next row when focus is on the last item of last row when using a RecyclerView
+# Keep optimized and shrunk proguard to prevent issues like this when using
+# support jar.
+#-keep,allowoptimization,allowshrinking class android.support.** {
+#  *;
+#}
+-keep class android.support.v7.widget.RecyclerView { *; }
+
+-keep interface com.android.launcher3.userevent.nano.LauncherLogProto.** {
+  *;
+}