Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7f5c5e8b authored by Fabrice Di Meglio's avatar Fabrice Di Meglio
Browse files

Code cleaning

- remove those non usefull Intent.CATEGORY_LAUNCHER

Change-Id: Ib6e5f4a5265633da85423307fac26a104814f05f
parent b0a464fd
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -223,7 +223,6 @@ public class HomeSettings extends SettingsPreferenceFragment implements Indexabl
        filter.addAction(Intent.ACTION_PACKAGE_CHANGED);
        filter.addAction(Intent.ACTION_PACKAGE_REPLACED);
        filter.addCategory(Intent.CATEGORY_HOME);
        filter.addCategory(Intent.CATEGORY_LAUNCHER);
        filter.addDataScheme("package");
        getActivity().registerReceiver(mHomePackageReceiver, filter);

+0 −1
Original line number Diff line number Diff line
@@ -75,7 +75,6 @@ public class DashboardSummary extends Fragment {
        filter.addAction(Intent.ACTION_PACKAGE_CHANGED);
        filter.addAction(Intent.ACTION_PACKAGE_REPLACED);
        filter.addCategory(Intent.CATEGORY_HOME);
        filter.addCategory(Intent.CATEGORY_LAUNCHER);
        filter.addDataScheme("package");
        getActivity().registerReceiver(mHomePackageReceiver, filter);
    }