Merge "Add a rule to keep classes that implements CustomSliceable"
This commit is contained in:
@@ -56,3 +56,8 @@
|
|||||||
public static ** SUMMARY_PROVIDER_FACTORY;
|
public static ** SUMMARY_PROVIDER_FACTORY;
|
||||||
}
|
}
|
||||||
-keep class androidx.core.app.CoreComponentFactory
|
-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);
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user