am 929f04e2: am 8ad7abbc: Merge "Corrected return value for updatePreferenceToSpecificActivityOrRemove method"

* commit '929f04e28e7910eae04871e8ea3c7126b100b393':
  Corrected return value for updatePreferenceToSpecificActivityOrRemove method
This commit is contained in:
Amith Yamasani
2012-05-25 07:35:57 -07:00
committed by Android Git Automerger

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;
}
/**