Code cleaning
- remove those non usefull Intent.CATEGORY_LAUNCHER Change-Id: Ib6e5f4a5265633da85423307fac26a104814f05f
This commit is contained in:
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user