blob: c0b7f21e28f212cbdfc9e7086bdd4906b30bd4e5 (
plain)
1
2
3
4
5
|
# Class referenced from xml drawable
# TODO(b/373579455): Evaluate if <init> needs to be kept.
-keep class com.android.intentresolver.SimpleIconFactory$FixedScaleDrawable {
void <init>();
}
|