You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
434 B
11 lines
434 B
-keepclassmembers class com.android.wallpaper.livepicker.LiveWallpaperPreview {
|
|
public void setLiveWallpaper(android.view.View);
|
|
public void configureLiveWallpaper(android.view.View);
|
|
}
|
|
|
|
-keepclasseswithmembers class * {
|
|
public <init>(android.content.Context, android.util.AttributeSet);
|
|
}
|
|
|
|
-keep class androidx.coordinatorlayout.widget.CoordinatorLayout
|
|
-keep class com.google.android.material.bottomsheet.BottomSheetBehavior |