summaryrefslogtreecommitdiffstats
path: root/src/com/android/settings/dashboard
diff options
context:
space:
mode:
authorFabrice Di Meglio <fdimeglio@google.com>2014-07-23 19:03:33 -0700
committerFabrice Di Meglio <fdimeglio@google.com>2014-07-23 19:03:33 -0700
commit7f5c5e8bb84df3d414b4e0f0f1165754ebe056ef (patch)
treeee86491573c86f47b73267480bc4ee2ce590f2d5 /src/com/android/settings/dashboard
parentb0a464fd2cbbe00821d483d28e76a04ac17996ea (diff)
downloadpackages_apps_Settings-7f5c5e8bb84df3d414b4e0f0f1165754ebe056ef.tar.gz
packages_apps_Settings-7f5c5e8bb84df3d414b4e0f0f1165754ebe056ef.tar.bz2
packages_apps_Settings-7f5c5e8bb84df3d414b4e0f0f1165754ebe056ef.zip
Code cleaning
- remove those non usefull Intent.CATEGORY_LAUNCHER Change-Id: Ib6e5f4a5265633da85423307fac26a104814f05f
Diffstat (limited to 'src/com/android/settings/dashboard')
-rw-r--r--src/com/android/settings/dashboard/DashboardSummary.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/com/android/settings/dashboard/DashboardSummary.java b/src/com/android/settings/dashboard/DashboardSummary.java
index 3e438fc0a..a49505a75 100644
--- a/src/com/android/settings/dashboard/DashboardSummary.java
+++ b/src/com/android/settings/dashboard/DashboardSummary.java
@@ -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);
}