Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cbe56e8b authored by Mill Chen's avatar Mill Chen Committed by Android (Google) Code Review
Browse files

Merge "Add a rule to keep classes that implements CustomSliceable"

parents 134e24d1 fb499211
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -56,3 +56,8 @@
    public static ** SUMMARY_PROVIDER_FACTORY;
}
-keep class androidx.core.app.CoreComponentFactory

# Keep classes that implements CustomSliceable, which are used by reflection.
-keepclasseswithmembers class * implements com.android.settings.slices.CustomSliceable {
    public <init>(android.content.Context);
}
 No newline at end of file