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

Commit 76f5c3bc authored by Fabrice Di Meglio's avatar Fabrice Di Meglio Committed by Android (Google) Code Review
Browse files

Merge "More code cleaning for the Home intent filters" into lmp-dev

parents 87915ea0 c9ad22c3
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -222,7 +222,6 @@ public class HomeSettings extends SettingsPreferenceFragment implements Indexabl
        filter.addAction(Intent.ACTION_PACKAGE_REMOVED);
        filter.addAction(Intent.ACTION_PACKAGE_CHANGED);
        filter.addAction(Intent.ACTION_PACKAGE_REPLACED);
        filter.addCategory(Intent.CATEGORY_HOME);
        filter.addDataScheme("package");
        getActivity().registerReceiver(mHomePackageReceiver, filter);

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