diff --git a/proguard.flags b/proguard.flags index 01302cfb54..e556c94466 100644 --- a/proguard.flags +++ b/proguard.flags @@ -48,3 +48,6 @@ -dontwarn android.view.** -dontwarn android.os.** -dontwarn android.graphics.** + +# Ignore warnings for hidden utility classes referenced from the shared lib +-dontwarn com.android.internal.util.** \ No newline at end of file diff --git a/quickstep/recents_ui_overrides/src/com/android/quickstep/views/TaskThumbnailView.java b/quickstep/recents_ui_overrides/src/com/android/quickstep/views/TaskThumbnailView.java index 49f667ecb7..8ed139269a 100644 --- a/quickstep/recents_ui_overrides/src/com/android/quickstep/views/TaskThumbnailView.java +++ b/quickstep/recents_ui_overrides/src/com/android/quickstep/views/TaskThumbnailView.java @@ -54,6 +54,7 @@ import com.android.systemui.plugins.OverviewScreenshotActions; import com.android.systemui.plugins.PluginListener; import com.android.systemui.shared.recents.model.Task; import com.android.systemui.shared.recents.model.ThumbnailData; +import com.android.systemui.shared.system.ConfigurationCompat; /** * A task in the Recents view. @@ -357,7 +358,8 @@ public class TaskThumbnailView extends View implements PluginListener