Revert "Dim icons when recent apps category is disabled"

This change makes all the icons in the system dimmed, not only on Location Settings page. I haven't managed to find a simple fix to that problem. I think we should abandon this feature, and revert this CL.

This reverts commit ebcd196a0b.

Change-Id: If39f2892c82643b936d2d9ff7b1d1c027018f3f6
This commit is contained in:
Lifu Tang
2013-09-09 00:06:34 +00:00
parent ebcd196a0b
commit 332822e31b
2 changed files with 1 additions and 53 deletions

View File

@@ -96,7 +96,7 @@ public class RecentLocationApps {
CharSequence label,
boolean isHighBattery,
Preference.OnPreferenceClickListener listener) {
Preference pref = new DimmableIconPreference(mActivity);
Preference pref = new Preference(mActivity);
pref.setIcon(icon);
pref.setTitle(label);
if (isHighBattery) {