Merge "Corrected return value for updatePreferenceToSpecificActivityOrRemove method"

This commit is contained in:
Amith Yamasani
2012-05-24 09:48:20 -07:00
committed by android code review

View File

@@ -124,7 +124,7 @@ public class Utils {
// Did not find a matching activity, so remove the preference
parentPreferenceGroup.removePreference(preference);
return true;
return false;
}
/**