Launcher changes to support dynamic coloring on static widgets.

Bug: 179783721
Test: By hand using the AppWidgetDynamicColors widget
Change-Id: I27863cac31f2f6c29f5a717ff8d4492325f936fb
This commit is contained in:
Pierre Barbier de Reuille
2021-02-16 20:58:35 +00:00
parent c2b750797c
commit ab33b76dce
10 changed files with 305 additions and 9 deletions

View File

@@ -88,7 +88,6 @@ public class DeveloperOptionsFragment extends PreferenceFragmentCompat {
private PreferenceCategory mPluginsCategory;
private FlagTogglerPrefUi mFlagTogglerPrefUi;
@Override
public void onCreatePreferences(Bundle savedInstanceState, String rootKey) {
IntentFilter filter = new IntentFilter(Intent.ACTION_PACKAGE_ADDED);